What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / harish kumar
In model1 only JSP and Beans are involved . JSPs are used
for logic and presentation and JSP decides the flow of
control. beans work as model.
Whereas in Model2 there is servlet that act as a front
controller i.e. all the requests are handled by the front
controller and forwarded to JSPs or model . therefore
presentation and business logic remains separate in model2.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of @typeconversion annotation annotation?
What is value stack?
What are the cons of struts 2?
What is actioncontext?
How to combine the struts with velocity template?
Which model components are supported by Struts?
What do you mean by ognl?
What is a custom tag?
how to connect from struts to database through hibernet and where u can modify the class
How exceptions are handled in struts application?
What does it cost to replace struts?
How can we integrate log4j in Struts2 application?
When it’s useful to use IncludeAction?
What do you mean by actionmapping?
How you will display validation fail errors on jsp page?