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


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to