javaeclipseweb-servicesrestwadl

How to wadl2java these days?


I have real difficulty finding commandline tool to convert WADL to java. No matter how much I try to google, follow blogs or java.net doc, there is no real download link. (links are broken or obsolete).

What particular vendor, community group is supplying this tool ? Does free download link exist ?

The generated code should be able to reconstruct POJOs from XML responses and survive inside Tomcat 7. Thank you

Answer: (this works only after June 2011):


Solution

  • Apache CXF recently added support for WADL-first development of REST services. For more background information on its wadl2java tool, this blog entry by one of the CXF committers should help.