users@jersey.java.net

Re: WADL and JavaScript generation

From: Nam Nguyen <Nam.Nguyen_at_Sun.COM>
Date: Tue, 08 Jan 2008 10:23:56 -0800

Gérald Quintana wrote:
> By the way, I agree that in my case the
> WADL artefact is useless: The only I am looking for, is a way to call
> the web service easily (in Java and/or JavaScript).
If you use NetBeans 6.0 IDE, try download the RESTful Web Service
plugin, you can generate javascript client stubs to help accessing the
REST services. See:
http://www.netbeans.org/kb/60/websvc/clientstub.html#stubs

-Nam