| Configuration areas |
|
|
There are four configuration areas in elexis. Programmers should take care to use the correkt place for configuration data:
1. Hub.localCfg: A Settings-object that is mapped to the Userconfiguration of the underlying system (e.g. Registry HKCU in Windows, .java/preferences in Linux). These are configuration details that must be read before a connection to a database exists. That ist mainly the connection details itself. 3. Hub.mandantCfg: A Settings-object that is mapped to the table USERCONFIG. Here are details concerning the actual "Mandant". Keep in mind, that actUser and actMandant need not at all be the same person. 4. Hub.globalCfg: A Settings-object that is mapped to the table CONFIG. Here are all globally valid configuration details stored. |
| < zurück | weiter > |
|---|
