The registration example below demonstrates how to use HTML with JSP to create a registration page.
This example takes user information from user and computes the billing information to show as outpu
The online CD shopping cart example below demonstrates how to create a shopping cart in JSP.
The example allows the user to add items to a shopping cart, and then view
the contents of the cart.
The database example below demonstrates how to use database with JSP.
The example allows the user to connect to the database and view all the entries from database.
The User-Info example below demonstrates how to pass data and display it using JSTL.
This examples takes ser details as inputs and print them as output.