Re: 3.0 cache documentation

2009-05-04 Thread Borut BolĨina
And I thought hell will freeze :-) Gonna read it ASAP. Thanks Andrus! -Borut 2009/5/4 Andrus Adamchik : > Finally got around to documenting how the caching works in the latest > Cayenne: > > http://cayenne.apache.org/doc/caching-and-fresh-data.html > > Note that the references to cache groups an

RE: Best Practices Question

2009-05-04 Thread Weddle, Anthony
Wouldn't it be better to use a nested context for "edit mode"? Once committed, those changes would be visible in the shared context. Tony -Original Message- From: Aristedes Maniatis [mailto:a...@ish.com.au] Sent: Wednesday, 22 April 2009 12:32 p.m. To: user@cayenne.apache.org Subject: Re

Re: 3.0 cache documentation

2009-05-04 Thread Lawrence Gerstley
Wonderful read, and very welcome documentation addition, Andrus. On Mon, May 4, 2009 at 3:33 AM, Andrus Adamchik wrote: > Finally got around to documenting how the caching works in the latest > Cayenne: > > http://cayenne.apache.org/doc/caching-and-fresh-data.html > > Note that the references to

Re: 3.0 cache documentation

2009-05-04 Thread Andrus Adamchik
On May 4, 2009, at 7:03 AM, Malcolm Edgar wrote: Have you found big performance improvements using OSCache? Oh yeah. Essentially you'd be replacing a remote JDBC call + ResultSet- to-objects conversion with a single local hashtable lookup. Especially it shines when used with a shared read-

Re: 3.0 cache documentation

2009-05-04 Thread Andrus Adamchik
On May 4, 2009, at 7:19 AM, Aristedes Maniatis wrote: Do you mind if I go through and adjust a few grammatical things and some small places which could become slightly clearer? I certainly don't. Please do that. I have one question that could be clarified in the docs. Will a change of ord

Re: 3.0 cache documentation

2009-05-04 Thread Aristedes Maniatis
On 04/05/2009, at 8:33 PM, Andrus Adamchik wrote: I tried to stay away from the implementation details and give a user perspective instead. If there is still a feeling that the docs are lacking in this area, please share your thoughts. I will try to address any reasonable suggestions. I

Re: 3.0 cache documentation

2009-05-04 Thread Malcolm Edgar
Great read thanks for providing that. Have you found big performance improvements using OSCache? regards Malcolm Edgar On Mon, May 4, 2009 at 8:33 PM, Andrus Adamchik wrote: > Finally got around to documenting how the caching works in the latest > Cayenne: > > http://cayenne.apache.org/doc/cach

3.0 cache documentation

2009-05-04 Thread Andrus Adamchik
Finally got around to documenting how the caching works in the latest Cayenne: http://cayenne.apache.org/doc/caching-and-fresh-data.html Note that the references to cache groups and factories configuration via the Modeler are applicable to the trunk code (yet unreleased 3.0M6). 3.0M5 has a