users@jersey.java.net

[Jersey] Generate WADL and Java Resources at compile time

From: rouble <r.ouble_at_gmail.com>
Date: Mon, 25 Nov 2013 15:24:42 -0500

Jersey Users,

What is the best common practice for generating a WADL at compile time
using ant?

And, using that generated WADL, what is the best way to generate the
resources in Java?

In CXF, we used JavaToWS which sources the code and generates a WSDL, and
the Wsdl2Java which created the Java stubs. I am looking for the Jersey
analog to those functions.

tia,
rouble