Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / xavier
MVC1
*bit clumsy
*designer and bussiness logic devlopers dependent
*lags in reusability of Apps components
*heres no M V C only (MV)& C
MVC2
*Clear seperation of components
*indepedent woking env
*reusability
*Upgrading appn is easier without touching hard code
*hence simple than (MV)C1
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is filter dispatcher in struts?
How we can configured action mapping in struts?
What is action class?
Explain struts?
Explain architecture of struts2?
What is xml based validation in struts2?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the default suffix for struts2 action uri ?
What is the apache struts vulnerability?
What is discontinuous strut?
What are result types in struts?
Where can I get help with struts?
What are the contents on web.xml in struts application ?
What does modeldriven interceptor?
What is the purpose of @emailvalidator?