Project

General

Profile

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"
4
	xmlns:context="http://www.springframework.org/schema/context"
5
	xmlns:cxf="http://cxf.apache.org/core"
6
	xmlns:jaxws="http://cxf.apache.org/jaxws"
7
	xmlns:p="http://http://www.springframework.org/schema/p"
8
	xmlns:template="http://dnetlib.eu/springbeans/template" 
9
	xmlns:t="http://dnetlib.eu/springbeans/t"
10
	xsi:schemaLocation="http://www.springframework.org/schema/beans
11
		http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
12
        http://www.springframework.org/schema/context
13
		http://www.springframework.org/schema/context/spring-context-2.5.xsd
14
        http://cxf.apache.org/core
15
		http://cxf.apache.org/schemas/core.xsd
16
        http://cxf.apache.org/jaxws
17
		http://cxf.apache.org/schemas/jaxws.xsd
18
        http://dnetlib.eu/springbeans/template
19
		http://dnetlib.eu/springbeans/template.xsd">
20
		
21
	<bean id="communityManager" class="gr.uoa.di.web.utils.community.CommunityManager">
22
		<property name="collectionServiceLocator" ref="collectionServiceLocator" />	
23
		<property name="communityServiceLocator" ref="communityServiceLocator" />
24
		<property name="forumServiceLocator" ref="forumServiceLocator" />
25
		<property name="recommendationServiceLocator" ref="recommendationServiceLocator" />
26
		<property name="userProfileServiceLocator" ref="userProfileServiceLocator" />		
27
	</bean>
28
	
29
</beans>
(2-2/2)