dev@jersey.java.net

Re: [Jersey] Jersey OAuth documentation

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 16 Jun 2009 12:25:49 +0200

On Jun 13, 2009, at 8:51 AM, Paul C. Bryan wrote:

> 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?
>

That works.

BTW do you want that to be part of the Jersey users Guide? if so the
oauth stuff could include some doc book.


> 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?
>

There is some automation that Jakub has set up, but you need to modify
the right files :-)

Jakub can tell you more about that.

Paul.