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

whether the connectionpooling used in struts?

2 Answers   SolutionNET,


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

0 Answers  


What is RMI Registry?

6 Answers   Siemens, United Software Solutions,


hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

0 Answers   Infosys,


Brief description about local interfaces?

0 Answers  






How to send a request to garbage collector?

3 Answers  


What do you mean by Socket Programming?

0 Answers  


Where can I find seam examples and documentation?

0 Answers  


What is the difference between RMI and Corba?

0 Answers   Infotech,


Can we have more than one action servlet?

7 Answers   HP,


whats is mean by tiles in struts

0 Answers   SolutionNET,


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


Categories