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
State an example of struts configuration file as an action parameter for action servlet.
Difference between html tags and struts specific html tags
What is the use of namespace in action mapping in Struts2?
If the framework doesn’t do what I want, can I request that a feature be added?
What are action errors and error?
How do I install struts?
What is difference between lookupdispatchaction and dispatchaction?
Do you need an alignment after replacing struts?
What are the two different types of validations that the validator framework supports?
What are best practices to follow while developing Struts2 application?
What is the significance of logic tags in Struts?
What is the configuration files used in struts?
What are the steps required for setting up validator framework in struts?
In how many ways duplicate form submission can occurs?
What do you mean by actionform?