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
Lists the bundled validators in struts?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is difference between spring and struts?
What are result types in struts?
What is difference between lookupdispatchaction and dispatchaction?
Where can I get a copy of struts?
Explain the difference between jakarta struts and apache struts?
how to connect from struts to database through hibernet and where u can modify the class
Is struts 1 still supported?
How many instances of servlet usually run in a struts application ?
What is the use of namespace in action mapping in Struts2?
What is struts2 framework?
What are the conditions for actionform to work correctly?
Explain about how requests from the client are sent?
What is the use of lookupdispatchaction?