Wat is Difference between Mvc1 architecture and Mvc2
Architecture?

Answer Posted / smitha

MVC1 1)No separation of presentation layer and business layer.
2)Doesnt promote reusability of application components.
3)its for simple applications.
MVC2
1)ease of maintenance resulting from separation of
presentation layer and business layer.
2)Reusability of components
3)controller presents a single point of entry to the web
application providing cleaner means of implementing security
and state mgmt.

Is This Answer Correct ?    38 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you give an overview of how a struts application flows?

536


What is interceptor struts2?

539


What does params interceptor?

540


What is difference between struts1 and struts2?

512


How is the mvc design pattern used in struts framework?

522






What is struts2 framework?

526


What is the purpose of form-beans tag in struct-config.xml?

559


Which design pattern is implemented by Struts2 interceptors?

560


What is struts? Explain

550


What is actioncontext?

559


How you will enable front-end validation based on the xml in validation.xml?

581


What are result types in struts?

583


Which interceptor is responsible for i18n support?

530


What is struts framework in java?

541


What is the purpose of struct-config.xml in struct2?

570