|
JSP Form Action Page
|
Other links at Java > Tutorials > JSP and Servlets |
| 2. |
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.
|
| 3. |
Handling Cookies
|
|
|
This tutorial discusses the creation and use of cookies in Servlets. Includes an example of a customized search engine interface.
|
| 4. |
Dynamic Web-based data access using JSP and JDBC technologies
|
|
|
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the underlying JDBC concepts instead of hiding them in custom tags. The author introduces a key design approach that integrates JavaBeans components with JDBC, similar to the way that JavaServer Pages technology already uses beans with HTTP. He also provides code for implementing this integration.
|
| 5. |
JavaServer Pages (JSP)
|
|
|
This is one of the most comprehensive introductory online tutorial on JSP programming. It covers: Syntax Summary, Template Text (Static HTML), JSP Scripting Elements: Expressions, Scriptlets, and Declarations, JSP Directives, Example using Scripting Elements and Directives, Predefined Variables, JSP Actions, and JSP Comments and Character Escaping Conventi.
|
|
|