dev@jersey.java.net

Re: [Jersey] download javadocs?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 18 Nov 2008 10:43:15 +0100

On Nov 17, 2008, at 6:40 PM, Jerry Atrick wrote:

> I could be missing an obvious link, but is there a place where you
> can download the javadocs for jersey?
>

Yes, you can download the JavaDoc jar files from the maven repo, for
example:

   http://download.java.net/maven/2/com/sun/jersey/jersey-bundle/1.0/jersey-bundle-1.0-javadoc.jar

The bundle javadoc which combines core, server, client, json javadocs
is also on line:

   https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0/api/jersey/index.html

You can also get the spring support javadoc here:

   http://download.java.net/maven/2/com/sun/jersey/jersey-spring/1.0.1-SNAPSHOT/jersey-spring-1.0.1-SNAPSHOT-javadoc.jar

but it is only currently available for 1.0.1-SNAPSHOT because we
forgot to add support in the 1.0 pom.


If you are using Maven with a tool such as NetBeans with the maven
plugin then it is very easier to browse the javadoc and obtain the
source.

There are also online maven browsers:

http://www.mvnbrowser.com/artifact-details.html?groupId=com.sun.jersey&artifactId=jersey-bundle&version=1.0&tab=FILES#FILES

But unfortunately they do not let you browse the JavaDoc online.

Paul.

P.S. i recommend using the users_at_jersey.dev.java.net list as that is
where most of the action happens :-)