|
This tutorial will help you to learn many features available with the struts framework. You will see how useful are DynaActionForm and DispatchAction classes in struts framework.
The tutorial helps you to understand the Validation framework and its usefulness. You will see how the validation framework can be used for both server side and client side validations with less effort. This tutorial also helps you to understand how struts solves the the real life problem of duplicate form submission through its token mechanism.
Further this tutorial will help you to understand the exception handling mechanism available with the struts framework and how do we create our own exception handlers in struts. Struts also provide the plug-in mechanism for creating the custom plug-in for the application. This tutorial will also guide you how to create the plug-in for the application in struts. |