I wouldn't worry about configuring EhCache in you middle-tier if you're using Hibernate or iBATIS in your backend. It's usually better to configure your caching at the data tier.
Matt On 11/1/07, Plant More Tree <[EMAIL PROTECTED]> wrote: > > hello a little bit of advice here please ... thanks ! > > > > Plant More Tree wrote: > > > > 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#a13531783 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
