users@jersey.java.net

Re: [Jersey] example of EJB injection in Jersey

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 06 Apr 2009 09:46:11 +0200

On Apr 5, 2009, at 5:26 PM, Felipe Gaścho wrote:

> please point me to an example of EJB 3.0 injection, preferably
> deployable in Glassfish v2.x
>
> thanks....... * just to save some google time. :)
>
>
See here:

http://markmail.org/search/?q=list%3Anet.java.dev.jersey.users
+EJB#query:list%3Anet.java.dev.jersey.users%20EJB%20order%3Adate-
backward+page:1+mid:catyvvrocdk2h4gx+state:results

which includes a NetBeans project that includes a Jersey EJB-related
injectable provider. I am not sure if the JNDI is correct for @Local
lookup... but it should work with GF and @Remote. So will hopefully
help as a starting point.

Paul.