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
Explain how will the struts know which action class to call when you submit a form?
What is the relation between the infobus and rmi?
What is the difference between session and entity beans?
What are local interfaces? Describe.
What’s jboss jbpm?
What are the purpose of introspection?
How database connectivity in XML is achieved?
How to deploy Jar, War files in J2EE?
What value does read() return when it has reached the end of a file?
Is infobus easy to use?
Is the infobus client side only?
What happens when a thread cannot acquire a lock on an object?
What is the argument type of a programs main() method?
How task's priority is used in scheduling?
What is synchronization and why is it important?