users@jersey.java.net

[Jersey] Re: Using Viewable on any JAX-RS implementation

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Sun, 23 Oct 2011 15:26:50 +0200

Hello Reto,

Viewable class and related MessageBodyWriters are Jersey addons, so it
won't work with different JAX-RS implementation. If you need your app be
compliant with any other JAX-RS implementation, you'll need to handle
this by yourself (or just pick what you need from Jersey and pack it to
your app directly).

Regards,
Pavel

On 10/23/11 1:55 PM, Reto Bachmann-Gmür wrote:
> Hello,
>
> I would like to build a jax-rs app that runs on any compliant jax-rs
> implementation. Is it possible to use Viewable and the respectice
> MessageBodyWriterS on an arbitrary JAX-RS implementation or do they
> only work on Jersey?
>
> Cheers,
> Reto
>