Apache Struts
Apache Struts, a free open-source structure for developing Java web applications. Web applications vary from the traditional websites. A web application can work and do manipulations with databases and business logic engines to customize a response. Web applications created from Java Server Pages sometimes come in database code, page design code, and control flow code. In practice, unless these concerns are separated, larger programs become difficult to maintain. One way to seclude concerns in a software application is to use Model-View-Controller (MVC) architecture. This model symbolizes the business or database code and the View represents the page design code. Then the Controller represents the navigational code. This framework was designed to help developers create web applications that use MVC architecture.
Posted: March 1st, 2008 under General.
Comments: none
