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
State an example of struts configuration file as an action parameter for action servlet.
Lists the bundled validators in struts?
What configuration changes are required to use resource files in Struts?
List the important attribute and elements of action mapping under struts.
What are result types in struts?
Are struts still used?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How to use dispatchaction?
What is the use of reset method of ActionForm class?
How we can configured action mapping in struts?
Why do we use struts?
What are struts in java?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What are the two types of validations supported by validator framework?