1 / 78
文档名称:

Web服务事务处理模型研究与设计.pdf

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

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

分享

预览

Web服务事务处理模型研究与设计.pdf

上传人:peach1 2014/2/28 文件大小:0 KB

下载得到文件列表

Web服务事务处理模型研究与设计.pdf

文档介绍

文档介绍:南京邮电大学
硕士学位论文
Web服务事务处理模型研究与设计
姓名:何演
申请学位级别:硕士
专业:信息网络
指导教师:管有庆
2011-03-16
南京邮电大学硕士研究生学位论文摘要
摘要
Web 服务是一种新型的分布式计算技术,具有可重用、自治、松耦合的特点。它屏蔽了
应用程序的系统平台、编程语言等底层细节,通过良好定义的标准接口,使得分布式程序之
间能够进行信息的交互。基于 XML、SOAP、WSDL、UDDI 等规范和协议,Web 服务通过
发布、发现和绑定的标准模式,使企业应用程序集成变得更加容易实现。
事务是一系列应用操作组成的集合,它目的是确保系统容错和并发控制的正确顺利运行,
从而更好地保证系统的可靠性。与传统的事务有所不同,由于涉及商务逻辑、网络状况和用
户交互,Web 服务事务处理过程通常会持续较长的时间,这使得严格遵从 ACID 特性的传统事
务处理模型不再适用。
本文首先对课题的背景和相关研究进行概述,接着介绍了 Web 服务、事务的概念以及事
务处理模型,之后重点介绍了 WS-C/T 和 BTP 两个 Web 服务事务协议,并作简要比较。论
文在 WS-C/T 协议的基础上,设计了一个 Web 服务事务处理模型,对处理过程中的服务协调、
日志技术、故障恢复机制等进行了研究,之后详细描述了模型实现过程中用到的技术、原理、
关键步骤,并以一个实例阐述模型分别对 Web 服务原子事务和业务事务进行处理的流程。最
后通过测试,从而验证了 Web 服务事务处理模型具备处理原子事务和业务事务的能力。

关键词:Web 服务、WS-C/T 协议、原子事务、业务事务、事务处理
I
南京邮电大学硕士研究生学位论文 Abstract
Abstract
Web services, a new puting technology, have the characteristics of being
reusable, autonomous, loosely coupled. It shields the application platform and details of the
underlying programming language. With its well-defined standard interfaces or functions,
distributed applications can interact information with each other. Web services are based on XML,
SOAP, WSDL, UDDI and other standards and protocols, and by using standard model of publishing,
discovering and binding, it facilitates the implementation of the integration of enterprises’
applications.
Transaction, a set of operations, aims to ensure the system fault tolerance and concurrency
control, so that applications can run correctly and reliably. Web service transaction processing
differs from traditional transaction in that it tends to last a longer time since it involves business
logical process, network conditions and users’ interaction, and therefore, traditional transaction
processing model which is in pliance with ACID properties is no longer applicable.
This thesis begins with a brief account of the background of the subject and an overview of
relevant research, followed by the introduction of Web services,