How to explain struts work flow
Answer Posted / jayachender
When we send the request the follwing actions will be perform.
1.The Server Searches for Deployment-Descriptor(web.xml)
2.If the server Found <load-on-startup> tag the server will create the required Servelet Object.
3.After Servlet object is created the server will execute the init() method of ActionServlet.
4.As part of init method of ActionServlet finds the value of Config init parameter.
5.The init() method start reading contents from the struts-config.xml(Struts Configuration file) and store the information in jvm's Memorey
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
How action mapping is configured in Struts?
Explain how can we upload files in struts2 application?
How you will make available any message resources definitions file to the struts framework environment?
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
Can we have multiple struts config files ?
What is interceptor? And life cycle methods of interceptor?
What is the purpose of @customvalidator annotation?
What are action classes in struts?
What does modeldriven interceptor?
Explain the difference between jakarta struts and apache struts?
Is there a particularly good ide to use with struts?
Name the different types of actions found in struts.
Which interceptor is responsible for file upload support?
Can you explain aware interfaces in struts2?
Do I have to credit struts on my own website?