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 xml servlet example below demonstrates how to create a xml file using servlets.
The example creates a xml file with the data specified in the servlet.
The java mail example below demonstrates how to send a mail in servlets using java mail.
The example below allows the user to send a mail to the given email address.
The downloader example below demonstrates how to download different format of files in servlets.
The example allows the user to download various formats of files specified by servlets.
The listeners example below demonstrates the use of the HttpSession Event and Listener in servlets.
The example allows the user to create new seesion and destroy it using HttpSession Event and Listen
The online boat order store example demonstrates how to make big web applications using JSP and Servlets .
The example allows the user to select the boats and order it online.
Run It Now!
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!