What is Request Dispatcher and what is Request Process?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinivas
Controller class ActionServlet is he request Dispatcher.
where as Action classes are request processer.
| Is This Answer Correct ? | 4 Yes | 13 No |
What is filter dispatcher in struts?
Name some useful annotations introduced in Struts2?
Where can I get a copy of struts?
What is the use of jsonvalidation?
What is the different actions available in struts?
What does it cost to replace struts?
How to create validations?what are struts validation components?
What is the purpose of @before annotation?
What is struts and springs in java?
What is the purpose of @result annotation?
Which configuration file is used for storing jsp configuration information in struts?
Explain how to work with error tags?