users@glassfish.java.net

Re: Accessing EJB3 Entities remotely

From: <glassfish_at_javadesktop.org>
Date: Fri, 21 Sep 2007 11:25:51 PDT

You can access your entities directly from the client, but you'll be responsible for managing the transactions. You can also use detached entitis on the client, and call em.merge() in your session bean instead of delegating each setXxx() call to it.

Regards,
-marina
[Message sent by forum member 'mvatkina' (mvatkina)]

http://forums.java.net/jive/thread.jspa?messageID=236522