Changes for page About the Properties file

Last modified by Theodore Petrosky on 2016/06/28 12:30

From version 6.1
edited by Pascal Robert
on 2007/12/15 18:30
Change comment: There is no comment for this version
To version 9.1
edited by Kieran Kelleher
on 2007/10/10 15:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.kieran
Content
... ... @@ -9,7 +9,7 @@
9 9  
10 10  {{/panel}}
11 11  
12 -WebObjects manages application preferences using a similar mechanism implemented by its [[com.webobjects.foundation.NSProperties>>http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/com/webobjects/foundation/NSProperties.html]] class. The file format is as per the spec. In many references you will see specs say that a certain file is in java.io.Properties file format, however if I am not mistaken, they really mean the java.util.Properties, since even as far back as Java 1.1 API, there was no such class as java.io.Properties.
12 +WebObjects manages application preferences using a similar mechanism implemented by its [[com.webobjects.foundation.NSProperties>>http://developer.apple.com/documentation/WebObjects/Reference/API/com/webobjects/foundation/NSProperties.html]] class. The file format is as per the spec. In many references you will see specs say that a certain file is in java.io.Properties file format, however if I am not mistaken, they really mean the java.util.Properties, since even as far back as Java 1.1 API, there was no such class as java.io.Properties.
13 13  
14 14  In any case, WebObjects directly supports the use of [[Java 1.4 style properties>>http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html]] entries in the file named Resources/Properties in the woa and framework bundle format.
15 15