• The configuration properties for Apache Causeway can also be obtained from the CausewayConfiguration domain service. These provide type-safe access to all causeway.* configuration properties.

    CausewayConfiguration is part of causeway-core-config rather than the applib.

    To use it therefore requires this dependency:

    pom.xml
    <dependency>
        <groupId>org.apache.causeway.core</groupId>
        <artifactId>causeway-core-config</artifactId>
    </dependency>
  • The ConfigurationMenu provides a UI to access this service.