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

.commons.wavemaker-commons-util.11.8.4.source-code.config.xml Maven / Gradle / Ivy

There is a newer version: 11.8.4.ee
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">

<!--
definition of configuration; this is shared between runtime and test-time.
-->

<beans>

    <bean id="messageSource"
          class="org.springframework.context.support.ResourceBundleMessageSource">
        <property name="basenames">
            <list>
                <value>wm_resource</value>
            </list>
        </property>
    </bean>

    <bean id="wmEventPublisher" class="com.wavemaker.commons.event.WMEventPublisherImpl"/>


</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy