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 (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 arch...@mail-archive.com

Reply via email to