Answer Posted / ramu
Whenever client send the request to sever is check is there web. XML file.And the read the contents in web. XML file and store into JVM's memory.
After ur using <load-on-startup> sever is created ActionServlet Object.In second second init()method and the reads the contents stored in JVM's memory.
Now sever is created Request and Response Object's and hadover to ActionServelt Service().
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the flow of requests in struts based applications?
Is struts compatible with other java technologies?
What is the purpose of @doublerangefieldvalidator?
What is spring hibernate and struts in java?
What is the purpose of global-forwards tag in struct-config.xml?
List some struts tag libraries?
Explain about the process of functioning of the struts program?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is Struts2?
Will the struts tags support other markup languages such as wml ?
What are the aware interfaces in struts2?
What is use of i18n interceptor?
how to connect from struts to database through hibernet and where u can modify the class
Give the details of xml files used in validator framework?
In which method of action class the business logic is executed?