users@jersey.java.net

Re: [Jersey] hypermedia support missing ?

From: Diego Gil <diego.a.gil_at_gmail.com>
Date: Mon, 17 May 2010 17:25:41 -0300

On Mon, 2010-05-17 at 20:59 +0200, Pavel Bucek wrote:
> Hello Diego,
>
> this annotation is present in jersey hypermedia experimental module, you
> have to declare additional dependency if you want to use it.
>
> add this to your pom file:
>
> <dependency>
> <groupId>com.sun.jersey.experimental.hypermedia-action</groupId>
> <artifactId>hypermedia-action-server</artifactId>
> <version>1.2</version>
> </dependency>
>
> and it should work.

Thanks.

>>From User Guide, I understood that some hypermedia support (Chapter 5)
was already in place, released, and some other not (Chapter 6).

There is any roadmap to have hypermedia support included in a stable
release ?.

Regards,
Diego.