Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / prasanna
In MVC1 Both the controller and model are the jsp ,so No
seperation between business logic and presentation logic
where as in MVC2 controller is servlet and model is the
java class
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
What are apache struts?
What are the benefits of the struts system?
Are struts still used?
What is struts and springs in java?
What is the purpose of constant tag in struts.xml?
Why is it called struts?
How struts2 supports internationalization?
What is Struts2?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the purpose of dispatcher result type?
What do you mean by a custom tag?
For a single Struts application, can we have multiple struts-config.xml files?
If the framework doesn’t do what I want, can I request that a feature be added?
Why we use struts over servlets?
How to work with error tags?