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 do you know about validation plugin ?

0 Answers  


Describe validate() and reset() methods.

1 Answers  


What are the struts2 error message keys that can come during file uploading process?

1 Answers  


How to build struts application in eclipse?

1 Answers  


How is forward action used for integration?

1 Answers  


What is the purpose of @conversionerrorfieldvalidator annotation?

1 Answers  


What is the purpose of @before annotation?

1 Answers  


What types of validations are available in xml based validation in struts2?

1 Answers  


What is struts and why it is used?

1 Answers  


what are the componenets of struts?

8 Answers   HCL,


Why is it called struts?

1 Answers  


Explain the components of struts?

1 Answers  


Categories