Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor grammar changes

...

The application framework will require a configuration file. The current XML files used to configure localization, logging, security, persistencedata source, and services can be combined into a single file.
The configuration implementation will support a configuration files file that are located external to the application framework but somewhere on the class pathis located anywhere - by specifying the file location during application start-up.

Design Goals

  • Single framework configuration file - located anywhere on the class path.
  • Supports lazy-loading of the configuration filesfile.
  • Supports run-time reloading of the configuration filesfile (via JMX).
  • Thread-safe.

Basic Architecture

...