Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
-
Java
Description
Jersey can automatically generate REST API documentation from javadoc. The trick is generating application.wadl then apply wadl.xslt stylesheet to generate human readable html file and integrate it as part of site generation. The last part is to automatically generate schema.xsd from Java class, and link it to the generated application html.