diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
the passing of response object from one servlet as request
to another Servlet, is also called as Servlet Chaining.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What event results from the clicking of a button?
What is the difference between the session.update() method and the session.lock() method?
what is a non-repeatable read?
how to use debug in my elipse to solve problems that exist in my project
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the oops concept?
What is the difference between RMI registry and OS Agent?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Define prototype?
To what value is a variable of the string type automatically initialized?
What class is used to create Server side object ?
What method is invoked to cause an object to begin executing as a separate thread?
Where can I ask questions and make suggestions about seam?
Describe, in general, how java's garbage collector works?
Explain RMI Architecture?