The mail-list example below demonstrates how to use simple HTML forms with Servlets.
This example takes firstname, last name and email from user and display it as an output.
The resume posting example below demonstrates how to use HTML elements with servlets.
The example takes user details as inputs and display all the details as output.
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 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 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 customer details example below demonstrates how to implement MVC pattern in servlets and JSP.
The example allows the user to view all the list of details of the customers and can edit it the deta
This example demonstrates registration of product. In this example product registration page is being called through jsp and servlet is called by servlet page with different url pattern (*.do).
The below example demonstrates how to use Vectors (collection array) using jsp and servlet in struts. Here Vector array is used for collecting all registered users.
The below example demonstrates how to dispatch url after some time of a registration page. if you access registration page directly then it will show the message "direct access is denied".