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 is J2EE?

2 Answers  


What is mdb and what is the special feature of that?

0 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


What is prototype?

0 Answers  


Can I use multiple html form elements with the same name?

0 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


how we can implement interface in jsp ?

2 Answers   Google,


Can I use javascript to submit a form?

0 Answers  


Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in

4 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


What is RMI architecture?

11 Answers   Infosys,


Difference Between getRequest and PostRequest?

8 Answers   HCL, TCS,


Categories