0 Replies Latest reply on Sep 8, 2003 12:55 AM by mortena

    How to Notify clients of changes in Entity-Bean.

    mortena

      I've developed an application, that has a Stand-alone Java client on one side, that interacts directly with copies of the entity-beans through a Session-bean.
      I would like to notify this client as the entity-beans are changed, so that these changes can be reflected in the client.

      For instance if the "name" property of the Bean: "Person" is changed that information should be sent to the Client.

      Is there a pattern or a mechanism, that makes that possible?

      Regards

      Morten Andersen