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 action support class in struts2?
What is struts validator framework?
What is the role of action class in struts?
What is the purpose of @before annotation?
Can you explain aware interfaces in struts2?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
struts is thread safe or not ?give me answer as early as possible
What does params interceptor?
In web.xml file instead of *.do can i write *.ibm, Specify with example
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
How to use forward action to restrict a strut application to mvc?
what r the disadvantages of MVC-2 Architecture?