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 is apache struts framework?

0 Answers  


How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?

1 Answers   Allied Digital,


List the important attribute and elements of action mapping under struts.

0 Answers  


What is filter dispatcher in struts?

0 Answers  


we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.

5 Answers   Accel, TCS,






What is apache struts used for?

0 Answers  


What is the use of struts?

0 Answers  


How you will display validation fail errors on jsp page?

0 Answers  


what is the purpose of action servlet and action?

5 Answers  


In how many ways duplicate form submission can occurs?

0 Answers  


What is difference between spring and struts?

0 Answers  


Explain about the future of struts?

0 Answers  


Categories