基于SOA的数据集成中间件的设计与实现---毕业论文.doc

上传人:滴答 文档编号:1273796 上传时间:2019-01-26 格式:DOC 页数:58 大小:1.93MB
下载 相关 举报
基于SOA的数据集成中间件的设计与实现---毕业论文.doc_第1页
第1页 / 共58页
基于SOA的数据集成中间件的设计与实现---毕业论文.doc_第2页
第2页 / 共58页
基于SOA的数据集成中间件的设计与实现---毕业论文.doc_第3页
第3页 / 共58页
基于SOA的数据集成中间件的设计与实现---毕业论文.doc_第4页
第4页 / 共58页
基于SOA的数据集成中间件的设计与实现---毕业论文.doc_第5页
第5页 / 共58页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 基于 SOA 的数据 集成 中间件 的设计与实现 Design and Application of Data Integration Middleware Based on SOA 姓 名 : 学 号: 系:软件工程系 专 业 : 软件工程 年 级 : 指导教师: 年 月 摘 要 随着企业信息化的不断深入 , ERP 系统在企业中的应用也越来越普遍。企业针对不同模块陆续建立了具有不同功能的信息管理系统。这些系统由于实现技术和平台的不同造成了个系统之间数据无法有效集成,形成 “ 信息孤岛 ” 。企业迫切需要对其中大量的异构数据,进行统一的处理。数据集成系统解决这些问题

2、行之有效的办法。 同时,企业 除了数据库数据 之外,大量存在知识共享文档、工艺设计图纸、电子传真、合同、传统规格书、 email 等非结构化数据也同样存在统一处理的需求。并且存在基于异地 ftp 传递的 Email 提醒、即时消息、预警、应用系统与手机短消息信息交换、定时动 态报表等非结构性数据交换以及定时、实时调度等捆绑问题。针对数据集成最新需求,需要开发新的数据集成中间件的功能模块。 本论文主要研究内容包括 :研究现存数据集成中间的技术、原理和方法,总结技术和架构经验;根据系统的架构需求确定系统采用基于 SOA 架构和中间件技术的技术架构。另外根据企业对非结构化数据的集成需求,增加对 FT

3、P 文件、Email 邮件等非结构化数据的集成功能。系统采用 Quartz 实时调度框架实现数据集成的定时、实时调度功能。论文对 Quartz 数据集成 Job 组件进行重点的分析与设计。系统根据实际需要选择合适 的开发环境与工具,完成对该中间件的实现 。 将该 基于 SOA 的数据集成中间件系统 应用于企业的数据集成中,解决企业信息化过程中普遍存在“数据孤岛”问题,这正是本论文说阐述的 基于 SOA 的数据集成中间件系统的研究与实现的现实意义和目的。 关键词: 数据集成 ;消息 中间件 ;应用集成 Abstract With the development of the enterprise

4、 informationization, ERP become more and more popular. Different information systems are used in different purpose. But, with different environments and technologies in these systems, the data used in these systems cant be shared with each other and cause the problem of information islands. Enterpri

5、ses have a strong wish of handling these heterogeneous data with a unified model. Data Integration Middleware provides an effective way to solve this problem. Simultaneously, except the heterogeneous data in database, mass of non-structural data also requires handling in a unified model, such as kno

6、wledge-sharing documents, process design drawings, electronic faxes, contracts, traditional specifications and Emails. Furthermore, there is another problem exists, that is how to keep aware of non-structural data transmissions and how to transmit the data in a particular time or in real time. To sa

7、tisfy these requirements, Data Integration Middleware needs to develop new function modules. The main content of this thesis is researching the theorems, technologies and methodologies use in existing data integration middleware and summarizing the experience of technologies and Architecture. Additi

8、onally, Adding FTP and email Integration functional module to middleware system base on the latest requirements. The system use Quartz framework to realize the real-time scheduling requirement. This thesis focuses on how to analyze and design the data integration components using Quartzs technologie

9、s. The suitable development environment and tools are chosen according to actual needs to complete the middleware on time. At last the system will be used to solve the problem of information islands. That is the meaning and the purpose of this thesis. Key words: Data Integration; Message-Oriented Mi

10、ddleware; Application Integration 目录 第一章 绪论 . 1 1.1 项目研究背景及意义 . 1 1.2 国内外研究现状 . 1 1.3 本文主要工作 . 2 1.4 论文组织结构 . 3 第二章 数据集成中间件系统的关键技术 . 5 2.1 持久层所使用技术 . 5 2.2 表现层所使用的技术 . 5 2.3 业务逻辑层所使用技术 . 6 2.4 本章小结 . 7 第三章 数据集成中间件系统的需求分析 . 9 3.1 系统体系结构需求 . 9 3.2 系统功能需求 .11 3.3 系统的安全需求 . 13 3.4 本章小结 . 13 第四章 数据集成中间件系

11、统的设计 . 15 4.1 系统功能设计 . 15 4.2 系统类设计 . 19 4.3 系统数据库设计 . 24 4.4 Job 组件设计 . 25 4.5 安全设计 . 34 4.6 本章小结 . 35 第五章 数据集成中间件系统的实 现 . 37 5.1 开发平台与开发语言 . 37 5.2 系统功能实现 . 37 5.3 本章小结 . 41 第六章 总结与展望 . 43 参考文献 . 44 致谢 . 47 Contents Chapter 1 Introduction . 1 1.1 Background. 1 1.2 Current Situation . 1 1.3 Content

12、s and Tasks . 2 1.4 Architecture of Thesis . 3 Chapter 2 Key Technologies . 5 2.1 Technologies in Persitence Layer. 5 2.2 Technologies in Presentation Layer . 5 2.3 Technologies in Logic Layer. 6 2.4 Summary. 7 Chapter 3 Requirements Analysis. 9 3.1 Requirements of Architecture . 9 3.2 Funtional Req

13、uirements .11 3.3 Security Requirements . 13 3.4 Summary. 13 Chapter 4 System Design. 15 4.1 Function Design. 15 4.2 Class Design . 19 4.3 Database Design . 24 4.4 Job Component Design . 25 4.5 Security Design . 34 4.6 Summary. 35 Chapter 5 System Implementation . 37 5.1 Hardware and Software Enviroment . 37 5.2 Implementation . 37 5.3 Summary. 41 Chapter 6 Conclusions and Future Work . 43 References . 44 Acknowledgements . 47

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。