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 purpose of execute method of action class?
What is Struts2?
Can we use struts and spring together?
Explain the life cycle of a request in struct2 application?
What is apache struts used for?
What is the apache struts vulnerability?
What are the bundled validators?
What is struts? Explain
What do you mean by action errors and what are the results they force?
Can we have multiple struts config files in a single web app?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the purpose of form-beans tag in struct-config.xml?
What are the various struts tag libraries?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How you will display validation fail errors on jsp page?