如何与 .NET 中的 Blackberry Push Service 集成
有没有一种简单的方法可以从.NET 向 RIM 的“黑莓推送服务”发起推送消息?该文档仅讨论使用 Java SDK。我不熟悉如何从 .NET 与 Java 进行互操作(并且我找不到有关原始 Web 服务的任何文档),因此如果有人有任何指导或经验来分享,将会有很大帮助。
Is there a simple way to initiate push messages to RIM's "Blackberry Push Service" from .NET? The documentation only discusses using the Java SDK. I'm not familiar with how to interop with Java from .NET (and I can't find any documentation on the raw webservices), so if anyone has any guidance or experience to share it would help a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看这些 BB 开发者论坛的链接,了解有关 .NET 开发的更多信息。
一个话题包含一些 C# .NET 代码示例
演示 BlackBerry 推送技术的示例应用程序
还有一个用于 Visual Studio 2008 的 Blackberry Web 插件,可以在此处
Check out these links to the BB Developer Forum for further information regarding .NET development.
A thread containing some code samples for C# .NET
Sample applications demonstrating BlackBerry push technology
There is also a Blackberry Web Plug-In for Visual Studio 2008 which can be found here
基于 Java 的 RIM 推送 SDK 已移植到 C# 并以开源方式托管在 CodePlex 网站此处。
The RIM Java-based push SDK has been ported to C# and is hosted - open source - on the CodePlex web-site here.