您好,欢迎来到佳博论文网!

基于.NET的智能客户端研究与实现

论文字数:14717,页数:35 有开题报告,任务书

摘 要

智能客户端作为一种客户端新的存在形式,在某些B/S模式不能很好解决的领域,比如在低带宽、高延迟、容易断网的网络环境下,智能客户端可以使用离线操作,从而保证了操作的快捷与方便。尽管如此,智能客户端本身只是微软提供的一个概念,智能客户端这些功能仍需要开发人员去实现。

本文在分析现有智能客户端数据同步的实现方案的同时,针对其面对企业实际业务需求与开发要求方面的缺陷,创新性地提出了以web服务为数据传输载体的数据同步方案。该方案以企业实际业务需求为出发点,从而具备解决实际问题的能力;而在设计上充分考虑其通用性,使其能应用到其它同类问题中。

关键词:智能客户端,数据同步,web服务

The Research and Implementation of Smart Client .NET-Based

Abstract

As a new form of client, Smart Client can give us some good solutions on those fields that the B/S model can’t do, such as the network with low speed and high delay. When those happened, Smart Client can keep the user’s operations convenient and fast with the offline operation feature. However, Microsoft didn’t give all the function except the concept of Smart Client. All the features of Smart Client need the developers to implement.

The existing Smart Client Data Synchronization solution has its defect while it face against its actual business needs and requirements of the development. This paper give us a new solution using web services as data transmission vector which based on the solution as said before. The program actual business needs as the starting point, so have to solve practical problems; and the design of fully consider its versatility, it can be applied to other similar problems.

Keywords: Smart client, data synchronization, web service

目 录

1绪论1

1.1国内外研究现状1

1.2课题业务背景1

1.3研究内容及意义2

1.4本文结构2

2智能客户端相关知识简介3

2.1客户端类型及其背景3

2.1.1胖客户端应用程序3

2.1.2瘦客户端应用程序4

2.1.3智能客户端应用程序5

2.2现有数据同步方案介绍6

2.2.1使用数据集对象进行数据同步6

2.2.2使用出版订阅进行数据同步7

2.3小结10

3智能客户端数据同步设计11

3.1业务需求介绍11

3.1.1离线功能分析11

3.1.2数据量要求11

3.1.3开发上的要求11

3.2智能客户端本地数据缓存策略12

3.3对现有同步方案的分析与比较14

3.3.1对使用数据集对象同步方案的分析14

3.3.2对出版订阅方案的分析14

3.4以Web服务为载体的数据同步方案15

3.4.1总体框架设计15

3.4.2数据同步模块的设计18

3.4.3数据库设计19

3.4.4Web服务与客户端设计19

3.4.5本文方案分析20

3.5小结20

4实现本文方案的关键技术21

4.1数据集处理的实现21

4.2三种类型触发器的实现22

4.3小结23

总结24

结论24

展望24

致谢26

参考文献27

附录A 数据集处理主要源代码28

基于.NET的智能客户端研究与实现......