Struts Online TrainingStruts Training Course Content: Architecture - 2-tier Architecture
- 3-tier Architecture
- n-tier Architecture
Web Application development models - MODEL1 Based Web Applications
- MODEL2(MVC) Based Web Applications
Struts Introduction Struts resources - JSP
- ActionServlet
- Web.xml
- ActionForm
- Action Class
- Struts-config.xml
Struts Flow/Struts Architecture DesignPatterns - MVC(Model View Controller)
- Singleton DesignPattern
- FrontController DesignPattern
- ApplicationController DesignPattern
- DataTransforObect/ValueObject DesigenPattern
Developing struts first application Validations - By using validate() method
- By using ValidatorFrameWork
Different types of ActionForms and DynaActionForms - ActionForm
- DynaActionForm
- ValidatorForm
- DynaValidatorForm
- ValidatorActionForm
- DynaValidatorActionForm
Predefined Action Classes - ForwardAction
- IncludeAction
- DispatchAction
- LookupDispatchAction
- MappingDispatchAction
- SwitchAction
RequestProcessor class LocalForwads and GlobalForwards Exception handling in struts - LocalExceptions
- GlobalExceptions
DataSources |