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
What is core java and j2ee?
What are the tools in java?
How do you make a class immutable in java?
to update a batch in a table in jdbc which method of statement object is used
What is wildfly java?
What is mean by connection pooling?
Explain the four types of container that the j2ee specification defines
What is actionerrors?
What are the main components of a class in java?
How will you explain cdata?
Is tomcat a java ee?
What is urn?
Difference between save and saveorupdate?
What is the preferred size of a component in java?
What is awt package in java?