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


Please Help Members By Posting Answers For Below Questions

Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3461


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

574


What modifiers may be used with an inner class that is a member of an outer class?

580


How to implement RMI in Java?

2408


When a thread blocks on i/o, what state does it enter?

578






If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1741


Can we sent objects using Sockets?

653


What is a sessionfactory? Is it a thread-safe object?

687


How is a java object message delivered to a non-java client?

577


What’s jboss cache in short?

604


What is the difference between long.class and long.type?

571


Name three component subclasses that support painting?

620


What are callback interfaces?

595


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

589


What is chat area? Explain.

560