users@jersey.java.net

[Jersey] maven-jaxb-schemagen -> extended wadl

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Fri, 31 Dec 2010 11:17:58 -0500

Does anybody know if it would be possible to set up a pom to do this:

http://jaxb.java.net/maven-jaxb-schemagen/generate-mojo.html

to generate schema from my classes, and have THAT feed the extended
WADL doclet to produce a complete WADL?

The problem I have is that I'm not starting with schema, I'm starting
with beans. Currently I only use:

        generator( WadlGeneratorResourceDocSupport.class ).prop(
"resourceDocStream", "resourcedoc.xml" )

This gives me something useful, but obviously it would be far more
useful if it contained the type information as well.