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 jaxr client?
What is deployment descriptor?
Define thin client?
What are the advanced technologies in java?
Is java 100 percent pure object oriented?
What is the name of java compiler?
Define hashtable in j2ee?
What is create method?
What is java 2 platform, standard edition (j2se)?
Define the struts in the j2ee framework?
What is interpreter in java?
What is j2ee product provider?
Is java gui dead?
How many types of objects are there in java?
What are the tools in java?