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/remotingApplicationContext.xml
16 16
    
17 17
    <bean id="cdmApplicationRemoteConfiguration" class="eu.etaxonomy.cdm.api.application.CdmApplicationRemoteConfiguration"/>    
18 18
    
19
	<import resource="classpath:/eu/etaxonomy/cdm/remoting_services_security.xml"/> 
19
	<import resource="classpath:/eu/etaxonomy/cdm/remoting_services_security.xml"/> 	
20 20
	
21
	<context:component-scan base-package="eu/etaxonomy/cdm/api/cache"/>
22
	
23
	<bean id="cdmCacher" class="eu.etaxonomy.cdm.api.cache.CdmCacher"/>
21
	<bean id="cdmServiceCacher" class="eu.etaxonomy.cdm.api.cache.CdmServiceCacher"/>
24 22
	
25 23
	
26 24
	<!-- EditGeoService was moved to ext. Therefore it will not be found by the default component scan.

Also available in: Unified diff