users@jersey.java.net

[Jersey] Re: HATEOAS and linked resources

From: Sigmar Muuga <meediake_at_gmail.com>
Date: Thu, 28 Apr 2011 13:18:10 +0300

Thanks! I did not notice the jersey-server-linking module. It does just
everything I need.

Sigmar

On Tue, Apr 26, 2011 at 5:56 PM, Pavel Bucek <pavel.bucek_at_oracle.com> wrote:

> Hello Sigmar,
>
> please see jersey-server-linking sample:
> http://download.java.net/maven/2/com/sun/jersey/samples/jersey-server-linking-sample/1.6/jersey-server-linking-sample-1.6-project.zip
>
> Regards,
> Pavel
>
>
> On 4/26/11 2:40 PM, Sigmar Muuga wrote:
>
>> Hello!
>>
>> I have read the docs of RESTEasy(
>> http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html/LinkHeader.html)
>> and there are annotations for making resources linked with each other. Is it
>> possible to something like this also in Jersey? I did not find any simple or
>> straightforward guide for doing it, is it implemented or enabled in Jersey
>> or coming in in the future?
>>
>> What is the best and most straightforward way to make linked resources in
>> Jersey?
>>
>> I still prefer to use Jersey because it seems to be most actively
>> developed at the moment and mostly it is quite easy to use..
>>
>> Best regards,
>> Sigmar
>>
>
>