Saving properties
Saving properties
- Subject: Saving properties
- From: "Dan" <email@hidden>
- Date: Tue, 18 Feb 2003 11:21:32 -0800
- Organization: GroupStone
Ok - I understand that with WO 5 that NSUserDefaults are no longer supported,
and that I should use System.getProperty calls instead (and
NSPropertyListSerialization as needed). However - in WO 4.5.1 I could save
properties within the application using NSUserDefaults.setObjectForKey and
NSUserDefaules.synchronize as necessary. This was really handy because I
created a page for each application that exposed its properties and allowed
them to save them.
So in WO 5 what is the recommended (best) way to save properties
programmatically, so that they will be read back in the next time the
application is launched (and no - I don't particularly want to save them into
some kind of database table)?
Thanks,
Dan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.