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 |
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
How to use dispatchaction?
What are the cons of struts 2?
What is the purpose of @element annotation annotation?
What are the aware interfaces in struts2?
Why was reload removed from struts (since 1.1)?
What is the need of struts?
In web.xml file instead of *.do can i write *.ibm, Specify with example
What are the advantages of spring mvc over struts mvc?
Explain the difference between plain-validator and field-validator in struts?
What is the use of forwardaction?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?