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
How can we display validation errors on jsp page?
What are the cons of struts 2?
Explain the necessity of empty tag?
Explain the core end goal while using java struts?
What is apache struts framework?
Lists the bundled validators in struts?
What is the purpose of @result?
How can we group related actions in one group in Struts?
Why do we use struts?
What are the loop holes of struts?
Name some useful annotations introduced in Struts2?
What should be the name of xml file used for validation in struts?
What do you mean by struts.dev mode?
What is front controller in struts2?
in struts how to use hibernate with struts>