tell me struts flow ?
Answer Posted / mukesh
Above answer is correct but more clear is
supose we having Http:/myhost/authorize.do
1. server configure to pass *.do extension to
org.apache.struts.action.ActionServlet via web.xml
2. Action servlet object inspect the uri and try to
match against ActionMapping located in
struts-configuration.xml
3. if intance of appropriate action found it call
perform() .
4. action object handle request and returns next view..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is lookupdispatchaction?
What are struts in java?
What is the purpose of @conversion annotation annotation?
What is the configuration files used in struts?
What validate() and reset() method does ?
What helpers in the form of jsp pages are provided in struts framework?
How do you create message resource?
Why actionservlet is singleton in struts?
How does interceptor work in struts2?
Explain about struts relation to html tags?
Explain about logic match tag?
How do u provide security to ur project?(Banking domain project)
Explain how to work with error tags?
What are the steps required for setting up validator framework in struts?
Whats the difference between the default namespace and the root namespace?