users@jersey.java.net

[Jersey] Re: HATEOAS and linked resources

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Tue, 26 Apr 2011 16:56:46 +0200

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