Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [corona-dev] Communication Alternatives


    * WS-Notification could be used to have the server callback to the
      client to share collaboration events.  However, this would
      require the client (Eclipse Workbench) to have a http server
      listening on a port to handle the web service callback.  The
      Corona server-side is already taking advantage of the Equinox
      HTTP service, so this could be easily deployed client-side.

Yes, but there may be a problem if the client is behind a NAT device. This is a typical situation and it is impossible to address the client. So to send a WS-Notification there would have to be used a connection opened by client. The connection would have to remain opened and reused. Alternatively the client could work in pull mode :(

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top