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 the classes used in struts?
Explain about token feature in struts?
What is front controller in struts2?
State an example of struts configuration file as an action parameter for action servlet.
What is discontinuous strut?
What is DynaActionForm?
What is actioncontext?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is the use of Struts.xml configuration file?
Are interceptors thread safe?
What is jakarta struts framework?
What are the features of struts 2?
What is the role of action class in struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How an actionform bean is created?