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
When do I need “struts.jar” on my classpath?
What do you mean by actionservlet?
Can explain about the validations and in your project where did u used the validations?
What is discontinuous strut?
What is the use of struts?
What is Custom Type Converter in Struts2?
What is the front controller in struts2?
How to work with error tags?
How can we write our own interceptor and map it for action?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is difference between spring and struts?
Can a reducer dispatch an action?
When should be opt for struts framework?
What are the struts2 error message keys that can come during file uploading process?
What is the purpose of @requiredstringvalidator?