What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / guest
Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.
Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can we work with error tags?
What is the use of namespace in action mapping in Struts2?
What are the core components of a struct2 based application?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How can we write our own interceptor and map it for action?
Do we need to pay the struts if being used in commercial purpose?
How we can controlled duplicate form submission in struts?
What is structs 2 validation framework?
What’s the difference between struts and espresso?
What is the purpose of @element?
Explain how to work with error tags?
What configuration changes are required to use Tiles in Struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is dispatch action class?
What is struts.devmode?