作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (5): 243-245. doi: 10.3969/j.issn.1000-3428.2009.05.083

• 开发研究与设计技术 • 上一篇    下一篇

Web应用基础业务框架的设计与实现

张 璞   

  1. (重庆邮电大学计算机学院,重庆 400065)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-03-05 发布日期:2009-03-05

Design and Implementation of Web Application Foundation Service Framework

ZHANG Pu   

  1. (School of Computer, Chongqing University of Posts and Telecommunications, Chongqing 400065)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-03-05 Published:2009-03-05

摘要: 利用J2EE技术开发Web应用系统时经常需要编写大量代码来处理组织机构管理、权限管理、日志管理等基础业务,对于大量结构相似的业务处理页面仍需要手工编码,导致开发工作量增大,开发周期变长。针对这些问题,设计并实现了一个Web应用基础业务框架,该框架提供相关基础业务模块供开发Web应用系统使用,使用自动化生成工具来生成Web应用系统中的大量数据维护页面。工程实践表明,该框架能够较大程度地提高Web应用系统的开发效率,缩短开发周期,增强系统的可扩展性。

关键词: Web应用, 基础业务框架, 权限管理, 页面自动生成

Abstract: It needs a lot of programming handwork to implement foundation service such as organization management, permission management, log management, etc., when using J2EE to develop Web application. The same thing occurs when implementing a lot of page, whose structure is resemble. As a result, development work is huge and cycle of development is increased. Aiming at these problems, a Web application foundation service framework is proposed, which provides a series of foundation service module and an automated page generation tool that is used to create a lot of data page. Case indicates that by using the framework, the development efficiency will be greatly increased and the cycle of development is reduced.

Key words: Web application, foundation service framework, permission management, page automated generation

中图分类号: