What is Struts Flow?

Answer Posted / pradeep c

the flow execution of struts.

The browser makes a request to the Struts application that
is processed by ActionServlet (Controller).

ActionServlet (Controller) populates the ActionForm (View)
object with HTML form data and invokes its validate( )
method.

ActionServlet (Controller) executes the Action object
(Controller).

Action (Controller) interfaces with model components and
prepares data for view.

Action (Controller) forwards control to the JSP (View).

JSP (View) uses model data to generate a response to the
browser.

Is This Answer Correct ?    76 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @results annotation?

722


Are actions thread safe?

545


Whats the difference between the default namespace and the root namespace?

523


Which technologies can be used at view layer in struts?

649


What is the use of token interceptor in Struts2?

625






What is request processor and how does it relates to action mapping?

589


What are the pros of struts 2?

565


How to build struts application in eclipse?

531


What are the 5 constants of action interface?

548


What’s the utilization of resource bundle properties file in struts validation structure?

629


Explain the components of struts?

548


What is the use of jsonvalidation in struts?

557


Explain about struts dispatch action?

557


What are action errors and error and what are the consequences they impose?

571


Can we use struts and spring together?

542