What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / jagadeesh b.n
Mvc1:In mvc1 all the
presentationlogic+controllerlogic+persistancelogic are
bounded together
Mvc2:In mvc2 all the
presentationlogic+controllerlogic+persistancelogic are
bounded separately
And Mvc1 and Mvc2 is also called as Model1 and Model2
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
How do I install struts?
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 do you mean by actionform?
What configuration files are used in struts?
Explain how to work with error tags?
Are actions thread safe?
What are the bundled validators?
What steps are required to for an application migration from Struts1 to Struts2?
What do you mean by the abstract package in struts2, and what is its utilization?
What should be the name of xml file used for validation in struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is lookupdispatchaction?
Can you explain aware interfaces in struts2?
How can duplicate form submission be handled in struts 2?