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 are action errors?
What are inner class and anonymous class?
Give the details of xml files used in validator framework?
Do you need an alignment after replacing struts?
Describe validate() and reset() methods.
How to combine the struts with velocity template?
What is the purpose of action-mappings tag in struct-config.xml?
Explain the necessity of empty tag?
What is actioninvocation?
What is actionmapping?
What is purpose of execandwait interceptor?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the classes used as part of struts framework ?
what is meant by Struts Validator Framework?
Where can I get a copy of struts?