users@jersey.java.net

[Jersey] Exposing existing EJB as REST service on JBoss

From: Sandeep Jangra <sandeepjangra_at_gmail.com>
Date: Thu, 7 Mar 2013 14:58:50 -0500

Hi,

  I have an existing project of Stateless EJBs and now I am trying to
expose these as Restful services using Jersey.
  Is there any clean approach for doing that? I don't want to do lookups
using initial context or write my own providers.

  In resteasy, I can just specify a parameter in web.xml and annotate my
Remote interface with @Path and it works just fine.

  Please let me know the best known (or all known ways) of doing that using
jersey.

Thanks