Search |
||
WADL RevisionPosted by mhadley on August 3, 2006 at 7:43 AM PDT
In a previous entry I described some enhancements that were under consideration for an updated version of the WADL specification. The resulting updated WADL specification is now available along with the associated W3C XML Schema and RelaxNG Schema. In revising the specification I made a couple of breaking changes to simplify the language and improve clarity so this version of the specification uses a new XML namespace for the WADL elements. Here's what's new: Resource ReferencesAs previously described, Identification of LinksAs previously described, a DocumentationA <application xmlns="..." xmns:xhtml="...">
<doc xml:lang="en" title="Online widget catalogue">
<xhtml:p>An online widget catalogue for all your widgeting needs.</xhtml:p>
</doc>
<resources base="http://example.com/">
<doc xml:lang="en" title="Commercial widgets">
<xhtml:p>Widgets for the commercial sector.</xhtml:p>
</doc>
...
</resources>
</application>
Multiple sibling Resource ReworkA <resources base="http://example.com/">
<resource path="applications/widgets/{widgetId}">
...
</resource>
</resources>
The above extract describes a set of resources identified by the URIs conforming to the following template: http://example.com/applications/widgets/{widgetId}
Where Parameter ReworkThe The A new Future WorkWith these changes I'm now pretty happy with the base language but there remain a couple of things that still need more work:
I believe that both of the above can be addressed with non-breaking extensions to the language. »
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|