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
What is apache struts framework?
How is declarative handling of exceptions done in struts ?
What are the advantages of spring mvc over struts mvc?
how to connect from struts to database through hibernet and where u can modify the class
Name the different types of actions found in struts.
Mark the differences between html tags and strut specific html tags.
How can we display validation errors on jsp page?
What is the purpose of @requiredstringvalidator annotation?
What is the purpose of @conversion annotation annotation?
What is the difference between validation.xml and validator-rules.xml files in struts?
What do you mean by a custom tag?
Explain design patterns which is used in struts?
How we can configured action mapping in struts?
How to get data from the velocity page in a action class?
How nested beans can be used in Struts applications?