与手机同步数据的策略?
我们构建了一个托管数据(联系人、电子邮件等)的 .NET 服务器应用程序。 我们希望将数据同步到移动设备:iPhone、Windows Mobile、Blackberry 等。
我们应该如何操作?
构建多个移动应用程序,每个平台一个(例如 iPhone 应用程序、Blackberry 应用程序等),每个应用程序与我们的服务器同步。
构建多个获得 Microsoft 的 Microsoft Exchange 协议技术许可,以便我们的服务器应用程序伪装成 Exchange 服务器,从而使同步在所有不同平台上自动工作(据我们所知,iPhone、Windows Mobile、Blackberry 等都有内置与 Microsoft Exchange 的同步功能)。
还有其他选择可以考虑吗?
有什么建议吗?
We built a .NET server application that hosts data (contacts, email, etc.). We'd like to sync our data to mobile devices: iPhone, Windows Mobile, Blackberry, etc.
How should we go about doing this?
Build several mobile apps, one for each platform (e.g. app for iPhone, app for Blackberry, etc.), each app syncs with our server.
License Microsoft Exchange protocol technology from Microsoft, so that our server application pretends to be an Exchange server, thus making syncing work automatically on all the different platforms (As we understand it, iPhone, Windows Mobile, Blackberry, etc. all have built-in syncing capability with Microsoft Exchange).
Are there other options to consider?
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对应该考虑的一个选择是 Oracle 的移动企业应用程序平台。它是多种不同产品的组合,例如 Database Lite Mobile Server、ADF Mobile 和 JDeveloper。
移动企业应用程序平台允许您使用 JDeveloper 编写一次代码,并使用 ADF Mobile 创建用于多个移动架构的包。 Database Lite Mobile Server 可以将应用程序配置到移动设备。之后,您可以从移动服务器管理控制台监控和管理移动设备。
以下是更多信息的链接:
ORACLE MEAP:http://bit.ly/fQbXUL
Database Lite Mobile Server: http://bit.ly/eJOzhN
需要注意的是,数据需要存储在 Oracle 数据库中后端。希望有帮助,祝你好运解决问题。
——埃里克
One option you should definitely consider is Oracle’s mobile enterprise application platform. This is a combination of several different products such as Database Lite Mobile Server, ADF Mobile, and JDeveloper.
The mobile enterprise application platform allows you to write the code once, using JDeveloper, and create packages for multiple mobile architectures, using ADF Mobile. Database Lite Mobile Server can provision the apps out to the mobile devices. After that, you can monitor and manage the mobile devices from the mobile server management console.
Here are some links to more info:
ORACLE MEAP: http://bit.ly/fQbXUL
Database Lite Mobile Server: http://bit.ly/eJOzhN
One caveat is that the data needs to be stored in an Oracle Database on the backend. Hope that helps, good luck solving the problem.
-- Eric