Re: Advice needed: conf of cache & locking in non-clustered webapp with Spring & PB-Api

2005-09-22 Thread Thomas Dudziak
On 9/22/05, Jason McKerr <[EMAIL PROTECTED]> wrote: > I wrote the following article which should allow you to use locking and > 2-level caching with Spring and OJB quite easily. My implementation is > simple, but you should be able to change it to use whatever you want. > > http://staff.osuosl.or

Re: Advice needed: conf of cache & locking in non-clustered webapp with Spring & PB-Api

2005-09-22 Thread Jason McKerr
Thomas, I wrote the following article which should allow you to use locking and 2-level caching with Spring and OJB quite easily. My implementation is simple, but you should be able to change it to use whatever you want. http://staff.osuosl.org/~mckerrj/?p=8 J Thomas Dudziak wrote: Hi f

Advice needed: conf of cache & locking in non-clustered webapp with Spring & PB-Api

2005-09-22 Thread Thomas Dudziak
Hi folks, has anybody some advice as to how to best configure Spring & OJB (1.0.3) with regard to caching and locking ? My thoughts were to use either the 2-level or the oscache impl, and use pessimistic read-committed locking (how to do that with spring transactions and the PB-Api ?) ideas, comm