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 synchronized methods and synchronized statements?

2 Answers   Adobe,


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


what do u mean by java bean??

2 Answers   ADP,


Explain phantom read?

0 Answers  


What is the use of Class.forName

20 Answers   HCL,


What are the methods used for inter-thread communication? and in what class these methods are defined?

2 Answers  


What is jboss?

0 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


does j2ee means advanced java

10 Answers  


what are the activation groupworks?

0 Answers  


What are various types of class loaders used by jvm?

0 Answers  


Categories