Newletter Sign Up
Posts on the
Design Decomposition Blog
Iridium Satellite Collision in Space
You might have seen the recent news reports about the collision between U.S. and Russian communication satellites. The U.S. satellite was one of the Iridium satellites. What wasn’t reported and you probably don’t know is that an object database management system (ODBMS) is an important part of the Iridium system. Even though ODBMSs are a [...]
February 13, 2009
(The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services
I am now also posting on the Cutter Blog. My initial posting is (The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services. It is a response to Anne Thomas Manes’ SOA is Dead; Long Live Services on her blog at the Burton Group.
January 9, 2009
Atomicity
The typical definition of an atomic task or process is one that cannot be decomposed further. This is vague and subject to interpretation. The Decomposition Matrix on this site uses a specific definition: A task (for business process diagrams) or a process (for data flow diagrams) is atomic if every input relates to every output [...]
December 3, 2008
Well-Formed Business Process Diagrams
My last posting referenced the criteria for a well-formed business process diagram mentioned in Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. I am going to expand on their criteria to create a more comprehensive definition of a well-formed business process diagram. To start, here are three criteria [...]
November 18, 2008
Recent Business Process Modeling Books
I recently received two new books on business process modeling. Both books looked interesting because they had great titles. As it turns out, one book is great and the other not so good. The not so good book is Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. There [...]
October 9, 2008
The Design Decomposition Blog
is written by Doug Barry.

This table shows a summary of the similarities and differences between the two approaches to transparent persistence: ODMG 3.0 and JDO. It is from a presentation at JavaOne by Heiko Bobzin of POET Software.

ODMG 3.0 JDO
Object Model
Transparent Persistence Transparent Persistence
Persistence by Reachability Persistence by Reachability
Java, C++, and Smalltalk Language Bindings on top of ODMG object model Tight integration with Java object model
Vendor specific interfaces PersistenceCapable interface
Collection factory for five basic collections Collection factory “by Example”, Second Class Objects
Object identity managed by database system Three identity models (more)
Life Cycle
Objects live until transaction completes Objects can live as long as PersistenceManager (more)
Objects can not be accessed after transaction completes API allows the setting of properties
Callbacks not defined Callbacks for load, store, delete, and clear
Databases and Transactions
Easy to use but proprietary database and transaction management Databases, connections and transactions fit into other Java APIs
No distributed transactions defined Support for distributed transactions
Vendor specific extensions for managed environments (EJB) Support for managed environments (EJB)
Vendor specific extension for optimistic locking Optimistic locking is optional API
Explicit locking of objects No explicit locking -- locks set automatically
Query
OQL: an extensive object query language Queries based on Java programming language -- JDOQL (more)
Complex query expressions Simple filter strings
Results can be compositions, projections or just an integer Results are always collections of persistence capable objects
Class name is part of query string Class objects explicitly used as parameters
No imports or name scope Imports, "this", named parameters

This table, copyright © 2001 FastObjects by Poet, used with permission.

For more information on transparent persistence, see:

>>
Also see transparent persistence vs. JDBC call-level interface (new window).

For more information on ODMG 3.0 and JDO as well as other database specifications, see the related content below.

Related content for: Detailed comparison of ODMG 3.0 and JDO

More on the general topic: DBMS standards

Read more free articles on this site

There are nearly 400 pages of articles on this site with over 40 pages on database concepts and standards.

Search this site for more articles

Custom Search

Browse this site for more articles

Click on the topics below to browse the articles on this site. You can see more detail by clicking on the arrows. This highlights the location of the current article: Detailed comparison of ODMG 3.0 and JDO .

Loading...

Related recent articles from Google News

Apelon Announces Availability of a Completely Open Source Terminology ...
MarketWatch (press release)
As a result, the healthcare industry now has access to a completely open source solution for the management and deployment of healthcare data standards. Healthcare's growing demands for data sharing are focusing attention on interoperability techniques ...
and more »
17 Jan 2012 at 7:09am
Virtualization, Cloud Having Little Impact On Databases
NetworkComputing.com
Having standards by which a cloud offering could be measured are slow in gaining traction," Read said. "Breaches, whether of true cloud provider infrastructures, or just general web-based solutions, continues to reinforce the risks of moving ...
and more »
30 Jan 2012 at 9:41am
Control Your Code, Control Your Costs And Destiny
IT Jungle
It was to mask the complexity of a relational database management system and the underlying hardware to make it run well on a borg collective of relatively cheap iron and sophisticated microcode to make it run as reliably as a mainframe.

15 Jan 2012 at 10:34pm
More related news on: standards DBMS OR "database management system"

Related books at Amazon.com

Data Structures and Other Objects Using Java (4th Edition)
Data Structures and Other Objects Using Java (4th Edition)
by Michael Main
Description: Data Structures and Other Objects Using Java is a gradual, "just-in-time" introduction to Data Structures for a CS2 course. Each chapter provides a review of the key aspects of object-oriented programming and a syntax review, giving students the foundation for understanding significant programming concepts. With this framework they are able to accomplish writing functional data...
Object-Oriented Data Structures Using Java
Object-Oriented Data Structures Using Java
by Nell Dale, Daniel T. Joyce, Chip Weems
Description: Continuing the success of the popular second edition, the updated and revised Object-Oriented Data Structures Using Java, Third Edition is sure to be an essential resource for students learning data structures using the Java programming language. It presents traditional data structures and object-oriented topics with an emphasis on problem-solving, theory, and software engineering ...
Java Methods: Object-Oriented Programming and Data Structures
Java Methods: Object-Oriented Programming and Data Structures
by Maria Litvin, Gary Litvin
Description: This book offers a thorough introduction to the concepts and practices of object-oriented programming in Java. It also introduces the most common data structures and related algorithms and their implementations in the Java collections framework. Chapters 1-14 follow the syllabus of the AP Computer Science course. They will prepare you well for the AP CS exam. Chapters 15-18 on fil...
More related books: Search Amazon.com for Java Data Objects