Wat is Difference between Mvc1 architecture and Mvc2
Architecture?

Answer Posted / chittaranjan meher

Features of MVC1:
1. Html or jsp files are used to code the presentation. To retrieve the data JavaBean can be used.
2. In mvc1 archictecture all the view, control elements are implemented using Servlets or Jsp.
3. In MVC1 there is tight coupling between page and model as data access is usually done using Custom tag or through java bean call.
Features of MVC2:
1. The MVC2 architecture removes the page centric property of MVC1 architecture by separating Presentation, control logic and the application state.
2. In MVC2 architecture there is only one controller which receives all the request for the application and is responsible for taking appropriate action in response to each request.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is struts2 namespace?

711


What is action class?

787


What are the features of struts?

799


How long do struts last?

729


Mark the differences between html tags and strut specific html tags.

796


What is the purpose of @validations annotation?

791


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

797


What are the applications of struts?

739


What is the purpose of @results annotation?

938


Which design pattern is implemented by Struts2 interceptors?

780


What is controller in struts ?

751


How do you find the struts version being used in a project?

729


Who wrote struts?

755


What is the apache struts vulnerability?

732


What is the difference between plain-validator and field-validator?

752