摘要
随着Web应用系统更多的应用于企业级的关键业务,其复杂度和规模不断增加。因此,仅仅简单的使用Servlet和JSP技术已经不能满足复杂的Web应用开发的需求。解决这些问题的关键就是选择具有优良体系结构的Web应用框架。当前基于J2EE的Web应用框架都实现了MVC模式,提供了业务逻辑和表现逻辑的分离和封装以及各自的标签库,但在可扩展性和可复用性方面还有不足。针对Web应用的需求,本文基于J2EE平台,以Struts为基础并对其进行了一定的改进和扩展,设计实现了一种新型的Web应用框架——StrutsE(StrutsExtended)。该框架封装了Struts的实现细节,降低了开发复杂度,提高了开发效率。
Nowadays, more and more Web application systems are applied to enterprise level essential service, so their complexity and scale are becoming continuously increasing. Therefore, only Servlet and JSP cannot match the requirements of those complicated Web applications, The key point to solve this problem is to choose well-formatted Web application framework, Currently, all Web application frameworks based on J2EE implement MVC model, separate and encapsulate business logic from view tier and provide their own tag library but they do not support high expendability and reusability. In this paper, we demonstrate the desigu and implementation of a new Web application framework based on J2EE which extends and improves Struts. It reduces the complexity of a Web project and raises the developing efficiency.
出处
《微计算机信息》
北大核心
2007年第34期274-276,共3页
Control & Automation