1 / 51
文档名称:

基于BS模式下的等级考试在线学习平台的设计与实现.pdf

格式:pdf   页数:51
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于BS模式下的等级考试在线学习平台的设计与实现.pdf

上传人:quality 2014/2/20 文件大小:0 KB

下载得到文件列表

基于BS模式下的等级考试在线学习平台的设计与实现.pdf

文档介绍

文档介绍:苏州大学
硕士学位论文
信息系统集成中间件eEnabling的设计与实现
姓名:裘晓燕
申请学位级别:硕士
专业:计算机技术
指导教师:徐汀荣
2010-10
信息系统集成中间件 eEnabling 的设计与实现中文摘要

信息系统集成中间件 eEnabling 的设计与实现
中文摘要
随着计算机技术不断发展及企业对计算成本的不断要求,计算机应用系统由集中
式向分布式计算机发展,其核心技术就是通过中间件完成跨平台的应用集成。本文提
出了一种面向企业应用集成的新型中间件 eEnabling, 它能够实现任意两个系统之间
的数据信息交换, 支持数据库和 XML 文件的转换,多个消息格式和多个通信协议接
入等功能, 并能对系统之间的异构数据进行处理分析。本文在分析和总结集成中间件
的研究现状和发展的基础上,对中间件平台 eEnabling 的设计和实现进行了重点研究。
本文首先介绍了以 eEnabling 中间件为核心的应用集成平台模型框架,进而给出
了 eEnabling 中间件的设计思想和基本原理,并详细介绍了 eEnabling 内部三大重要模
块:数据转换模块,通信传输模块和消息处理模块。数据转换模块通过触发器提取数
据库系统实时生成的数据信息并将其转换成符合 XML Schema 结构定义的 XML 数据
文件,反之,亦能将接收到的符合目标系统的 XML 数据文件中的数据保存到目标数
据库中; 通信传输模块可以支持多种通信传输协议,本文以 JMS 传输协议和 SOAP
传输协议为例,详细给出了传输模块内部算法流程;本文消息处理模块对源系统 XML
数据文件中的数据进行分析和处理,然后映射成符合目标系统 XML Schema 结构定
义的 XML 数据文件。最后本文通过应用实例验证了 eEnabling 中间件的实践性。

关键字: 企业应用集成, eEnabling, XML Schema,JMS,SOAP, 文件映射


作者:裘晓燕
指导教师:徐汀荣

I
Abstract Design and Implementaion of Information System with eEnabling middleware
Design and Implementaion of Information System with
eEnabling middleware
Abstract
Along with the puter technology and the request of enterprise
calculating cost, more and puter application system has applied to the distributed
computer system. Its core technology is to attain the across-platform integration through
middleware.. Therefore, we design a new middleware named eEnabling which is oriented
to Enterprise Application Integration. It can realize message exchange between any
information system, support data exchange, support any message type munication
protocol connection and so on, meantime, it also could realize analysis and transacting of
asynchronous data between different systems. This paper pay important emphasis on
design and implementation of eEnabling middleware platform, based on analysis and
summarize of middleware current developing status.
This paper is arranged as belows: firstly it makes an introduction to the EAI model
architecture based on eEnabl