Answer Posted / karthick
In struts the Action servlet serves as a front controller
where it receives all the request from the client. All those
requests are delegated to the RequestProcessor class. In
this class process method will be invoked with httprequest
and response objects.
This method has so many method calls to populate the forms,
associating the request to the proper mapping etc.
For more details
:http://www.onjava.com/pub/a/onjava/2004/11/10/ExtendingStruts.html
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is strut action mapping?
How do you find the struts version being used in a project?
How to explain Software Bank Loan descriptions
What is the purpose of @before annotation?
What is the purpose of interceptors?
Name some of the features of struts2?
What are the benefits of Struts framework?
What are different ways to create Action classes in Struts2?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the use of token interceptor in Struts2?
What are the steps involved in creating a strut application?
Explain the life cycle of a request in struct2 application?
What does params interceptor?
Briefly tell the two kinds of form beans.
Do you need an alignment after replacing struts?