Dave Johnson on open web technologies, social software and software development
« Lesson 2: Piracy is... | Main | blogs.application-se... »
Thomas Mahler posted comment on my recent <a href= "http://www.rollerweblogger.org/page/roller/20021212#carlos_on_hibernate_vs_ojb">Carlos on Hibernate vs. OJB story and I'm promoting it to a post. I do not want to be unfair to OJB and I'm glad to hear that the issue of stolen code was a simple little mistake. Here is what Thomas had to say:
As one of the core OJB developers I'd like to correct some points.While on this topic, I should also thank Carlos for explaining why he does not like JDO and for pointing out that there is another open source JDO implementation called TJDO. I should have remembered that because I mentioned TJDO in my <a href= "http://www.rollerweblogger.org/page/roller/20021013">comparison of persistence frameworks back in October.
- OJB is not focussing on JDO. OJB is focussing on transactional object persistence. We provide several "personalities" to give users their API of choice.
We currently support ODMG3.0, JDO1.0 and our own abstracted Object level transaction API (called OTM).
OJB has a layered architecture with a persistence kernel reponsible for all the O/R stuff. This kernel is shared by all three toplevel personalities.
We have *not* been working on JDO for months. We are concentrating on a stable 1.0 release. JDO is in the 2.0 scope! So statements like "OJB is losing its way by focussing on JDO" do not make any sense.
- OJB did not steal any code! We have a little JDO prototype that has not been maintained for months. By accident one of our developers checked in some interface definitions from the JDORI codebase. These interfaces were not even referenced by our actual code! We settled this issue within hours by simply deleting the stuff from our CVS.
I don't see why such a minor incident should prevent us from building a OSS JDO implementation?
Dave Johnson in Java
02:01PM Dec 13, 2002
Comments [0]
Tags:
Java
This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog
Below are the most recent entries in the category Java, some may be related to this entry.