I'm using Data Services with Managed Objects and the Hibernate Assembler.

I have a question regarding updating a shared managed object through
one managed object, and having that update be reflected in another
managed object. Should this work?

I the most simple case, lets say I have a managed object A, that when
fetched has a collection of other managed objects B. If I add a new
managed object B, and save it directly through it's DataService,
shouldn't A refresh its collection of B objects? 

In a more complex sense, I have managed objects that are shared
components of several other managed objects. (A's contain a collection
of B's)... when I update a B, do I need to keep track of every A that
has that particular B?

How is this done?

thanks,
Thunder







--
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/

<*> 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