1、 毕 业 论 文(设计) 题 目: 基于 XML 数据交换的中间件交换初步研究 学 号: 姓 名: 年 级: 08 级 学 院: 信息学院 系 别: 计算机系 专 业: 计算机科学与技术 指导教师: 完成日期: 2012 年 05 月 01 日 摘摘 要要 本论文研究数据交换问题,其目的是为了实现个数据之间互通互联,信息共 享。 在数据交换中关键的两点是各数据源之间数据异构的问题及交换过程动态配 置问题。 针对上述两个问题, 本文使用 XML 及插件技术提供了一种解决的思路。 本文首先针对数据的异构性进行归纳总结,然后使用 XML 分别表示数据的 结构信息和值信息。 通过对数据结构文件和用户定
2、义的规则文件进行分析生成映 射文件,从而解决数据冲突。在此基础上,设计实现了一个基于 XML 的数据交 换中间件(XEDM)系统。系统将数据交换的处理方法和流程相分离,用户可以 开发不同的流程处理插件,以满足交换过程的动态配置。这些极大地增强了系统 的适应性、扩展性。 本文最后对(XEDM)系统的设计和实现做了总结。 关键词:数据交换; 数据冲突; XML; 中间件 ABSTACT This paper reserches on data exchange.Its purpose is to realize the interconnection and information sharing
3、 among every “detached islang of information”.In data enchange process,two key points are data isomerism and dynamic configuration.The adoption of XML.and piugin technology has offered a kind of new of settlement for data exchange. This paper has carried on the induction and the summary according to
4、 the data isomerism.Then it expresses the structure information and value information separately with two XML files.It realize data exchange through the analysis of data structure files and rule files user defind. After that the paper has designed and implemented a XML-based Data Exchange Middleware(XDEM). XDEM separates treatment method from data processing procedu