The JSP Portal example below demonstrates how to build website portal using JSP and Servlets.
The example allows the user to select a portal as input and get its details as output.
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 online conference registration example demonstrates how to use database to save data in servlets.
The example allows the user to insert and retrieve data from database.
The Shopping Cart example below demonstrates how to use servlets with JSP .
The example allows the user to add items to a shopping cart, and then view the contents of the cart .
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 user info example below demonstrates how to use multiple servlets.
The example allows the user to view the list of customers where user can edit or delete customer details.
The cookie example below demonstrates how to use cookies with JSP and servlets.
The example allows the user to download songs from the respective album .
The simple car registration example demonstrates how to insert data into database.
The example allows the user to insert car details into database and displays all the data from registration table.