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 difference between object state and behavior?
Which container method is used to cause a container to be laid out and redisplayed?
Which class is the immediate superclass of the menucomponent class?
Can I have an action without a form?
What is the relationship between the canvas class and the graphics class?
Will the general public have access to the infobus apis?
What is Stream Tokenizer?
whats is mean by tiles in struts
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
whats is mean by connectionpooling
What is the argument type of a programs main() method?
What is the difference between the session.update() method and the session.lock() method?
What is the difference between the string and stringbuffer classes?
How to deploy Jar, War files in J2EE?
What are externizable interface?