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

Which file is used by controller to get mapping information for request routing?

0 Answers  


In which method of action class the business logic is executed?

0 Answers  


What does i18n interceptor?

0 Answers  


Which configuration file is used for storing jsp configuration information in struts?

0 Answers  


How long do struts last?

0 Answers  


What is life cycle of an interceptor?

0 Answers  


How can link tag’s action attribute be used?

0 Answers  


why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?

4 Answers  


wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements

2 Answers  


What are the action classes in struts?

0 Answers  


Which servlet does the struts framework use?

0 Answers  


At the point, you should go for struts framework?

0 Answers  


Categories