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
What is jakarta struts framework?
What is struts and why it is used?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the core classes of the struts framework?
What is xml based validation in struts2?
What is java struts?
What is the purpose of @expressionvalidator annotation?
Which components are available using actioncontext map?
What is the purpose of @beforeresult annotation?
What are different ways to create Action classes in Struts2?
What are action errors?
What is the purpose of form-be tag in struct-config.xml?
what is ACID test for fresh engineers??what is the pattern??
What is strut web xml?
What are the Core classes of Struts Framework?