Changes for page About the Properties file

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

From version 15.1
edited by Kieran Kelleher
on 2007/10/10 15:43
Change comment: There is no comment for this version
To version 16.1
edited by Kieran Kelleher
on 2007/10/10 15:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,7 +29,7 @@
29 29  
30 30  === Configurability ===
31 31  
32 -Firstly, WOnder makes useful settings available as Properties which are not available out of the box as simple Properties entries in traditional WebObjects applications.
32 +Firstly, WOnder makes useful settings available as Properties which are not available out of the box as simple Properties entries in traditional WebObjects applications.
33 33  
34 34  For example:
35 35  
... ... @@ -39,7 +39,7 @@
39 39  
40 40  === User Properties ===
41 41  
42 -If your user name is 'joe', then in your WebObjects application, you can create a file named Properties.joe which is read in last when joe launches his WebObjects app in his Eclipse development enviromnent. This is useful for development teams. Each team member can have properties specific to his/her own development enviromnent such as smtp server, logging properties, databasem connection dictionary settings, etc.
42 +If your user name is 'joe', then in your WebObjects application, you can create a file named Properties.joe which is read in last when joe launches his WebObjects app in his Eclipse development enviromnent. This is useful for development teams. Each team member can have properties specific to his/her own development enviromnent such as smtp server, logging properties, database connection dictionary settings, etc.
43 43  
44 44  === Derived Properties ===
45 45  
... ... @@ -47,7 +47,7 @@
47 47  
48 48  {{code title="Derived Properties example"}}
49 49  
50 -## Set the smtp server host one time here... and the rest get it thru
50 +## Set the smtp server host one time here... and the rest get it thru
51 51  #+ use of derived propertiesw calculated on the fly when loaded into System properties.
52 52  app.smtpserver=mail.domain.com
53 53  
... ... @@ -63,7 +63,6 @@
63 63  ## Setting for Sun's javamail library
64 64  mail.smtp.host=@@app.smtpserver@@
65 65  
66 -
67 67  {{/code}}
68 68  
69 69  === Accessing properties in WOnder ===