users@jersey.java.net

Re: [Jersey] Extending Jersey API - NEED HELP

From: Srinivas Naresh Bhimisetty <shri.naresh_at_gmail.com>
Date: Tue, 27 Jul 2010 16:20:07 +0530

Dinakar,

    the jersey-bundle is just a convenience which bundles the dependencies
on jersey-core, jersey-client and jersey-server modules.

If you are working on a Maven based project, it would be sufficient if you
just add a dependency for the jersey-bundle module, if you do so, you need
not add dependencies for the modules -
jersey-core/jersey-client/jersey-server. Same is the case for ant based
projects.

You can get more information on these in the Jersey user guide [1].

[1]
https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#chapter_deps

- Naresh

On Tue, Jul 27, 2010 at 1:59 PM, Dinakar reddy
<dinakardesireddy_at_gmail.com>wrote:

> Hi Team,
>
> I am trying to implement Jersey API for RESTful Webservices. I have
> downloaded the JSR-311 jar and added the annotations to the resources and
> everything works fine for me.
>
> How ever i am confused as to what the use of jersey-Bundle1.3 is. I
> understand it is to extend the functionality. I am not able to get enough
> documentation on Google to learn in detail about this API.
>
> Can you please guide me to the books or links where i can find the detail
> documentation about this API.
>
> Thanks for your help in advance.
>
> Regards
> Dinakar.
>