Issue 10919

Investigate possible solutions to generate WebService documentation automatically

10919
Reporter: lfrancke
Assignee: trobertson
Type: Story
Summary: Investigate possible solutions to generate WebService documentation automatically
Priority: Major
Resolution: WontFix
Status: Closed
Created: 2012-03-02 11:51:02.781
Updated: 2013-12-06 13:15:59.028
Resolved: 2013-09-27 19:30:33.646
        
Description: These are a few starting points:
* [Swagger|http://swagger.wordnik.com/] works by using special Annotations I think
* Jersey can automatically create WADL out of the box
** [XSLT Stylesheet for WADL|https://github.com/ipcsystems/wadl-stylesheet]
** [WADL in Jersey|https://wikis.oracle.com/display/Jersey/WADL]
** [Extendend WADL in Jersey|https://wikis.oracle.com/display/Jersey/HowToConfigureExtendedWADL]
* http://enunciate.codehaus.org/index.html]]>