Project

General

Profile

« Previous | Next » 

Revision 1568c431

Added by Cherian Mathew almost 10 years ago

CdmServiceCacher : Added class to load / cache CDM entities using services
remotingApplicationContext : updated cacher bean config
httpInvokerServiceClients : removed unnecessary loading of remote config
CdmServiceCacherTest : added cacher test

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/httpInvokerServiceClients.xml
7 7
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
8 8
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
9 9

  
10
	<bean id="propertyConfigurer"
11
		class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
12
		<property name="location" value="/eu/etaxonomy/cdm/config.properties" />
13
	</bean>
14 10
	
15 11
   <bean id="agentService"
16 12
		class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">

Also available in: Unified diff