Home > Computers > Programming > Languages > Java > Databases and Persistence > Object Persistence > JDO
The Java Data Objects (JDO) standard provides a unified, simple, and transparent persistence interface between Java application objects and data stores, and can significantly affect how deal with persistent data.
This category contains JDO related resources, including articles about JDO, JDO implementations and tools.
http://www.castor.org/
Integrates Java objects, XML documents, SQL relational databases and LDAP directories in a unified model that allows information to be exchanged, persisted and manipulated in a variety of ways. Supports JDO. [Open Source, BSD-like]
http://java.sun.com/jdo/
A home page for JSR-000012, Java Data Objects.
https://jcp.org/aboutJava/communityprocess/first/jsr012/index.html
The Proposed Final Draft of the JDO 1.1 specification for object-relational mapping on the Java platform.
http://www.onjava.com/pub/a/onjava/2002/12/04/realjdo.html
This expert perspective lays it on the line: Exolab's Castor JDO product does not support the JDO standard.
http://www.onjava.com/pub/a/onjava/2002/04/10/jdbc.html
Java Data Objects (JDO) is neither a silver bullet nor without merit. But its most important contribution may be to wake developers up to the coming paradigm shift: from database to objectbase, a place where not only data but data and behaviors are stored...
http://www.onjava.com/pub/a/onjava/2002/05/29/jdo.html
In this scathing response to Don Bales' recent critique of Java Data Objects, David Jordan offers proof that JDO does not regard SQL as a bad thing, yields shorter and simpler code, and is vendor-neutral.
http://www.onjava.com/pub/a/onjava/2002/10/02/jdosql.html
An in-depth look at using Castor's marshalling engine to do data binding of Java objects to tables, rows, and columns in an SQL database.
http://www.javaworld.com/javaworld/jw-03-2002/jw-0301-jdo.html
Jacek Kruszelnicki discusses the issues encountered with persistence, presents traits for an ideal persistence layer, and reviews available JDO solutions.
http://www.javaworld.com/javaworld/jw-04-2002/jw-0412-jdo.html
This article presents two major JDO specifications: the Sun Microsystems JDO and the open source Castor JDO. Jacek Kruszelnicki discusses their relative pros and cons, and their similarities and differences.
http://www.theserverside.com/tt/articles/article.tss?l=JDODomainModel
By Chris Richardson. Learn how to use Java Data Objects (JDO) to accelerate development and test domain model outside of the application server and without a database.
http://tjdo.sourceforge.net/
Implementation of Sun's JDO specification (JSR 12), designed to support transparent persistence using any JDBC-compliant database. [Open source, Apache Software License]
http://xorm.sourceforge.net/
Provides interface-based persistence to RDBMSs while allowing developers to focus on the object model, not the physical layer. It implements many of the interfaces specified by JDO. [Open source, GPL]
Home > Computers > Programming > Languages > Java > Databases and Persistence > Object Persistence > JDO
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us