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
Give an example where struts tiles may be used?
How does struts2 token work?
How struts control data flow?
How you will enable front-end validation based on the xml in validation.xml?
Can a reducer dispatch an action?
How do I access token?
What is the use of jsonvalidation in struts?
What is struts2 framework?
Provide some important Struts2 constants that you have used?
What should be the name of xml file used for validation in struts?
What are the conditions for actionform to work correctly?
What is form bean in struts?
What is the difference between struts1 and struts2?
What are the core classes of struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?