Struts

Different views on Struts2.0 Frameworks
Previous Home Next

Introduction:

There are different views by developers for Struts 2.0 Frameworks. Today Struts2.0 is one of the most used frameworks in Java/J2EE web based enterprise applications.

Class/Library File Descriptions:

As struts2.0 provides a centralized controllers and Struts2.0 follows MVC-2 Design Pattern. So Struts2.0 is good option for web based applications. As it has clear separation for view, controller and model. The view developer have only focus on GUI ,The controller developer have focus on controller and networks securities and model developer have focus on writing business logic, so it is cost effective .The maintaining cost of struts2.0 application is less in term of money and as well as time .It also provide Struts2.0 tag libraries .Using these tag libraries a developer can make a jsp page easily. But as Struts2.0 takes more attention and need time to be expertise .So struts2.0 is note good option for small application.

Previous Home Next