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

What is the apache struts vulnerability?

1 Answers  


I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies

1 Answers   ID,


What are the various struts tag libraries?

1 Answers  


What is the use of namespace in action mapping in Struts2?

1 Answers  


What is actionform in struts?

1 Answers  


i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application

2 Answers   TCS,


what is frame work in struts?

3 Answers   Infosys,


Difference between ActionErrors and ActionMessage?

1 Answers   iGate,


What is structs 2 validation framework?

1 Answers  


What are the sections into which a strut configuration file can be divided?

1 Answers  


Why are springs better than struts?

1 Answers  


What is jakarta struts framework?

1 Answers  


Categories