clipped from: www.vaannila.com   

Struts 2 Tutorial


In this tutorial you will learn the step by step process that happens when the Struts 2 Framework receives a request till it generates a response back to the user.


In this example you will learn how to use Annotations in Struts 2 and see how the Convention plug-in helps us create an application with minimal configuration.


In this example you will see how to create a simple Hello World Application in Struts 2.


In this tutorial you will see how to use the Struts 2 Bean Tag with the help of a CurrencyConverter bean example.


In this example you will learn how to use the iterator tag and the if and else tags.


In this example you will see how the interceptors are invoked both before and after the execution of the action and how the results are rendered back to the user.


In this example you will see how to perform validations using XML validation file. You will learn the naming convention for the XML validation file and see how to do field validations.


List of all Struts 2 Examples.