Struts

Apache Struts is a framework to encourage dev. to use MVC where a struts-config.xml can be defined to seperate actions from view. The ActionServlet and ActionForward are defined.

1. request comes.

2. corrosponding action class will be searched in the struts.xml

3. mapped form-bean will be populated with data.

4. execute method of mapped action servlet will be executed and result will be mapped in struts.xml withtag.

5. mapped jsp/html page with forward will be displayed.

struts-config.xml file contents:

http://www.webnms.com/webnms/help/developer_guide/web_client/web_struts_config.html

http://courses.coreservlets.com/Course-Materials/pdf/struts/07-Struts-Exceptions.pdf