有没有生成 WADL 文件的工具?

发布于 2024-09-19 09:31:30 字数 140 浏览 3 评论 0原文

我已经构建了一个 RESTful Web 服务(我使用的是 asp.net 4、MVC 2),并且我想公开 WADL。是否有任何内置工具或其他我可以用来构建它的工具?我还不想生成类来使用它,我只是在严格寻找可以生成 WADL 文件本身的东西。

谢谢。

I've built a RESTful web service (I'm using asp.net 4, MVC 2) and I want to expose a WADL. Are there any tools built in or otherwise that I can use to build it? I'm not looking (yet) to generate classes to consume it I'm looking strictly for something that can generate the WADL file itself.

Thanks.

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

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

发布评论

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

评论(2

慕烟庭风 2024-09-26 09:31:31

看起来像 REST 描述 &编译应该可以解决问题。

在 WADL 开发者网站上 Marc Hadley
维护一个名为的命令行工具
WADL2Java。 REST 的宏伟目标
描述&编译是提供排序
WADL2Anything。那么休息什么呢
描述&编译所做的是:

  • 以完全交互的方式生成新的 WADL 文件。
  • 允许您上传和编辑现有的 WADL 文件。
  • 允许您将 WADL 文件编译为各种编程中的源代码
    语言。

Looks like REST Describe & Compile should do the trick.

On the WADL developer site Marc Hadley
maintains a command line tool named
WADL2Java. The ambitious goal of REST
Describe & Compile is to provide sort
of WADL2Anything. So what REST
Describe & Compile does is that it:

  • Generates new WADL files in a completely interactive way.
  • Lets you upload and edit existing WADL files.
  • Allows you to compile WADL files to source code in various programming
    languages.
没有伤那来痛 2024-09-26 09:31:31

jersey 人员有一个名为 maven-wadl-plugin 的 Maven 插件可以实现这一点。

检查另一个问题中的答案:WADL 生成工具

- 一个

There is a maven plugin called maven-wadl-plugin by the jersey folks that does the trick.

Check the answers in this other question: WADL Generation Tool .

--A

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