adspace


How Struts will follow the MVC?

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


Please Help Members By Posting Answers For Below Questions

What is action chaining ?

1168


What do you know about validation plugin ?

1031


What is the difference between filters and interceptors ?

1316


What are the contents on web.xml in struts application ?

1072


How is declarative handling of exceptions done in struts ?

1010