diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / 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 View All Answers
What is the form of storage space in java?
Explain what is orm?
Why won’t the jvm terminate when I close all the application windows?
What are the different algorithms used for clustering?
What are the different approaches to represent an inheritance hierarchy?
What are the different types of exception?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
how i secure my site with the https protocol.what are the steps?
What is a session? Can you share a session object between different theads?
What is the difference between a menuitem and a checkboxmenuitem?
wahts is mean by dynavalidatorform in struts/
Difference between loadclass and class.forname?
Why do threads block on i/o?
What is bean? Where can it be used?
How to deploy Jar, War files in J2EE?