Is there a mechanism in place such that when a server side DMI class is updated, the client side widget that is bound to this DMI datasource is automatically refreshed with the new data?
Right now we are sending a comet notification to the client and the client does a fetchData() followed by updateCaches().
It would be nice if the server could trigger the client side update.
Right now we are sending a comet notification to the client and the client does a fetchData() followed by updateCaches().
It would be nice if the server could trigger the client side update.
Comment