diff mvc1 and mvc2
wahts is mean by servlet chaining?



diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / laxman

The response object from one servlet is passed as request to
another Servlet, this is called as Servlet Chaining.
the getServlet() method that is used in Servlet chaining is
deprecated and Sun's Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Cheers,
Gaya3

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

what are RemoteObjects?

0 Answers   Wipro,


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What is ioc concept & explain it?

0 Answers  


How can a dead thread be restarted?

1 Answers   IBM, Wipro,


Explain the stub's and skeleton's functionality?

7 Answers  






what is difference between object state and behaviour?

3 Answers  


What is a modular application?

0 Answers  


What is the difference between static and non-static with examples?

0 Answers   HCL,


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


What is private static final long serialVersionUID = 1L;

3 Answers   Google,


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


what are the activation groupworks?

0 Answers  


Categories