Menu Content/Inhalt
Startseite arrow Architecture arrow Configuration areas
Configuration areas Drucken
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.

2. Hub.userCfg: A Settings-Object that ist mapped to the table USERCONFIG. Here are configuration details stored, which are specific for the logged-in user (e.g. perspective layout, window sizes, colors and fonts etc.)

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 >