2

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?

Community
  • 1
  • 1
James A. Rosen
  • 64,193
  • 61
  • 179
  • 261

5 Answers5

5

leppie got the official answer, but that document kind of sucks. Anyone have a better reference?

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.

Community
  • 1
  • 1
Steffen Opel
  • 63,899
  • 11
  • 192
  • 211
4

http://www.w3.org/Submission/wadl/

rresino
  • 1,617
  • 1
  • 11
  • 8
1

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>.

moxn
  • 1,790
  • 1
  • 15
  • 34
0

Here is the XSD for reference: http://code.w3.org/unicorn/browser/WebContent/WEB-INF/resources/schemas/wadl.xsd

Dana Benson
  • 966
  • 7
  • 16
0

And this is not it?

leppie
  • 115,091
  • 17
  • 196
  • 297