Is there any tool that can generate java stubs from a WADL file.
or is there any plugin for eclipse/netbeans that can generate stubs from a WADL file.
thanks
vicky
Try this project: http://cxf.apache.org/docs/jaxrs-services-description.html
The project is probably still in early stage. Notice following errors:
I am able to generate Jersey controller skeleton after fixing these errors.
wadl2java tool - http://wadl.java.net/wadl2java.html It has command line tool and ant target to generate stubs from wadl. Didn't use it myself yet but am probably going to for my next project.