The Aspire Application is an OSGi bundle as well as an Aspire component in the same way as all other applications and components.

Interactions with Aspire are primarily through the following files and interfaces:

  • Aspire Home - Is computed by the Application component and made available to all components.
  • Introduction to Aspire Applications - Overview of how the Applications work in Aspire and what can be done with them.
  • Application Configuration - These configuration files are loaded on startup (via <autoStart> in the settings.xml file) or via Admin Web Interface commands. Each one causes a new Component Manager to be launched and configured. System configuration files can be refreshed, removed, or added via the admin user interface.
  • Settings configuration - Holds settings for the specific installation of Aspire. Things like server names, file system paths, etc., anything which is unique to the particular installation of Aspire. It is loaded by the Aspire Application and made available to all components.
  • Admin User Interface - The servlet for accessing the administration user interface is initialized by the Aspire application.
    • In addition, the application provides additional application-level administration commands, such as browsing a list of all OSGi services, memory garbage collection, and JVM memory statistics.

Other Uses of the Aspire Application Component

The Aspire Application component provides some additional methods for components, such as accessing Aspire Home. These are primarily available through the Aspire Utilities class, part of the Aspire Framework package.

  • No labels