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.
Run It Now!
Given N distinct card types, how many random cards do you need do collect before you have (at least) one of each type? This program simulates this random process.
The filter example below demonstrates how to user filters with servlets.
The example allows the user to view special offers which gives random offers.
Run It Now!
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.
Run It Now!
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.
Run It Now!