Re: where to store this kind of data
Re: where to store this kind of data
- Subject: Re: where to store this kind of data
- From: Benjamin Dobson <email@hidden>
- Date: Tue, 3 Mar 2009 22:17:54 +0000
On 3 Mar 2009, at 22:13:08, Stefan Groschupf wrote:
Hi All,
I'm very new to cocoa - though have other oo language experience.
My goal is write an application that synchronize some servers with a
local os x app.
When my app starts it basically should list all available server
connections if this is empty open a form window where the user can
add a connection to a remote server I will sync from.
Basically the app will have many serverConnection entities that
might get more or less complex relationships later.
So I looked at core data - that is pretty cool, though I dont want
the user to save or load this kind of configuration. I can do this
in the background? Where to store this file?
On the other hand since I might have many server connection and an
relations I wonder if user defaults wold be a better place. Or of
corse I can just use archiving, but where to sore this data than?
What would be a best practice here?
Store it in ~/Library/Application Support/YourAppName/
_______________________________________________
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