如何从客户端使用UDDI的异步订阅服务?

发布于 2024-08-21 07:50:49 字数 579 浏览 8 评论 0原文

如何实现 jUDDI v3 异步订阅的客户端来侦听要添加或删除的业务实体?我的理解是,创建订阅,然后 jUDDI 以某种方式调用 Web 服务。如何创建指向我的网络服务的订阅?我已经浏览了教程和示例,但这些似乎侧重于同步订阅。以下是我到目前为止读过的内容:

V3 API 文档

Apache jUDDI 用户帮助

来自developer.com的另一个教程

我猜这个相当明显,我遗漏了一些东西,所以感谢您的耐心等待。

How might one go about implementing the client side for jUDDI v3 asynchronous subscription to listen for business entities to be added or deleted? My understanding is that a subscription is created and then jUDDI somehow calls a webservice. How do I create a subscription that points back to my webservice? I've looked through the tutorials and examples, but those seem to focus on synchronous subscriptions. Here is what I've read so far:

V3 API Docs

Apache jUDDI User Help

Another Tutorial from developer.com

I'm guessing this is fairly obvious and I'm missing something, so thank you for your patience.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单调的奢华 2024-08-28 07:50:49

jUDDI 还活着并且运转良好。

我们最近有一个完全按照您的要求进行操作的示例。

Java: http://svn.apache.org/repos/asf/juddi/trunk/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples /SubscriptionCallbackExample.java

.NET:http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net-sample/ org.apache.juddi.client.samples/SubscriptionCallbackExample.cs

jUDDI 邮件列表是一个很好的资源。也有人经常在 freenode #juddi IRC 上。

爱格式化 2024-08-28 07:50:49

添加更多示例和文档位于 jUDDI 问题跟踪中。投票或捐赠以吸引更多人关注异步订阅。

更新

这些示例已在 3.1.0 中更新,正如间谍所说,jUDDI 正在开发中。

Adding more examples and documentation is in the jUDDI issue tracking. Vote for it or donate to draw more attention to asynchronous subscription.

Update

The examples were updated in 3.1.0 and as spy said jUDDI is under development.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文