The JSP example below demonstrates how to use JSP to build web applications.
The example below displays a month page of the western calendar for the selected year.
The online pizza order example below demonstrates how to use sessions to save data between requests.
The example allows the user to order the pizza's from the given options and displays the billing i
The expense report example below demonstrates how to use Struts with JSP
The example allows the user to add expense details and can retrieve the expense by specifying date.
The random dice thrower example below demonstrates how to use programmatic logic with JSP and servlets.
The example allows the user to view random results of dice as output.
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.