6

I have a set of Java classes that are annotated with RESTEasy annotations. What I want is to generate JavaDoc like HTML documentation that takes my API interface and shows how to call the API (eg: GET URL) with appropriate inputs and outputs (which are Objects marshalled to/from JSON).

Is there a tool that exists that does this?

kierans
  • 2,034
  • 1
  • 16
  • 43
  • Thinking about this some more, what I may be after is a WADL like document that can be processed into something pretty. Maybe RESTEasy (or another JBoss tool) could create a WADL from the code? – kierans Nov 15 '11 at 02:56
  • this might answer your question: http://stackoverflow.com/questions/4975525/are-there-javadoc-like-tools-to-generate-restful-web-service-apidoc-from-jax-rs – Maciej Miklas Jan 03 '12 at 07:44
  • 1
    I'll have to look into Enunciate. Thanks. – kierans Jan 04 '12 at 04:41

0 Answers0