计算机与现代化 ›› 2009, Vol. 1 ›› Issue (10): 158-3.doi: 10.3969/j.issn.1006-2475.2009.10.044

• 应用与开发 • 上一篇    下一篇

J2EE设计模式在公共图书管理系统的应用

屈霞1,刘自强2   

  1. 1.江苏工业学院信息科学与工程学院,江苏 常州213164;2.江苏工业学院图书馆,江苏 常州213164
  • 收稿日期:2009-08-14 修回日期:1900-01-01 出版日期:2009-10-15 发布日期:2009-10-15

Application of J2EE Design Patterns in Common Library Management System

QU Xia1,LIU Zi-qiang 2

  

  1. 1.School of Information Science and Engineering, Jiangsu Polytechnic University, Changzhou 213164, China; 2.Library, Jiangsu Polytechnic University, Changzhou 213164, China
  • Received:2009-08-14 Revised:1900-01-01 Online:2009-10-15 Published:2009-10-15

摘要:

针对当前基于Web的高校图书管理系统缺乏业务服务能力、不利于资源共建共享,提出一种J2EE解决方案。在具体模式设计上,表示层用业务控制器架构,业务层采用会话外观和服务定位器,数据持久层使用值对象。强调了模型层应用Bean管理持久性的思想,并通过各层实现过程说明模式的开发。

关键词: 图书管理系统, J2EE, 设计模式, 业务控制器, 会话外观, Bean管理持久性

Key words: Aiming at the problems of current academic libraries management systems based on Web without business service ability, which is not suitable for the joint construction and sharing of information resources, a J2EEbased solution is introduced. On the design of concrete pattern, the presentation layer is constructed by application controller, the business logic layer is constructed by session facade and service locator and data persistence uses value object. Beanmanaged persistent as model is emphasized. The development of pattern is illustrated through implementation process on layers.