1 Reply Latest reply on Nov 1, 2003 11:08 AM by juha

    Client Notification

      What is the typical technique for handling notification from server to client? I see lots of stuff to define interfaces for requesting data at the client from the server, but was wondering what the standard technique was for pushing events from the server to the client.

      Is JMS the way to go? Or is somethinge else available that takes advantage of RMI-IIOP?

      Thanks,

      sjacobs

        • 1. Re: Client Notification

          JMS works, you can build client callbacks with pretty much any RPC mechanism, usually they require you open a port on the client side though.

          -- Juha