Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / srikanth addani
Actually MVC1 is introduced by Small Talk.In MVC1 it contains only three components i.e,Model View And Controller.
Sun MicroSystems has taken MVC1 and process and consideres as MVC2.It Contains More than three Components.
i.e.
Model,View,Controller,DAO,DTO..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe validate() and reset() methods.
What is apache struts used for?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What’s the difference between struts and espresso?
What is struts validator framework?
How can we work with error tags?
What is the use of struts config xml file?
What are the bundled validators?
What are the components of struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is front controller in struts?
What are the steps required for setting up validator framework in struts?
What is struts in java with example?
What is the purpose of execute() method?
What is switchaction?