Is WADL a standard for REST applications?
java, jersey, wadl
Solution
The REST approach is simpler than SOAP, but unfortunately there is no standard at the moment.
More specifically, concerning WADL, the W3 team answered:
W3C is pleased to receive the Web Application Description Language from SUN Microsystems Inc. As of today, W3C has no plans to take up work based on this Submission. We encourage people interested by this work to discuss on the public-web-http-desc@w3.org Mailing List
However, there are ways to create clients from WADL
Problem
Is WADL a real standard like WSDL? Must WADL URI end with ".wadl" extension? I've created an HelloWorld example in Jersey and I've got the WADL from URL. Then I've created a client using "wadl-client-plugin" and it works. My question is this: if I use another framework (i.e. CXF) that generate WADL, can I use it in my "wadl-client-plugin" to create the client?