Categories
Tags → Jsp Tags

PHPortal-Xpc lite

Xpc, stands for eXtensible Page Creation, is a true PHP templating engine that is extremely simple and extendible in nature. Xpc is a PHP replication of JSP, JSP custom tags, and Java Beans. Xpc allows for XML/JSP-like templating using URI mapping, t...
DETAILS

Building dynamic Web sites with mathematical content

Learn how JSP technology and LaTeX help online science education and research. JSP pages and custom tags can get LaTeX-formatted formulae onto the Web in a fashion that is easy for the author and doesn''t require any special client-side software...
DETAILS

Take control of your JSP pages with custom tags

This article shows you how to customize JSP tags to get even more out of JSP technology. Its detailed techniques explain how you can add more complex logic to your JSPs, take firmer control of data display, and share data among tags. All without h...
DETAILS

Building your first JSP custom Tag

Tags are reusable code libraries and allow easier separation of HTML and Java code. This tutorial first introduces JSP custom tags and then moves forward to build a simple JSP tag. Every step has been explained in detail. Online demo available.
DETAILS

Introducing Scripting Variables in JSP Tags.

This tutorial is second in a series of tutorials about JSP tags. In this tutorial we will learn what are scripting variables in JSP tags and how to make use of them. Online demo available.
DETAILS

Accessing Database using Tags in JSP Pages

This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available.
DETAILS

Calling a JavaBean from a JSP Page

This tutorial describes &<jsp:useBean&>, &<jsp:setProperty&> and &<jsp:getProperty&> tags and demonstrates how to call JavaBean from within a JSP page. Online demo available.
DETAILS

Examining Java Server Pages in detail

This article discusses the anatomy of a JSP page. Discusses all the directives, scripting elements, actions and JSP tags which form part of the JSP page. This article provides good foundation for studying advanced JSP topics.
DETAILS

JavaServer Pages

JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and discusses how JSP fits into the larger picture of web applications. Web page authors wil...
DETAILS

Professional JSP

Professional JavaServer Pages covers a wide variety of areas including design and architecture, JSPs and their relation to J2EE (Servlets, EJBs, JDBC etc) as well as extensive coverage of the tag extension mechanism that allows you to customize the t...
DETAILS

Page:
©2003-2008 jCay.com