Newsletters older than 6 months may have links that are out of date. Please use the Search to check for updated links.
If you plan to use Java Data Objects (JDO) with MySQL, here is
little piece of information, that could be helpful in you quest. We don't have our own implementation of JDO, but MySQL works fine with pretty much every third party JDO vendor, whether commercial or Open source.
Below is a list of some commercial JDO vendors, that support MySQL
- Solarmetric http://www.solarmetric.com/)
- Libelis http://www.libelis.com/)
- Hemisphere Technologies http://www.hemtech.co.za/index.html)
- ObjectFrontier http://www.objectfrontier.com/jdo/products/FrontierSuiteforJDO3.0/index.jsp)
and here is a list of Open Source JDO solutions
- Apache's OJB JDO implementation which works fine with MySQL http://db.apache.org/ojb/)
- Xorm http://www.xorm.org/),
- Speedo from ObjectWeb http://speedo.objectweb.org/)