文档介绍:华中科技大学
硕士学位论文
面向服务架构的管理信息系统的设计与实现
姓名:许云翔
申请学位级别:硕士
专业:软件工程
指导教师:吴涛
20080506
华中科技大学硕士学位论文
摘要
随着我国改革开放的不断深入,传统的工业化进程以及粗放型的发展方式消耗了大量
资源的同时也给环境带来了巨大压力。因此我国正在探索一条新型工业化道路,而这条道
路的核心正是加快信息化建设的进程,以信息化带动新型工业化的发展。然而企业在信息
化的过程中,由于不同时期建设的应用系统不能实现相互协作,从而形成了许多信息孤岛。
另外随着业务需求的不断发展,要对原有系统进行升级改造。此时,如何将企业原有信息
资源进行有效的合并,是企业信息化过程中面临的一个重要问题。面向服务的架构(SOA)
具有松散耦合性、与平台无关等特性,将成为解决这个问题的一个良方。
该系统在分析传统的管理信息系统的基础上,提出了基于 SOA 的企业管理信息
系统。在介绍 SOA 的原理和相关技术之后,详细介绍了基于 SOA 的企业管理信息
系统的设计和实现过程。
其主要完成以下的工作:
(1)在分析 SOA 架构的基础上设计了一个具体的基于 SOA 的企业管理信息系
统的总体解决方案,以工作流程管理,设备管理,物资管理,工程管理,系统配置
管理等模块分别作为一个 Web 服务。
(2)在分析了系统的需求的基础上,详细介绍了系统服务的设计,并给出了数
据库设计的一些细节。
(3)以设备信息查询服务的实现过程为例说明了如何应用 N 层服务模型实现业务
模块服务:用户层、业务接口层、业务逻辑层和数据访问层,实现了粗粒度 Web 服务。
在结合了客户的实际需求的基础上设计了一个轻量级的 SOA 框架,该信息系统
基于该框架实现了所有功能。相对于其他 SOA 解决方案,该系统针对的是一家中小
型企业的需求所设计,因为功能较简单,故缩短了开发周期,节省了开发费用,且
具有良好的操作性、维护性、稳定性和扩展性。通过测试证明,该系统使企业摆脱
了落后的人工操作方式,提高了工作效率,降低了企业的成本,并保证了工作质量。
关键词:面向服务的架构管理信息系统 Web服务
I
华中科技大学硕士学位论文
Abstract
As China’s reform and opening-up deepens, traditional industrialization and its
extensive development bring about more and more problems, among which are resources
exhaustion and environmental issues. Therefore, China is seeking a new type of
industrialization whose development depends on accelerating the construction of
information system. During the enterprises’ information construction, information islands
emerge from disconnection between applications made at different times. In addition, the
expanding business often requires escalation and improvement on the existing system.
Facing these problems, how to effectively integrate the existing enterprise IT systems
es an important issue to tackle. The key to this issue is Service Oriented
Architecture (SOA) which is loosely coupled and independent of the underlying platform.
This paper brings up the concept of SOA-based enterprise management IT system
after discussing the disadvantages of traditional IT system. The pape