I 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. ...
PROPAGATION_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 ...
We'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 ...
Code: public CabeceraComprobanteVenta getCabeceraComprobanteVentaByDocumentoandIdClienteWithEvictDAO( String numComprobanteVenta, String idCliente)throws MyGlobalException{ List
Realtime 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 ...
May 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 ...