Is there any way generating automatically a jax-rs client with HttpUrlConnection or third party soloutions like jersey, apache, restlet etc. out of an wadl? Wouldnt it be an advantage to have a framework/application for this?
feedback
|
|
There is a rudimentary client-side code generator from WADL available with Apache CXF JAX-RS implementation (http://cxf.apache.org/docs/jaxrs-services-description.html). It generates some boilerplate code, but it is nothing close to client generators for SOAP/WSDL web services. | |||||||
feedback
|
|
I use the wadl2java wadl-maven-plugin provided from the wadl site. It uses the Jersey client to do most of the work. Its far from perfect, but I've been using it with some success. It sure beats maintaining my own clients. | |||
|
feedback
|