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 |
Which class is the Front Controller in Struts2?
What is struts framework in java?
Which configuration file is used for storing jsp configuration information in struts?
explain the struts-configuration file?
Difference between JSF Framework and Struts Framework.
13 Answers Accenture, BSS, IBM, TCS,
What is the life cycle of actionform?
What configuration files are used in struts?
How does struts work?
what is difference between <bean:write> and <bean: message> tag
Why use spring, if you are already using struts?
what is tiles in struts?
If the framework doesn’t do what I want, can I request that a feature be added?