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
Why are springs better than struts?
What are Struts2 core components?
What is the use of token interceptor in Struts2?
How many instances of servlet usually run in a struts application ?
What do you mean by action errors and what are the results they force?
What is defeult result type?
What is the role of action class in struts?
What is interceptor in Struts2?
How can we handle exceptions thrown by application in Struts2?
What are the main classes which are used in struts application?
What is the use of interceptor?
What is the purpose of @after?
What are the major differences between html tags and strut specific html tags?
What is struts xml?
What is the default location of result pages and how can we change it?