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 scalable, portability in the view of J2EE?
What is a tasks priority and how is it used in scheduling?
Do I need to import javlang package any time? Why ?
which book is better for jdbc ,servlets and jsp
What are the services in RMI ?
How are the elements of a cardlayout organized?
What classes of exceptions may be caught by a catch clause?
How many times may an objects finalize() method be invoked by the garbage collector?
What are the different algorithms used for clustering?
What is aop(assepct oriented programing)?
What must a class do to implement an interface?
What class is used to create Server side object ?
Explain ioc concept?
How a component can be placed on Windows?
Explain phantom read?