0 Replies Latest reply on Sep 11, 2007 11:38 AM by drone.ah

    Entity Manager & Java Client Application

    drone.ah

      Hi,

      I would like to setup a project which deploys entity beans to a jboss server and access them from a Java Client application.

      Is this possible?

      If so what is the best way to get remote access to the Entity Beans? I don't want them serialized and sent across the wire and would prefer them to run on the server.

      I've played around with stateless beans and they work fine. I can also retrieve an entity bean from the client but am not sure on the best way to manage persistence.

      Is the best mechanism for me to write my own entity manager?

      Thanks

      Shri