|
Replacing Your CGIs with Java Servlets
|
Other links at Java > Tutorials > JSP and Servlets |
| 1. |
Using Java Server Pages (JSP)
|
|
|
This is a short introductory article on JavaServer Pages. It talks about the features of JSP, a simple example, and includes some useful JSP related-links.
|
| 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. |
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.
|
| 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. |
Exception Handling in JSP Pages
|
|
|
An article on exception handling in JSP pages. Describes how to catch exceptional events and display a useful message to the user. Online demo available.
|
|
|