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?
What is the difference between empty default namespace and root namespace?
What are the components of struts framework?
in struts how to use hibernate with struts>
How can duplicate form submission be handled in struts 2?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is used to display the intermediate result in an interceptor?
What is s token?
What is the purpose of @results annotation?
When should be opt for struts framework?
What is spring hibernate and struts in java?
What are disadvantages of Struts?
What are the two scope types for formbeans?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What does modeldriven interceptor?