Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Request Dispatcher and What is reuest Processor??

Answers were Sorted based on User's Feedback



What is Request Dispatcher and What is reuest Processor??..

Answer / laxmi

RequestDispatcher(rd) is an interface .Servlet container
creates rd 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.
Request Processor contains the processing logic that the
ActionServlet performs as it receives each servlet request
from the container.

Is This Answer Correct ?    3 Yes 0 No

What is Request Dispatcher and What is reuest Processor??..

Answer / 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

More Struts Interview Questions

What is Struts Flow?

17 Answers   CTS, rsystems,


What is the purpose of interceptors?

0 Answers  


we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.

5 Answers   Accel, TCS,


what r the disadvantages of MVC-2 Architecture?

2 Answers   Process IT,


What are the two scope types for formbeans?

0 Answers  


Explain the core end goal while using java struts?

0 Answers  


What is the purpose of @conversion annotation annotation?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


What is the role of action class?

0 Answers  


What is controller in struts ?

0 Answers  


What is Custom Type Converter in Struts2?

0 Answers  


What are the cons of struts 2?

0 Answers  


Categories