wahts the diif between Mvc1 and Mvc2?

Answers were Sorted based on User's Feedback



wahts the diif between Mvc1 and Mvc2?..

Answer / alluri.nagaraju

In MVC1 architecture mixing the presentation and business
logic.In which Jsp act as both controller and view and is
responsible for all activities and functionality provided by
Application.
In MVC2 architecture there is clear separation between
controller and view and making application design more isolated.

Is This Answer Correct ?    6 Yes 0 No

wahts the diif between Mvc1 and Mvc2?..

Answer / mukesh verma

In MVC1 model request is captured and processed by JSP[view
and controller] but in MVC2 model servlets[as controller]
are introduced which create java bean[model]which can be
used by jsp[view].

Is This Answer Correct ?    4 Yes 0 No

wahts the diif between Mvc1 and Mvc2?..

Answer / santhoshkumar.shaik

in mvc1 there is no centralize controler

but in mvc2 it is there

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Struts Interview Questions

Can you call Action class methods from Struts config.xml?

1 Answers   iGate,


How we can configured action mapping in struts?

0 Answers  


Are interceptors and filters different?

0 Answers  


Where should struts xml be placed?

0 Answers  


What is the difference between RequestProcessor and RequestDispatcher?

11 Answers   Ness Technologies, TCS,






How to use dispatchaction?

0 Answers  


Difference between struts and spring?

0 Answers  


What is the purpose of @key annotation annotation?

0 Answers  


What is used to display the intermediate result in an interceptor?

0 Answers  


What inbuilt themes are provided by struts2?

0 Answers  


What is the purpose of @doublerangefieldvalidator?

0 Answers  


What is Struts Flow?

17 Answers   CTS, rsystems,


Categories