All Downloads are FREE. Search and download functionalities are using the official Maven repository.

contexts.root.iceland.xml Maven / Gradle / Ivy

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans-4.3.xsd">

    <bean id="eventBus" class="org.n52.janmayen.event.EventBus">
        <property name="async" value="false" />
    </bean>

    <bean class="org.n52.iceland.config.spring.LifecycleBeanPostProcessor">
        <description>This calls Constructable#init and Destroyable#destroy for all beans.</description>
    </bean>

    <bean id="databaseSettingsHandler" class="org.n52.iceland.service.DatabaseSettingsHandler">
        <description>Bean that allows convenient access to the datasource.properties</description>
    </bean>

    <bean class="org.n52.iceland.config.spring.ConfiguringBeanPostProcessor">
        <description>This calls SettingsManager#configure for all beans.</description>
    </bean>

    <!--  settings related beans -->
    <bean id="configLocationProvider" class="org.n52.iceland.service.ServletConfigLocationProvider" />
    <bean id="settingsService" class="org.n52.faroe.SettingsServiceImpl" />
    <bean id="adminUserService" class="org.n52.iceland.config.AdminUserServiceImpl" />
    <bean id="activationService" class="org.n52.sos.config.SosActivationService" />

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy