0

Hello everyone, I am new to web services and i want to create my own registry using JUDDI and Apache tomcat server and Eclipse. can any one give me the process and working steps for creating private registry in jUDDI. i am java developer.

4

1 回答 1

0

jUDDI PMC 在这里。您可能希望从网站开始:http: //juddi.apach.org并下载最新的发行版(截至 2014 年 11 月的 3.2)。分发中包含一个自述文件,可帮助您启动并运行服务器。这几乎是一个解压缩,然后启动 tomcat 工作。这一切都是预先配置好的。

要开始使用它,您需要遵循位于http://juddi.apache.org/docs.html的指南。特别是“Apache jUDDI Client and GUI Guide”(Client Dev & GUI User Guide)。

接下来,您需要查看“juddi-examples”项目,它位于客户端分发版和 javadocs 中。一切的源代码都可以通过 git 获得。

最后,作为附加资源,还有 juddi 用户邮件列表。流量很低,但我们很快就能回答问题。

旁注:3.2.1 将很快发布

于 2014-11-12T23:29:00.640 回答