LStruts Application follows MVC design pattern, and use below components to complete MVC design pattern:
1.) struts-Config.xml for vsersion 1.2(struts.xml for Struts 2)
2.) ActionForm
3.) Request Processor
4.) web.xml
5.) validator.xml
6.) Action
7.) JSP or View layer
Above components are required to complete the Struts WorkFlow; Please find below the diagram for understanding an application workflow:
Above Diagram illustrate the basic workflow of a struts application.
1.) struts-Config.xml for vsersion 1.2(struts.xml for Struts 2)
2.) ActionForm
3.) Request Processor
4.) web.xml
5.) validator.xml
6.) Action
7.) JSP or View layer
Above components are required to complete the Struts WorkFlow; Please find below the diagram for understanding an application workflow:
Above Diagram illustrate the basic workflow of a struts application.

0 comments:
Post a Comment
Please write to us here...