Struts -Syllabus
- Introduction
- MVC Architecture
- Design Patterns
- Struts FrameWork
- The Elements of Struts Architecture
- Writing your First struts Application
- Struts Example(using DAO)
- Form Beans and Validations
- Associating form bean to action
- Example to demonstrate the form bean
- Example to demonstrate the form bean with validations
- Example to demonstrate DynaActionForm
- Limitation of DynaActionForm and Solving
- Adding Validation to the form fields in DynaActionForm
- Example program for declarative validation
- Internationalization (I18N)
- Struts Internationalization Support
- Internationalizing Struts Application
- Understanding Struts Modules and Plugin
- Struts Modules
- Using Struts Modules
- Construct Struts Configuration files
- Configure the modules
- Example to demonstrate Struts Modules
- Struts Plugin
- Example to demonstrate Struts plugins
- Actions
- Exception Handling
- Forward Action
- Include Action
- Locale Action
- Switch Action
- Dispatch Action
- Usage of Dispatch Action
- Configuring action mapping
- Example to demonstrate DispatchAction
- LookupDispatchAction
- Understanding Tiles Framework
- creating tiles layout
- Configuring the tiles definitions in JSP document
- Configuring the tiles definitions in tiles XML confituation file
- Adding tiles plugin to our struts application
- Tiles plugin in Struts Configuration file
- Example for tiles layout in struts
Back