However, if I wish to access the pojo outside of openEJB, or even on another network pc, the way to go is JNDI. Is there an easy way to bind a class or interface pojo to JNDI? Will just @JNDI (with an optional name) at the top do the trick?
Date: Mon, 6 Jun 2011 05:47:52 -0700 From: [email protected] To: [email protected] Subject: Re: OPEN EJB most recent version and POJO's. Yes, it's possible. I'm using something like this: Swing -> @Stateless Session Beans -> POJOs, @Entities and Database operations. You don't have to annotate it. If you reply to this email, your message will be added to the discussion below: http://openejb.979440.n4.nabble.com/OPEN-EJB-most-recent-version-and-POJO-s-tp3576153p3576817.html To unsubscribe from OPEN EJB most recent version and POJO's., click here. -- View this message in context: http://openejb.979440.n4.nabble.com/OPEN-EJB-most-recent-version-and-POJO-s-tp3576153p3578286.html Sent from the OpenEJB User mailing list archive at Nabble.com.
