What is Request Dispatcher and What is reuest Processor??
Answer Posted / laxmi
RequestDispatcher(rd) is an interface .Servlet container
creates rd object that receives requests from the client and
sends them to any resource (such as a servlet, HTML file, or
JSP file) on the server.
Request Processor contains the processing logic that the
ActionServlet performs as it receives each servlet request
from the container.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about the future of struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What’s the difference between struts and espresso?
Explain about how requests from the client are sent?
Which configuration files are used in struts?
What is front controller in struts2?
What is the purpose of @customvalidator annotation?
What is dispatchaction?
Name the different types of actions found in struts.
What are different ways to create Action classes in Struts2?
Which technologies can be used at view layer in struts?
Do we need to pay the struts if being used in commercial purpose?
Can you explain struts validator framework?
Why we use struts over servlets?
What is the purpose of plug-in tag in struct-config.xml?