Answer Posted / somesh
The Model-View-Controller (MVC) framework is a proven and
convenient way to generate organized, modular applications
that cleanly separate logic, style, and data. In the Java
world, Struts is one of the best-known and most talked
about open source embodiments of MVC. Struts contributors
have recently enhanced the project's core functionality and
improved the view support, incorporating the Tiles view
component framework to strengthen support for component-
based development, to increase reuse, and to enhance
consistency.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What do you mean by inner class and anonymous class?
What is the use of reset method of ActionForm class?
What is filter dispatcher in struts?
Give an example of validates method used to avoid errors.
What is purpose of execandwait interceptor?
Which class is the Front Controller in Struts2?
What is role of actionservlet?
What are pull and push mvc architecture and which architecture does struts2 follow?
Where should struts xml be placed?
How can you create your custom interceptor in struts 2?
Explain architecture of struts2?
How does one create an action in struts 2?
Which components are available using actioncontext map?
What do you mean by a custom tag?
What is s token?