What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / samit katiyar
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...
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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of struts.properties in struct2?
Provide some important Struts2 constants that you have used?
What is the use of struts config xml file?
What is the purpose of @stringlengthfieldvalidator annotation?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How do u provide security to ur project?(Banking domain project)
Why do we use struts?
How to work with error tags?
Can we integrate struts with spring?
What are the cons of struts 2?
What is struts?
Explain the complete struts validator framework.
What does action do in struts?
What are the struts2 error message keys that can come during file uploading process?
What is request processor and how does it relates to action mapping?