Speedo 1.0 is available and can be downloaded at:
http://forge.objectweb.org/project/showfiles.php?group_id=33
Speedo is an open-source implementation of the JDO specification. It uses the JORM, Medor and Perseus frameworks defined in ObjectWeb.
The changes since the last release (1.0BETA4), are the following:
- Speedo Eclipse plugin available
- bug fix about empty optimistic transaction
- bug fix about PersistenceManager.refresh(...)
- bug fix about optimistic concurrency
- take in account new jorm configuration
- use Medor expression for inheritance filter
- delete out of transaction is no more allowed according to the JDO
specification.
- JDO TCK in progress
- inheritance implementation in progress (JORM ready but not Medor)
Speedo Home Page
-
ObjectWeb announces Speedo JDO 1.0 (6 messages)
- Posted by: Francois Letellier
- Posted on: May 18 2004 12:26 EDT
Threaded Messages (6)
- Has Anybody Tried This by Michael Niessner on May 19 2004 12:44 EDT
- Open source JDO projects by Sean Sullivan on May 19 2004 13:33 EDT
- Open source JDO projects by Paul McKinney on May 19 2004 13:56 EDT
- Thanks by Michael Niessner on May 19 2004 02:26 EDT
- Open source JDO projects by Sean Sullivan on May 19 2004 03:49 EDT
- Open source JDO projects by Paul McKinney on May 19 2004 13:56 EDT
- ObjectWeb announces Speedo JDO 1.0 by Robin Roos on May 20 2004 05:59 EDT
-
Has Anybody Tried This[ Go to top ]
- Posted by: Michael Niessner
- Posted on: May 19 2004 12:44 EDT
- in response to Francois Letellier
I was just wondering if anybody has given this a try yet? Maybe they could post there experience with it. Is it very usable?
Michael -
Open source JDO projects[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: May 19 2004 13:33 EDT
- in response to Francois Letellier
-
Open source JDO projects[ Go to top ]
- Posted by: Paul McKinney
- Posted on: May 19 2004 13:56 EDT
- in response to Sean Sullivan
I've tried TJDO, Speedo, and looked over OJB but I've had the most success using JPOX. TJDO didn't seem to have as much documentation as I would have liked and Speedo and OJB seem to have a JDO interface placed on top of a prior implmented persistence mechanism which made configuration and debugging more difficult in my opinion. I have not looked at the new Speedo release though. Right now my vote for best open source JDO implementation would have to go to JPOX.
Paul -
Thanks[ Go to top ]
- Posted by: Michael Niessner
- Posted on: May 19 2004 14:26 EDT
- in response to Paul McKinney
Thanks for the great reply. I had tried TJDO in the Fall, and didn't care for it too much. I also wasn't wild about OJB's plugin architecture. I was unware of JPOX, and will look into that.
Michael -
Open source JDO projects[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: May 19 2004 15:49 EDT
- in response to Paul McKinney
I've tried TJDO, Speedo, and looked over OJB but I've had the most success using JPOX. TJDO didn't seem to have as much documentation as I would have liked and Speedo and OJB seem to have a JDO interface placed on top of a prior implmented persistence mechanism which made configuration and debugging more difficult in my opinion.
I've used TJDO 2.1 (open source) with MySQL's MaxDB database.
The basic documentation was OK. However, I wish that TJDO provided more
example code. -
ObjectWeb announces Speedo JDO 1.0[ Go to top ]
- Posted by: Robin Roos
- Posted on: May 20 2004 05:59 EDT
- in response to Francois Letellier
Congratulations to the Speedo team on their achievement.