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 are Benefits of Connection Pooling?
What is RRL?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What is the difference between system.out ,system.err and system.in?
Wt is the main difference between Java and Java J2EE and Advanced java?
what's the main difference between unix os and linux os?
What method is used to create the daemon thread?
What is the return type of interrupt method?
What is the main functionality of RRL(Remote Reference Layer)?
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
can any one tell me how to learn good coding techniques