diff mvc1 and mvc2
wahts is mean by servlet chaining?

Answers were Sorted based on User's Feedback



diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / 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

Is This Answer Correct ?    3 Yes 0 No

diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / 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

diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / sandya

Application control is decentralized in Mvc1 architecture.
Since the next page to be displayed is determined by the
logic embedded in the current page. Decentralized
navigation control can cause headaches when requirements
keep changing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Do I need to import javlang package any time? Why ?

0 Answers  


What are the JSP implicit objects ?

1 Answers   eMids,


difference of inheritance and interface

3 Answers  


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


Explain lazy activation?

1 Answers   HCL,






diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


Will the general public have access to the infobus apis?

0 Answers  


difference between apllet and interface class

1 Answers   Infotech,


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

0 Answers  


In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work

3 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Can I run seam outside of jboss as?

0 Answers  


Categories