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
Which container method is used to cause a container to be laid out and redisplayed?
What is table mutation and how do you avoid it?
To what value is a variable of the string type automatically initialized?
What you mean by COM and DCOM?
What is TL and its use?
What value does read() return when it has reached the end of a file?
What are the services in RMI ?
Is the session factory thread safe?
When is the best time to validate input?
Can we sent objects using Sockets?
How are commas used in the intialization and iteration parts of a for statement?
What is the difference between RMI and Corba?
Is infobus easy to use?
What is the purpose of the finally clause of a try-catch-finally statement?
How are the elements of a cardlayout organized?