Re: Application Properties
Re: Application Properties
- Subject: Re: Application Properties
- From: Art Isbell <email@hidden>
- Date: Thu, 10 Jul 2003 08:40:00 -1000
On Thursday, July 10, 2003, at 05:52 AM, Cliff Tuel wrote:
Is it possible to add custom (non-WebObjects) properties in the
Properties
file? If so, what is the syntax to access them at runtime?
Syntax: see java.io.Properties
API: see com.webobjects.foundation.NSProperties
And by taking advantage of
com.webobjects.foundation.NSPropertyListSerialization, you can extend
Properties from supporting only string data to to supporting arrays and
dictionaries in ASCII plist format
(http://developer.apple.com/documentation/Cocoa/Conceptual/
PropertyLists/Concepts/OldStylePListsConcept.html#//apple_ref/doc/uid/
20001012/BBCBDBJE).
Aloha,
Art
_______________________________________________
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.