applicationContext.xml

application context - Jan Verstuyft, 03/01/2010 06:47 pm

Download (569 Bytes)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hades="http://schemas.synyx.org/hades"
4
        xsi:schemaLocation="http://www.springframework.org/schema/beans
5
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
6
http://schemas.synyx.org/hades
7
http://schemas.synyx.org/hades/hades.xsd">
8
        <import resource="infrastructure.xml" />
9
        <hades:dao-config base-package="be.jabapage.core.dao">
10
                <hades:dao id="userDao" />
11
        </hades:dao-config>
12
</beans>