How to explain struts work flow
Answer Posted / 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 View All Answers
What is the use of struts?
What are apache struts?
What is difference between interceptors and filters?
How to combine the struts with velocity template?
What are different ways to create Action classes in Struts2?
What is struts 2 framework in java?
What does i18n interceptor?
Explain design patterns which is used in struts?
What is the use of form bean in struts?
What is the purpose of @createifnull annotation annotation?
How we can configured action mapping in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the use of token interceptor in Struts2?
What is the life cycle of actionform?
How we can controlled duplicate form submission in struts?