What is Request Dispatcher and what is Request Process?
Answer Posted / guest
Requestprocessor is a controller in stutrs it receives
request from browser and makes decision where to send the
request for further processing based on servlet-congig.xml
Request Dispatcher Defines an 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
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Which class of struts is responsible to converts data types from string and vice versa?
How action mapping is configured in Struts?
What are the loop holes of struts?
What is the differences between struts1 and struts2?
What is struts2 framework?
Why do we need mapdispatchtoprops?
Why use spring, if you are already using struts?
What is package name in struts xml?
Is struts compatible with other java technologies?
Can you explain struts validator framework?
What is controller in struts ?
How does struts work?
What is request processor and how does it relates to action mapping?
Can we use struts and spring together?
What is action support class in struts2?