Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
       xmlns:p="http://www.springframework.org/schema/p" xmlns="http://www.springframework.org/schema/beans"
5
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
6

    
7
    <!-- Workflows Utils -->
8
    <bean id="workflowISRegistryClient" class="eu.dnetlib.functionality.modular.ui.workflows.util.ISRegistryClient"/>
9
    <bean id="workflowSectionGrouper" class="eu.dnetlib.functionality.modular.ui.workflows.objects.sections.WorkflowSectionGrouper"/>
10
    <bean id="workflowISLookupClient" class="eu.dnetlib.functionality.modular.ui.workflows.util.ISLookupClient" />
11

    
12
    <!-- Repositories Utils -->
13
    <bean name="repoUIUtils" class="eu.dnetlib.functionality.modular.ui.repositories.util.RepoUIUtils"/>
14
    
15
    <bean id="repoUIJsonCache" class="org.springframework.cache.ehcache.EhCacheFactoryBean"
16
          p:cacheName="repoUIJsonCache"
17
          p:eternal="false" p:timeToLive="0" p:timeToIdle="36000"
18
          p:maxElementsInMemory="100" p:maxElementsOnDisk="0"
19
          p:cacheManager-ref="defaultCacheManager" />
20

    
21
</beans>
(6-6/13)