RE: [Hibernate-devel] JCS integration

2002-07-26 Thread Gavin_King/Cirrus%CIRRUS
>Is a JCS cache serializable? If so, how much more would it take to >pass the whole session over the wire? I've no idea if its serializable, probably not, but that doesn't affect serializability of the Session. This is the factory-level cache using JCS, not the Session's own collection of loaded

RE: [Hibernate-devel] JCS integration

2002-07-25 Thread Urberg, John
PROTECTED] Subject: [Hibernate-devel] JCS integration Christian Meunier got me started with some code to integrate Apache Tubine's JCS today. I ended up rewriting much of the Cache package and making some big improvements. Anyway, you may now specify a JCS cache in the mapping file using

[Hibernate-devel] JCS integration

2002-07-25 Thread Gavin_King/Cirrus%CIRRUS
Christian Meunier got me started with some code to integrate Apache Tubine's JCS today. I ended up rewriting much of the Cache package and making some big improvements. Anyway, you may now specify a JCS cache in the mapping file using or You must then configure the cache in the resource /