iPhone 上的 JXTA 应用程序
我正在 JXTA 中创建一个 P2P Java 应用程序,用于在对等点之间进行简单的消息传递。我想在 iPhone 上创建一个类似的程序,它将能够与这个 java JXTA 程序对话。这可以吗?我知道 JXTA-C 可以在 iPhone 上运行,但我不确定 JXTA-C 是否能与 JXTA-Java 正常通信。
如果是这种情况,有什么办法可以在iPhone上运行java吗?
任何见解都会非常有帮助,谢谢!
I'm creating a P2P Java application in JXTA, for simple messaging between peers. I want to create a similar program on the iPhone, that will be able to talk with this java JXTA program. Is this possible to do? I know theres JXTA-C which would work on the iPhone, but I'm not sure if the JXTA-C will communicate properly with JXTA-Java.
Is there any way to run java on the iPhone if thats the case?
Any insight would be really helpful, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当前发布的 JXTA-C 将与 Java 堆栈对话。
使用 Peer View 3.0 协议开发的新 JXTA-C 无法与 Java 堆栈一起使用。
Current released JXTA-C will talk with Java stack.
The new JXTA-C under development with Peer View 3.0 protocol won't work with Java stack.
JXSE(JXTA 的 Java 实现)版本 2.6 和 2.6 2.7 符合JXTA 2.0规范。因此,JXTA-C 应该与这些兼容。
JXSE (the Java implementation of JXTA) release 2.6 & 2.7 comply with the JXTA 2.0 specifications. Hence, JXTA-C should be compatible with these.