89
Struts 2 Architecture and FlowThe architecture and flow of struts 2 application, is combined with many components such as Controller, ActionProxy, ActionMapper, Configuration Manager, ActionInvocation, Inerceptor, Action, Result etc. Here, we are going to understand the struts flow by 2 ways:
Struts 2 basic flowLet’s try to understand the basic flow of struts 2 application by this simple figure:
Struts 2 standard flow (Struts 2 architecture)Let’s try to understand the standard architecture of struts 2 application by this simple figure:
|