在哪里可以找到完整的 WADL 规范?
我读过一个很棒的 示例 WADL 文件。 我还检查了 WADL2Java 工具。
但我似乎找不到 WADL 格式的完整规范。 我有许多未解答的问题,主要涉及文件的各个部分如何相互关联以及是否可以通过使用引用来减少重复。
稍后
leppie 得到了官方答复,但该文件有点糟糕。 大家有更好的参考吗?
I've read a great example of a WADL file. I've also checked out the WADL2Java tool.
But I can't seem to find a full spec of the WADL format. I have many unanswered questions, mostly dealing with how various parts of the file relate to one another and whether I can reduce duplication by using references.
Later
leppie got the official answer, but that document kind of sucks. Anyone have a better reference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
同时,Web 应用程序描述语言 (WADL) 的更新规范已作为 < em>W3C 会员提交的内容,其质量也相应显着提高(尽管仍达不到官方 W3C 建议左右); 请参阅 WADL 现已成为 W3C 成员提交内容两个版本的作者马克·哈德利 (Marc Hadley) 宣布了这一消息。
请注意,自 2006 年 11 月发布以来发生了一些更改,您您可以在 Marc Hadley 的博客文章 Draft WADL 中找到有关这些内容的更多信息更新。
Meanwhile an updated specification for the Web Application Description Language (WADL) has been provided as a W3C Member Submission and it's quality has noticeably increased accordingly (though still not on par with an official W3C Recommendation or so); see WADL now a W3C Member Submission for the announcement by Marc Hadley, who authored both versions.
Please note that there are some Changes since November 2006 Publication, you'll find more information regarding these in Marc Hadleys blog post Draft WADL Update.
http://www.w3.org/Submission/wadl/
http://www.w3.org/Submission/wadl/
嗯,只有 2006 年规范的 PDF。Hadley 提交了一份 W3C 提交文件,也可以在链接到的 @leppie 页面上找到。 这里是一个直接链接。 自 2006 年以来发生了一些变化,例如现在
中允许有多个
子级。Hm, there is only a PDF for the spec from 2006. Hadley made a W3C submission that can be found as well on the page @leppie linked to. Here is a direct link. There were some changes since 2006, for instance are now more than one
<resources>
children allowed in<application>
.这个不是吗?
And this is not it?
以下是供参考的 XSD: http:// code.w3.org/unicorn/browser/WebContent/WEB-INF/resources/schemas/wadl.xsd
Here is the XSD for reference: http://code.w3.org/unicorn/browser/WebContent/WEB-INF/resources/schemas/wadl.xsd