What is Request Dispatcher and What is reuest Processor??
Answer Posted / nagendra
RequestDispatcher is an interface
which is used to forward our request to java
enabled Resources like servlet,jsp.. within the server.
it has one limitation i.e we cant forward req to
outside server... that was achieved by using sendreDirect
mechanism ..which forwards request not only within the
server but also outside servers.
RequestProcessor is an predefined class given by structs
framework..
and it is helper class to Structs controller
component i.e ActionServlet by using the method process()..
eventhough it is predefined we can create our
own RequestProcessor class
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is struts mvc framework?
Why use spring, if you are already using struts?
Describe the mvc on struts?
Is struts compatible with other java technologies?
What is the purpose of @emailvalidator?
What are the important methods of actionform?
What are the 5 constants of action interface?
What is package name in struts xml?
What is struts framework in java?
What are the reasons for an error message not being displayed while developing struts application?
What is container struts2?
What is the purpose of interceptors?
What is role of actionservlet?
What does validation interceptor?
How many struts config file can be created in struts?