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
How client side validation is enabled on a jsp form?
Can I have html form property without associated getter and setter formbean methods?
What configuration changes are required to use Tiles in Struts?
Why is action servlet a singleton in struts?
What applications use apache struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Give an example of validates method used to avoid errors.
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the use of jsonvalidation in struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
Explain about logic match tag?
Can you explain aware interfaces in struts2?
What is strut web xml?
What is the purpose of @createifnull annotation annotation?
What are apache struts?