Hey, I know I'm months behind but I just finished listening to Episode
355 on REST and near the end of the podcast there was some discussion
around how to produce documentation for your REST API.

We use a tool called Enunciate - http://enunciate.codehaus.org/ and it
works quite well for us.

We just use the documentation module of the project, and we've tweaked
it a bit (it uses an XSL transform to render an XML model of your API
into HTML - we built a different XSL to generate confluence wiki
markup instead).

It spits out a list of all your resources, descriptions/examples of
the representations, and a list of XML schemas/namespaces from your
API.

Anyways, hope the link helps someone.

-Cam

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to