从 WADL 生成 java 存根

发布于 2024-11-26 07:34:56 字数 110 浏览 1 评论 0原文

有没有可以从 WADL 文件生成 java 存根的工具。

或者是否有任何 eclipse/netbeans 插件可以从 WADL 文件生成存根。

谢谢维基

Is there any tool that can generate java stubs from a WADL file.

or is there any plugin for eclipse/netbeans that can generate stubs from a WADL file.

thanks

vicky

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

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

发布评论

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

评论(2

贪了杯 2024-12-03 07:34:56

wadl2java 工具 - http://wadl.java.net/wadl2java.html
它有命令行工具和 ant 目标来从 wadl 生成存根。
我自己还没有使用它,但我可能会在我的下一个项目中使用它。

wadl2java tool - http://wadl.java.net/wadl2java.html
It has command line tool and ant target to generate stubs from wadl.
Didn't use it myself yet but am probably going to for my next project.

﹉夏雨初晴づ 2024-12-03 07:34:56

尝试这个项目: http://cxf.apache.org/docs/jaxrs-services -description.html

该项目可能仍处于早期阶段。请注意以下错误:

  • 其主页上的基本示例包含两个错误
    • “tns:thechapter”未定义。
    • 需要为 /bookstore/{id} 定义“id”参数的类型
  • 如果您使用其 Maven 插件,请使用 2.4.2 而不是 2.4.1。

修复这些错误后,我能够生成 Jersey 控制器骨架。

Try this project: http://cxf.apache.org/docs/jaxrs-services-description.html

The project is probably still in early stage. Notice following errors:

  • Basic Example at its home page contains two errors
    • "tns:thechapter" is not defined.
    • Need to define type for "id" param for /bookstore/{id}
  • If you use its Maven plugin, use 2.4.2 instead of 2.4.1.

I am able to generate Jersey controller skeleton after fixing these errors.

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