dev@jersey.java.net

Jersey OAuth documentation

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Fri, 12 Jun 2009 23:51:21 -0700

Hi all:

1. I've taken the liberty of creating a "Jersey and OAuth" page on the
Jersey wiki:
http://wikis.sun.com/display/Jersey/OAuth.

I wasn't sure if this is the right placement of such a document, of
there is another preferable area. Thoughts?

2. I've also added the Jersey OAuth API docs to the Jersey site:
https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-client/index.html
https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-server/index.html
https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-signature/index.html

I did this manually by copying the results of mvn javadoc:javadoc. Is
this generally manual, or is there an automagic script that does this?

Thanks,

Paul