• 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: Core data or else?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core data or else?


  • Subject: Re: Core data or else?
  • From: Jens Miltner <email@hidden>
  • Date: Mon, 24 Sep 2007 13:54:23 +0200


Am 24.09.2007 um 13:09 schrieb Devraj Mukherjee:

Hi everyone,

I need to store very little data for an application that I am writing.
Is a Core Data based approach the best way to go or are there simpler
ways?

If it's really very little data you need to store, using a property list to store data may also be sufficient.
However, what the _best_ approach is, really depends on you (and your application). If writing a CoreData application is easier, you should go with that. CoreData also lets you choose the backend, but none of that really adds a lot of overhead if your dataset is small.


If all you need to do is read a piece of data, a plain NSDocument based application may be just what you need. If your app is a single- window-type of application, you may not even need a document based application. Without further information, it's hard to tell which would be the best application template to use...

If there is a chance that your dataset will become larger in the future, creating a CoreData application may be the wiser choice.

HTH,
</jum>


_______________________________________________

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: 
 >Core data or else? (From: "Devraj Mukherjee" <email@hidden>)

  • Prev by Date: Re: Core data or else?
  • Next by Date: Re: NSArrayController question
  • Previous by thread: Re: Core data or else?
  • Next by thread: Re: Core data or else?
  • Index(es):
    • Date
    • Thread