在 JXTA 中创建功能匹配/对等选择组件?
我对 JXTA 完全陌生,只是想要一些帮助入门的指导。
我需要创建一个对等搜索/功能匹配组件,以便我可以根据许多自定义条件搜索和定位对等。换句话说,对等点 A 说“我可以做 X、Y 和 K”,当对等点 B 搜索可以做“X 和 K”的对等点时,能够发现对等点 A。希望这是有道理的。
理想情况下,我希望能够按照一些高级标准对同级进行分组,执行组搜索,然后在组内搜索特定的低级功能。
我不需要牵手,只需要一些关于如何解决这个问题的建议。
谢谢!
I'm completely new to JXTA and just want some pointers to help get started.
I need to create a peer search / capability matching component, so I can search for and locate peers based on a number of custom criteria. In other words, peer A says 'I can do X, Y and K' and when peer B searches for peers that can do 'X and K', is able to discover peer A. Hope that makes sense.
Ideally, I'd like to be able to group peers by some high level criteria, perform searches for the group, and then search within the group for specific low-level capabilities.
I don't need hand holding, just some suggestions as to how to go about this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要了解 JXTA。 《实用 JXTA II》一书已在 Scribd 上提供供阅读。如果您正在寻找更高级的信息,请查看程序员指南 2.6 和 2.6。 2.7.
关于您的应用程序,您需要了解广告以及在 netpeergroup 下创建(自定义)对等组(作为开始)。
First, you'll need to understand JXTA. The Practical JXTA II book has been made available on Scribd for reading. If your are looking for more advanced information, check the programmer's guide 2.6 & 2.7.
Regarding your application, you need to learn about advertisements and about creating (cutomized) peergroups under the netpeergroup (for a start).