Ramblings on Struts 2
Apache Struts is a free open-source framework for creating Java web applications.
Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response.
One way to separate concerns in a software application is to use a Model-View-Controller (MVC) architecture. The Model represents the business or database code, the View represents the page design code, and the Controller represents the navigational code. The Struts framework is designed to help developers create web applications that utilize a MVC architecture.The framework provides three key components:
The framework's architecture and tags are buzzword compliant. Struts works well with conventional REST applications.
Here's a really comprehensive set of the underlying and related technologies.
Posted at 02:51PM Feb 20, 2008 by Manveen Kaur in General | Comments[0]