What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / suresh kumar
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 etc)
Is This Answer Correct ? | 60 Yes | 3 No |
Post New Answer View All Answers
What is ValueStack and OGNL?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is pojo in struts2?
What are the two different types of validations that the validator framework supports?
Which class is the Front Controller in Struts2?
What is the default location of result pages and how can we change it?
Can explain about the validations and in your project where did u used the validations?
What are pull and push mvc architecture and which architecture does struts2 follow?
how does request processor relates to action mapping?
What is the difference between shocks and struts?
What is the purpose of @before annotation?
What applications use apache struts?
Name some useful annotations introduced in Struts2?
What is actionform in struts?
What is action chaining ?