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 mail-list example below demonstrates how to set initialization parameters in JSP and servlet.
This example takes firstname, last name and email from user, writes the details into a text files spe
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 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 Security example below demonstrates how to set security roles for resources in servlets.
The example allows the user with roles admin and programmer to access the admin resources.
The user authentication example below demonstrates how to authenticate user in servlets.
The example allows the user to view their username and authentication mechanism as output.
The I P filter example below demonstrates how to provide a basic security mechanism for a firewall to determine what traffic passes through the firewall based on IP address details.
The example filte