Wiki source code of Project Wonder Properties Files
Version 28.1 by David Avendasora on 2009/06/25 12:01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === This Page will serve as a base location for talking about what can be done with the Properties files using Project Wonder and what properties are available etc. === | ||
2 | |||
3 | === Precedence === | ||
4 | |||
5 | When the application launches, Properties files will be loaded in the following order. If there is a conflicting parameter between the files and arguments, the latter one overrides the earlier one. | ||
6 | |||
7 | 1. Properties in any frameworks that the application links to | ||
8 | 1. Properties in the application itself | ||
9 | 1. WebObjects.properties under the home directory | ||
10 | 1. Properties in /etc/WebObjects/YourAppName/ | ||
11 | 1. Command line arguments | ||
12 | |||
13 | === Property File tricks and tips: === | ||
14 | |||
15 | * Variable substitution | ||
16 | * Per user property files | ||
17 | |||
18 | === Available Properties: === | ||
19 | |||
20 | * DB Properties | ||
21 | * ERExtenstions Properties | ||
22 | * Ajax Properties |