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 |
What is a modular application?
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
What do you need to set-up a cluster with jboss?
the same information whether it will connect to the database or it will be used previous information?
java is fully object oriented languages or not? why?
Name three component subclasses that support painting?
What are the benefits of detached objects?
How can I avoid validating a form before data is entered?
Differences between applications and applets?
What is RRL?
What are the implicit objects?
What are Benefits of Connection Pooling?