Provides the dmLite default context. The context is determined by the dmConfig.properties file that has configuration keys and key values.
classes=classes
config=config
dmLiteModel=dmLite-model-config.xml
email=email-config.xml
log=log4j.xml
reusableModel=reusable-model-config.xml
specificModel=specific-model-config.xml
Classes are kept in the classes directory. All other direcories and files are located relative to the classes directory. XML configuration files are located in the config directory. dmLite model components are in the dmLite-model-config.xml configuration file. Reusable model components are in the reusable-model-config.xml configuration file. Specific model (your current domain model) components are found in the specific-model-config.xml configuration file. Email is configured in the email-config.xml file. Messages are logged in the log4j.xml file.
dmLite defualt context consists of a configured log, an email configuration, and the file paths to the three model configurations.
@author Dzenan Ridjanovic @version 2006-11-21
|
|