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 |
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
What is interceptor struts2?
What are the conditions for actionform to work correctly?
Are the struts tags xhtml compliant ?
when we enter the data in the form how it is stored in formbean class setter and getter methods?
How struts control data flow?
Explain about logic match tag?
What is action support class in struts2?
What is http redirect?
How many struts config file can be created in struts?
How struts 2 validation works?
Difference between html tags and struts specific html tags