RE: [Objectbridge-developers] XML used in test.ojb.server, etc
Brought to you by:
thma
From: <tho...@it...> - 2001-01-09 09:24:52
|
This got it running, but I'm interested in this example because it is the closest to what we are doing. We have been running with poet and understand the ODMG approach. I really need to have some kind of querying ability with approximate matches with wild-card supported. Thanks, Dave Hi Dave, We aim at providing a full ODMG implementation, thus we will have a full OQL implementation. Until now we not startet working on OQL. currently David Dixon-Peugh is working on Object Locking and Transaction management. I'm currently working on reworking the ojb.examples.server.App as a JUnit test. One of my next goals will be the OQL implementation. I'm planning to reuse the OQL implementation from CASTOR (castor.exolab.org). AFAIK Castor does not implement ODMG but JDO. I don't know if you are familiar with JDO: it's the upcoming Standard API for transparent persistence in Java. When you look at the samples on the castor site you will notice that it has a lot in common with ODMG. regards, Thomas |