Hi,
Currently our silverlight apps use CSLA to download the object graphs and this is working perfectly. A requirement is that if a one user changes a part of the object graph then any other connected user must see that change without actively refreshing. Sort of like a data polling style situation.
Ive been also reading about Silverlight 3 Duplex Support and am wondering is there any scope of CSLA to be able to support this style of data sync.
Anyone got any thoughts?
Regards
Jeremy
I have no plans to make the data portal support a connection-based model.
But that doesn't mean you can't implement a pub/sub framework independent of the data portal and use it in your app.
Copyright (c) Marimer LLC