|
Accessing Database using Tags in JSP Pages
|
Other links at Java > Tutorials > JSP and Servlets |
| 1. |
Developing Java Servlets
|
|
|
In this first part of a series on developing Java servlets, this tutorial shows how to create a basic servlet. It includes information about downloading the Java Servlet Development Kit from Sun.
|
| 2. |
Servlets trail
|
|
|
The Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality. Topics include: Overview of Servlets, Client Interaction, The Life Cycle of a Servlet, Saving Client State, Servlet Communication, Utilities for Running Servlets, and Running Servlets.
|
| 3. |
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.
|
| 4. |
Best Practice with Expresso Framework
|
|
|
Why invent the wheel every time you develop an application in Java? Writing a J2EE web application is complicated enough; you would not write a linked list module in C++ every time you started a new project. You would rather use another persons implementation. The same reuse-idea surely applies to server-side web development. This article looks at the best practices of using one popular web application toolkit, Expresso Framework. The idea of using custom tags, JSP, and the MVC paradigm are suitable for such frameworks. It will illustrate the best of practice through an on-line stock trading program example.
|
| 5. |
Overview of Servlets and JSP
|
|
|
This is an introductory tutorial on JSP an Servlet. Main topics include: What is a Java servlet?, What advantage does a Java servlet have over a traditional CGI program?, What is JSP?, and What are the Advantages of JSP?
|
|
|