What is the use of RequestProcessor, if we are having
ActionServlet in struts
Answer Posted / nitilaksha m shetty
The RequestProcessor is a helper class instantiated and used
by ActionServlet to process each request that comes in. The
RequestProcessor actually does most of the work involved
when a request comes in and a response goes out. The
ActionServlet(org.apache.struts.action.ActionServlet) is
invoked each time an incoming HTTP request is received. It
then calls the
RequestProcessor(org.apache.struts.action.requestProcessor)
to determine which form bean to instantiate and which action
class to call based on the contents of your
struts-config.xml file.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Is python more secure than java?
What do you understand by actionform?
What is application client container?
What is java ee architecture?
In DAO we are writting sql queries , how it is possible with creating and closing database connections.
What is initialization parameter?
What are the main components of a class in java?
What is component-managed sign-on ?
What are different modules in spring?
What spring is in related to j2ee?
What do you mean by the deployment descriptor?
What is isv?
Why primitive data types in java are not objects?
What is business method?
Why java is oop language?