Main menu:

Site search

Pages

Categories

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  

Archive

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.