Answer Posted / alluri.nagaraju
In MVC1 architecture mixing the presentation and business
logic.In which Jsp act as both controller and view and is
responsible for all activities and functionality provided by
Application.
In MVC2 architecture there is clear separation between
controller and view and making application design more isolated.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What validate() and reset() method does ?
How to display validation errors on jsp page?
What is the default suffix for Struts2 action URI and how can we change it?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is a custom tag?
What are the pros of struts 2?
What is http redirect?
What is use of i18n interceptor?
What steps are required to for an application migration from Struts1 to Struts2?
How client side validation is enabled on a jsp form?
What is the purpose of plug-in tag in struct-config.xml?
Do we need to pay the struts if being used in commercial purpose?
What is the naming convention for a resource bundle file in struts2?
Mark the differences between html tags and strut specific html tags.
What is the use of token interceptor in Struts2?