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 actioninvocation in struts2?
What is actionmapping?
Explain design patterns which is used in struts?
State an example of struts configuration file as an action parameter for action servlet.
What is struts actionmapping?
What is dispatchaction?
Give an alternative way to protect jsp’s with not much features from direct access.
If the framework doesn’t do what I want, can I request that a feature be added?
What are the struts2 configuration properties that control file uploading process?
How many struts config file can be created in struts?
Name some of the features of struts2?
In struts, how can we access java beans and their properties?
What is execute method in struts?
What is the use of interceptor?
What are the core components of a struct2 based application?