On Mar 13, 2008, at 11:02 PM, Kyle Sluder wrote:

On Fri, Mar 14, 2008 at 1:34 AM, mmalc crawford <[EMAIL PROTECTED]> wrote:
The canonical description is, "it's an object graph management and
persistence framework".  It is not in and of itself an object store,
and persistence is only one of its functions -- in some respects the
less interesting one.
So it manages a graph of objects and stores them.  You can't do the
second part without the first,

Yes you can -- NSKeyedArchiver does just that, for example.


and how often have you used Core Data without persistence in mind?

A couple of times, actually...
The object graph management part includes relationship maintenance and undo, both of which are very powerful. You might want to take advantage of that without asking Core Data to store the objects (although this is probably less likely to be the case on 10.5 given NSAtomicStore).

mmalc

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to