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
How long does it take to master java?
Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .
What is j2ee specification?
How to create object without using the keyword “new” in java?
Which java ide is best?
What is asant?
What is the use of method save()?
What are the main components of the j2ee application?
Where can I find java developers?
What is java secure socket extension (jsse)?
Enlist the technologies embraced in j2ee?
What is component-managed sign-on ?
Why is java more secure?
What is fatal error?
Is eclipse written in java?