What is Request Dispatcher and what is Request Process?

Questions by kvkreddy36

Showing Answers 1 - 1 of 1 Answers

Sudhakar Reddy S

  • Jan 25th, 2006
 

The RequestProceorss first retrieves appropriate XML block for the URL from struts-config.xml. This XML block is referred to as  ActionMapping in Struts terminology. In fact there is a class called ActionMapping in org.apache.struts.action package. ActionMapping is the class that does what its name says ? it holds the mapping between a URL and Action.The mapping results in invocation of appropriate JSP(view).

 

Where as coming to RequestDispatcher it is Servlet collaboration interface, Which is used to forward or include a request to another  JSP , Servlet or HTML.

 

  

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions