close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2107

Table Of Contents

4.4.6.2 The Base Component

This component aggregates basic infrastructure to be used by all components. It contains a dependency on the Logging and JMX component and provides the mechanisms for bootstrapping all other components. It also implements configuration file and properties loading scheme described in Section 4.1.3, “Application Architecture”.

Adding the Base Component

To use the base component, add the following dependency to your component or web application module pom.xml:

<dependency>
 <groupId>com.coremedia.cms</groupId>
 <artifactId>base-component</artifactId>
 <scope>runtime</scope>
</dependency>

Example 4.37. Adding the Base Component


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.