Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Central remote server strategy

Hi,

How could I solve a central server configuration with Remote Services? 

The idea is to only let the server know about all the clients. The clients communicate with each other through the server. 

I started with letting the clients consume the server service. But once this service is consumed, how can the server use it to notify the clients of new updates? 

I was naive enough to try a listener model but this does not work does it? If I consume a service and attach a local listener that would not work would it?

How can the consumer be notified of a changed stated in the server service? 

Cheers,

Wim

Back to the top