How to explain struts work flow

Answers were Sorted based on User's Feedback



How to explain struts work flow..

Answer / bob

simple....ActionServlet will take care of every thing....

Is This Answer Correct ?    6 Yes 20 No

How to explain struts work flow..

Answer / s..murugan

struts work flow begins from jsp pages(when user first hit
on the submit button),then UR request go and refer in
struts-config.xml to confirm whether the corresponding
action class entry has been put and also refer whether the
corresponding Bean class entry has been put or not,
If the entry Has been identified then that Bean class
should be populated and then corresponding action class
also be populated finally ActionForward instance goes to
struts-config.xml(GLOBAL-FORWARD).This cyclic process taken
place for all the request.

Is This Answer Correct ?    35 Yes 51 No

Post New Answer

More Struts Interview Questions

What are the steps of struts installation?

0 Answers  


What is the use of resourcebundle.properties file in Struts Validation framework?

0 Answers  


What are the Core classes of Struts Framework?

0 Answers  


How can you create your custom interceptor in struts 2?

0 Answers  


Is struts compatible with other java technologies?

0 Answers  






What are the steps involved in creating a strut application?

0 Answers  


What is difference between spring and struts?

0 Answers  


What is the role of a handler in mvc based applications?

0 Answers  


How to forward from Array List to Jsp in Struts ActionServlet class?

8 Answers  


how to debug struts project in netbean ?

0 Answers  


What is action support class in struts2?

0 Answers  


What is life cycle of an interceptor?

0 Answers  


Categories