Research on Developing of Web Application Based on Struts
Miao-miao TIAN,Yi-ping YAO
DOI: https://doi.org/10.3969/j.issn.1002-2279.2007.02.019
2007-01-01
Microprocessors
Abstract:When developing Web application system simply by JSP,there are some problems such as poor expandability and difficult work division.Thus,Struts,which bring a very good MVC framework was introduced.Struts separate interface and business logic,make the division between page designer and programmer easier,and enhance the code reusability and flexibility for components development.In this paper,the conception and architecture of Struts were introduced,and the working principles of Struts were discussed.An example was introduced to explain how to use Struts in project developing.