Hi guys,

   I'm using appfuse 1.9.4 and I saw that
org.springframework.cache.ehcache.EhCacheFactoryBean is being configure in
applicationContext-service.xml. I don't really understand how the ehcache
works but if I have created another manager like below:

    <bean id="geographicalManager"
class="com.stufftolet.service.impl.GeographicalManagerImpl">
         <property name="geographicalDao" ref="geographicalDao"/>
    </bean>

How should I configure it to use ehcache so that retrieving geogrphical
information can be faster instead of getting from database everytime. 

Thanks & Regards,
Mark
-- 
View this message in context: 
http://www.nabble.com/How-to-configure-ehcache-for-other-manager-bean-in-applicationContext.xml--tf4542748s2369.html#a12963922
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to