The mail-list example below demonstrates how to use java beans with JSP to store data between requests.
This example takes firstname, last name and email from user and display it as an output.
The below example demonstrates Creating the view in struts framework. In this example a company's fleet manager track fuel purchases for the company's vehicles.
The below example demonstrates Decorating struts with sitemesh in Struts 2. In this example you will see how to Decorate large sites using SiteMesh framework
The hollistic counter example below demonstrates how to save data using servlets.
The example allows the user to view the number of times the servlet has been accessed as output.
The dynamic collection example below demonstrates how to add into or remove items from list using JSTL .
This example has a input text box which takes inputs from user to add into or remove item fr Run It Now!