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
Why is string immutable in java?
Is the infobus client side only?
What do you mean by Socket Programming?
Explain what is orm?
If your ui seems to freeze periodically, what might be a likely reason?
What is prototype?
How a component can be placed on Windows?
What restrictions are placed on the values of each case of a switch statement?
Define prototype?
Will the general public have access to the infobus apis?
When a thread blocks on i/o, what state does it enter?
Explain the difference between object state and behavior?
What are the different approaches to represent an inheritance hierarchy?
Do I have to use jsps with my application?
When is the best time to validate input?