1. Simple session based data caching for spring mvc 3 stackoverflow.comI need simple, preferable session based cache, for our Spring MVC 3.1 app. I know in 3.1 introduced cashing abstraction, but as far as I know, it is application wide caching. ... |
2. PROPAGATION_REQUIRES_NEW and session cache forum.springsource.orgPROPAGATION_REQUIRES_NEW and session cache Hello! I'm using Spring+Hibernate on Weblogic. My task is to get transaction suspension work. Ok, it works, but I have problems with Hibernate session cache. I.e. if ... |
3. SessionFactory and LocalSessionFactoryBean in Hibernate caching and Tests forum.springsource.orgWe've got a bunch of tests which subclass AbstractTransactionalDataSourceSpringContextTests. Many of those tests need access to the SessionFactory to do things like flushing and cache evicting. This is working great by ... |
4. how give again a object to the Session cache. forum.springsource.orgCode: public CabeceraComprobanteVenta getCabeceraComprobanteVentaByDocumentoandIdClienteWithEvictDAO( String numComprobanteVenta, String idCliente)throws MyGlobalException{ List |
5. Realtime statistical information in Cache/Session forum.springsource.orgRealtime statistical information in Cache/Session Hi, We are developing web based application(Spring MVC, Ajax, Hibernate and Weblogic Server 10.2) which needs to display a realtime statistical information about multiple systems in ... |
6. Using session scoped bean to cache reference data forum.springsource.orgMay 6th, 2009, 04:33 PM #1 kstern View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Apr 2009 Location Chicago Posts 5 Using session scoped bean to ... |