RE: Will a two-level cache solve this problem?

2005-03-20 Thread Ziv Yankowitz
Hi All, we are new to the OJB and we have the same problem. we are using ojb 1.1 can someone please explain how can we implement the two-level cache? Thanks -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 5:16 PM To: OJB Users List

RE: Will a two-level cache solve this problem?

2005-03-20 Thread Ziv Yankowitz
Hi, we are new to ojb and use version 1.0.1. we have the sample problem can someone please explain how to implement the two level cache? Thanks -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 6:11 PM To: OJB Users List Subject: Re: Will a

RE: Will a two-level cache solve this problem?

2005-03-20 Thread Clute, Andrew
The Two Level Cache is part of the OJB 1.0.2 release, which should be released any day now. You can upgrade then and change your Cache declaration in your repository.xml file to specify that you want the TLCache. I am using it now (with a release build), and it solves this problem. This is a

Re: JDO OJB

2005-03-20 Thread Brian McCallister
JDO Central ( http://www.jdocentral.com/ ) is a good JDO starting point. The best source for info on JDOQL is the spec, it is actually pretty clear, I think ( http://jcp.org/aboutJava/communityprocess/pr/jsr243/index2.html ). OJB's JDO implementation is more proof-of-concept than