Show TOC

Managing System and Application ConfigurationsLocate this document in the navigation structure

Use

The Configuration Manager is one of AS Java core system modules, which enables all AS Java modules and components to store their technical configurations in its persistency framework.

You can use the Application Configuration API provided by the Configuration Manager to manage the application properties.

Features

The Configuration Manager hierarchically stores objects, files, and property sheets. It also enables some monitoring features of configuration objects and of the runtime behavior of the Configuration Manager.

More information: Configuration Manager .

The Application Configuration API enables you to manage the properties of your application, that is, to deploy properties within the application, access them and register listeners to get notifications when a property is changed.

More information: Adding Configuration Capabilities to an Application .