What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / vikas
RequestProcessor:
Is a controller in struts.It recieves the request from the
client and makes decision where to send the request for
further processing based on the
servlet-config.xml
RequestDispatcher:
defines an object that accepts the request from the browser
and send it to any resource (such as servlet, JSP or HTML)
on the server.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Which configuration file is used for storing jsp configuration information in struts?
What helpers in the form of jsp pages are provided in struts framework?
What are the core classes of the struts framework?
What are apache struts?
How struts control data flow?
What is jakarta struts framework?
What is strut web xml?
How is declarative handling of exceptions done in struts ?
What’s the utilization of struts.xml configuration file?
How client side validation is enabled on a jsp form?
Explain about struts relation to html tags?
Does apache tomcat use struts?
Which servlet does the struts framework use?
What are the custom tags?
What are the important methods of actionform?