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

What is synchronization and why is it important?

0 Answers  


How to pass parameters in RMI?

0 Answers  


what is Activation Instantinator?

0 Answers  


What is the relationship between the canvas class and the graphics class?

0 Answers  


1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,






Explain the stub's and skeleton's functionality?

7 Answers  


can we write implementation for a method with in another method?

3 Answers   Cap Gemini,


How primary key is implemented in Oracle?

0 Answers  


what are the advantages of JTA over JTS?

0 Answers  


What is a modular application? What does module-relative mean?

0 Answers  


Why use a datasource when you can directly specify a connection details?

0 Answers  


what is the Remote Stub?

1 Answers  


Categories