Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / raghavendra
In case of MVC1, the JSP page acts as Controller and view
(i.e we need to provide the control logic and presentation
logic as part of Jsp page)
In case of MVC2, the ActionServlet acts as a controller and
the JSP page acts as view.
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
Are struts still used?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is use of i18n interceptor?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Does apache tomcat use struts?
What is the configuration files used in struts?
How action-mapping tag is used for request forwarding in struts configuration file?
Name the different types of actions found in struts.
How an actionform bean is created?
What do you know about validation plugin ?
Mark the differences between html tags and strut specific html tags.
What is the life cycle of actionform?
Explain about the library tag?
Where should struts xml be placed?
How exceptions are handled in struts application?