Blueprint Developer Manual / Version 2207
Table Of ContentsThis 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