What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / ravi
The main dfeerence between mvc1 and mvc2 is..
In mvc1 we can have multiple controller servlets but in
mvc2 we can have only one controller servlet.For example
struts frame work is built on mvc2 architecture, which is
having only one controller i.e ActionSErvlet.
| Is This Answer Correct ? | 32 Yes | 29 No |
Post New Answer View All Answers
What are best practices to follow while developing Struts2 application?
What is actioninvocation in struts2?
What are the Core classes of Struts Framework?
What are the pros of struts 2?
What is the design role played by struts?
When do I need “struts.jar” on my classpath?
How action-mapping tag is used for request forwarding in struts configuration file?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is struts 2 framework in java?
What is the different actions available in struts?
What do you mean by the abstract package in struts2, and what is its utilization?
How many struts config file in a struts application?
Explain about struts dispatch action?
Give an example where struts tiles may be used?
What is apache struts framework?