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 from [...]
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 are [...]
October 9, 2008
The Design Decomposition Blog
is written by Doug Barry.
ODMG

ODMG 3.0 was developed by the Object Data Management Group (ODMG). The ODMG is a consortium of vendors and interested parties that work on specifications for object database and object-relational mapping products.

ODMG 3.0 is a portability specification. It is designed to allow for portable applications that could run on more than one product. ODMG 3.0 uses the Java, C++, and Smalltalk languages as much as possible, to allow for the transparent integration of object programming languages.

The major components of ODMG 3.0 specification are:

It is possible to read and write the same database from C++, Smalltalk, and Java, as long as the programmer stays within the common subset of supported data types. Note that, unlike SQL in relational systems, the ODMG data manipulation languages are tailored to specific application programming languages, in order to provide a single, integrated environment for programming and data manipulation. This is called transparent persistence.

Such transparent persistence is illustrated by the following diagram and contrasts with the database sublanguage of SQL and its variants. In this diagram, you only see the host programming language and no database sublanguage or call-level interface as in JDBC.

Transparent integration of programming languages and database access

An example of a host statement in Java that creates a new Person instance would be:

person = new Person();
person.ssan = "999999999";
person.name = "Doug Barry";

This code fragment would be all the code necessary to create a new person. There is no database sublanguage or call interface. If you wanted to manipulate this object in Java, you could use the object directly. Also see transparent persistence vs. JDBC call-level interface (new window).

For more information on transparent persistence, see:

>>
Also see the ODMG page on the ODBMS.org website is www.odbms.org/ODMG/ (new window).

Related content for: ODMG 3.0

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: ODMG 3.0.

Related recent articles from Google News

Debugging and analysis with SystemVerilog test bench
EDN.com
Second, it is unclear what “access to all the data” would mean in the first place for SystemVerilog object-oriented test-bench code, which creates and ...
MedAptus Selects Perst Database for Mobile Healthcare App on BlackBerry ...
Wireless Developer Network (press release)
MedAptus is the Gold Standard in the healthcare revenue cycle for effective charge management, compliance and workflow efficiency. With the most powerful, ...
SqlXtract - PowerBuilder Version 9 Through 11.5.1
SYS-CON Media (press release)
He is also the owner of “Software Tool & Die Inc.” a company dedicated to provide custom software and education solutions on Object Oriented business ...
Health Level 7 – Basics to Latest
Biomed Middle East
The v3 standard, as opposed to version 2, is based on a formal methodology (the HDF) and object oriented principles. The HL7 Version 3 Standard currently ...
MedAptus Selects Perst Database for Mobile Healthcare App on BlackBerry ...
The First Reporter
MedAptus is the Gold Standard in the healthcare revenue cycle for effective charge management, compliance and workflow efficiency. With the most powerful, ...
and more »
More related news on: database standard ODMG OR DBMS OR object-oriented or object

Related books at Amazon.com

The Object Data Standard: ODMG 3.0 (The Morgan Kaufmann Series in Data Management Systems)
The Object Data Standard: ODMG 3.0 (The Morgan Kaufmann Series in Data Management Systems)
by R. G. Cattell, Douglas K. Barry, Mark Berler, Jeff Eastman, David Jordan, Craig Russell, Olaf Schadow, Torsten Stanienda, Fernando Velez
Average Customer Review: 4 stars based on 2 reviews.
Customer Review: A well-written, concise reference covering a diverse range of topics that will be of interest to all who know the frustration of cramming complex OO systems into relational tables. From a complete design pattern for Object and Object Relational database systems, to design patterns for declarative language symantics; from C++ and Java...
The Object Database Standard: Odmg-93 : Release 1.2 (Morgan Kaufmann Series in Data Management Systems)
The Object Database Standard: Odmg-93 : Release 1.2 (Morgan Kaufmann Series in Data Management Systems)
by R. G. G. Cattell, Tom Atwood
Publisher: Morgan Kaufmann Pub
Publication Date: March 1996
The Object Database Standard: Odmg 2.0 (Morgan Kaufmann Series in Data Management Systems)
The Object Database Standard: Odmg 2.0 (Morgan Kaufmann Series in Data Management Systems)
by R. G. G. Cattell, Douglas K. Barry, Dirk Bartels, Mark Berler, Jeff Eastman, Sophie Gamerman, David Jordan, Adam Springer, Henry Strickland, Drew Wade
Publisher: Morgan Kaufmann Publishers
Publication Date: June 1997
C++ Object Databases: Programming with the ODMG Standard
C++ Object Databases: Programming with the ODMG Standard
by David Jordan
Publisher: Addison-Wesley Professional
Publication Date: November 1997
Objektorientierte Datenbanken: Die C++-Anbindung des ODMG-Standards (Objekttechnologie) (German Edition)
Objektorientierte Datenbanken: Die C++-Anbindung des ODMG-Standards (Objekttechnologie) (German Edition)
by Martin Schader
Publisher: Springer
Publication Date: February 1997
More related books: Search Amazon.com for ODMG