users@jersey.java.net

Re: [Jersey] How to convert a EJB 3 session bean to restful web service?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 04 Dec 2008 07:34:05 +0100

Hi James,

Have you seen my recent blog entry:

http://blogs.sun.com/sandoz/entry/jersey_glassfish_and_ejbs_as

We are also working on a maintenance release of JAX-RS to ensure it
aligns with EE 6 and EJB 3.1.

Paul.

On Dec 4, 2008, at 4:00 AM, 晓坚王 wrote:

> Hi,
> When I am using jax-ws,I can add @Webservice annotation to convert a
> EJB 3 session bean to a SOAP web service.
> Now,I am using the Jersey 1.0,my question is :
> Is there some way to convert a EJB 3 session bean to restful web
> service?
>
> Thanks & Regard,
>
> James