The servlet example below demonstrates how to use java bean with servlets.
The example takes an input as confirmation number from user and prints the details of the registration as output.
The auto-refresh example below demonstrates how to create a save data using sessions after each refresh page.
The example increments the counter of the number of times the servlets been accessed in
The command servlet example below demonstrates how to use servlet with HTML.
The example provides the user HTML links where user can click any of these links.
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 below example demonstrates Message handling Internationalization in Struts. this example has 4 properties files with key and value pair. we are accessing value using key in customer.jsp page.
The registration example below demonstrates how to use HTML with JSP to create a registration page.
This example takes user information from user and computes the billing information to show as output
The SQL gateway example below demonstrates how to use SQL queries to view the result from database.
The example allows the user to fire sql queries to the database and view results.