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

How many action classes can be used in struts application?

0 Answers  


What are the struts2 configuration properties that control file uploading process?

0 Answers  


What are the classes used in struts?

0 Answers  


What are the pros of struts 2?

0 Answers  


how you implement and maintain your struts project by using MVC2 arch?

2 Answers   Patni, Wipro,






Can we have different controllers in one struts app?

7 Answers   Accenture,


What is the purpose of @key annotation annotation?

0 Answers  


What are different ways to create Action classes in Struts2?

0 Answers  


What are the custom tags?

0 Answers  


What are the important methods of actionform?

0 Answers  


struts comes under which layer of three tire architecture in real time projects plz i need explaination?

10 Answers   Infinite Computer Solutions, TCS,


Can you explain struts validator framework?

0 Answers  


Categories