• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can core data save to a remote file?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can core data save to a remote file?


  • Subject: Re: Can core data save to a remote file?
  • From: mmalc crawford <email@hidden>
  • Date: Fri, 14 Mar 2008 04:50:16 -0700


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

On Fri, Mar 14, 2008 at 1:34 AM, mmalc crawford <email@hidden> 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 (email@hidden)

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:
This email sent to email@hidden


References: 
 >Can core data save to a remote file? (From: "Adam Gerson" <email@hidden>)
 >Re: Can core data save to a remote file? (From: "Kyle Sluder" <email@hidden>)
 >Re: Can core data save to a remote file? (From: mmalc crawford <email@hidden>)
 >Re: Can core data save to a remote file? (From: "Kyle Sluder" <email@hidden>)

  • Prev by Date: CoreAnimation: rendering error 500
  • Next by Date: Re: Custom View drawn twice?
  • Previous by thread: Re: Can core data save to a remote file?
  • Next by thread: Re: Can core data save to a remote file?
  • Index(es):
    • Date
    • Thread