Deepthi 的个人资料Win with Win Mobile照片日志列表更多 工具 帮助

日志


1月16日

Approaches to data synchronization on windows mobile-Using Disconnected Web services

 

Approaches to data synchronization on windows mobile

 

The growing capabilities of mobile devices such as the Pocket PC, and their increasingly

widespread usage within the commercial world, provide an opportunity for business

solutions to broaden their spread to include remote and mobile workers. All of these may require access to the corporate IT system - in either a connected or a disconnected scenario, and data synchronization between a mobile device and the server is an essential component of such systems.

 

This blog entry (in two parts ) explains in brief two approaches to tackle the data synchronization problem:

 

1. Disconnected web services (using Disconnected Service Agent from Mobile Client Software Factory)

 

2. Sql Server Merge Replication over Http.

  

 

  1. Disconnected Web services

 

In this method, we make use of the Disconnected Service Agent Application Block provided by the Mobile Client Software Factory (which can be downloaded from). The Disconnected Service Agent Block (DSAB) provides features for storing offline Web Service requests, and executing them when connectivity is available

 

There are two distinct sections in the Disconnected Service Agent Block:

 

1. A subsystem that allows developers to invoke disconnected Web Services. The Service Agent queues requests and keeps track of the asynchronous callbacks that the application expects to receive when the Web Service responds.

 

2. A Dispatcher that determines exactly when to dispatch each call to a Web

Service, depending on connectivity conditions, pricing policies, and configuration

settings. When the correct conditions occur, the dispatcher makes the request,

using the appropriate credentials and addresses for the endpoint.

 

The Disconnected Service Agent Block exposes several core classes that you work

with when using the services provided by this block:

 

• The RequestManager class implements and manages the request queues, and

uses the services of the WebServiceRequestDispatcher class to dispatch these

requests. It stores the queues of pending and failed requests in the SQL Server

Mobile Edition database on the device using the DatabaseRequestQueue class,

or a custom implementation of the IRequestQueue interface.

 

• The Request class provides facilities for creating Web Service requests, adding

the arguments or parameters required by the Web Service method, specifying

the endpoint for delivery of the request, and setting the properties for handling

and delivery of the request.

 

• The ConnectionMonitorAdapter class provides information about the

connection used by the request, such as the price and network details, and

raises events when status of the connection changes. It sits between the RequestManager and theConnectionMonitor, acting as broker for request and the events raised by ConnectionMonitor.

 

评论

请稍候...
很抱歉,您输入的评论太长。请缩短您的评论。
您没有输入任何内容,请重试。
很抱歉,我们当前无法添加您的评论。请稍后重试。
若要添加评论,需要您的家长授予您相应权限。请求权限
您的家长禁用了评论功能。
很抱歉,我们当前无法删除您的评论。请稍后重试。
您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
完成下面的安全检查,您提供评论的过程才能完成。
您在安全检查中键入的字符必须与图片或音频中的字符一致。

若要添加评论,请使用您的 Windows Live ID 登录(如果您使用过 Hotmail、Messenger 或 Xbox LIVE,您就拥有 Windows Live ID)。登录


还没有 Windows Live ID 吗?请注册

引用通告

此日志的引用通告 URL 是:
http://winwithmobility.spaces.live.com/blog/cns!A2CD686F55CB1049!137.trak
引用此项的网络日志