Hi Owen,

I´m also about to use Cairngorm with FMS / SharedObjects - did U
find useful resources on the issue in the end?
Have U been succesful with your approach?

Thx for any hint!
Carsten


--- In [email protected], "Owen van Dijk" <[EMAIL PROTECTED]>
wrote:
>
> Hi all,
>
> I'm implementing a project now using Cairngorm's framework and uses
> FMS to provide multi-user capabilities through SharedObjects. It uses
> the SharedObject onResult handlers to update the model ( concurrent
> users, number of users connected etc ). Where in the architecture
> would this functionality fit best?
>
> I'd assume i would create a NetConnection 'service' and create a
> Delegate for the SharedObject and handle the Result and Fault handlers
> in a Command but this feels a bit weird because the SharedObject is
> 'persistent', not in the context of persistent SharedObjects but
> persistent that they are never deleted.
>
> I'd believe that Commands can be created and execution ends when the
> execute method  returns ( or it's onResult/onFault handlers ).
>
> What do you think, should i implemented as suggested above or is there
> something i'm missing?
>
> --
> Owen van Dijk
>


Reply via email to