Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is WADL a standard for REST applications?

Tags:

java

jersey

wadl

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?

like image 385
pasquy73 Avatar asked Mar 07 '13 10:03

pasquy73


1 Answers

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 [email protected] Mailing List

However, there are ways to create clients from WADL

like image 165
rds Avatar answered Oct 04 '22 23:10

rds