Answer Posted / farheen
1.When the user performs an action on the Web application,
the Web browser sends a request for some resource to the
Web server.
2.The request is received by the servlet filter dispatcher,
which looks at the request and determines the appropriate
Action to be invoked to serve it.
3.The set of interceptors configured for applying some
common functionality to the request -- validation,
workflow, or file upload, for instance -- are automatically
applied to the request before the Action is executed.
4.A new instance of the Action class is created and then
the action method is executed for storing or retrieving
information to or from a database.
5.The output -- be it HTML, images, PDF, or in some other
format -- is rendered by the result.
6.Then the request traverses through the interceptors in
the reverse order. The returning request allows for the
performance of additional processing or clean-up
operations.
7.Finally, the container sends the output to the browser
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is ValueStack and OGNL?
What is the struts in java?
Why it called struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
How do you convert struts to springs?
What are the core classes of the struts framework?
Do I have to credit struts on my own website?
What is the actionform?
What are the benefits of the struts system?
Explain about the future of struts?
What is the purpose of struct-config.xml in struct2?
What is the forward action utilized for?
What is struts framework?
What are the ways in which duplicate form submission can occur?
How duplicate form submission can be controlled in struts?