So if I understand what you are saying here

> 
> They work best by using their API to fetch objects you wish to share
> into the context, and then creating real EOEditingContexts and having
> them use that shared context.

If I want to use shared objects from a non shared editing context I need to
set the shared ec 

SharedEc = EOSharedEditingContext.defaultSharedEditingContext();

EOEditingContext ec = new EOEditingContext ();
ec.setSharedEditingContext(SharedEc);

By setting the Shared EditingContext into my regular one, do I now get
automatic access to the shared objects stored within?

So if I do something like

    ec.objectsWithFetchSpecification(....)

And the objects had been previously retrieved by the SharedEC - would ec be
able to use them?




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to