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.
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.

Loading...

Related recent articles from Google News

Web Exclusive Engineering objects
InTech
The engineering objects idea considers the use of best practices and procedures as recommended in total quality management (TQM), the object concept of object-oriented programming (OOP), the importance of having a usable system from the usability ...

2 Feb 2012 at 8:36am
Versant to Host Webcast on Evolving NoSQL for the Enterprise
MarketWatch (press release)
NoSQL, with visual examples of traditional SQL coding as compared to more streamlined NoSQL coding, such as those found in an object oriented database (OODB). "We're committed to the continuing education of developers and those interested in data ...
and more »
9 Jan 2012 at 3:12pm
KEMA to Showcase Leadership in Smart Grid Interoperability, Compliance, and ...
MarketWatch (press release)
IEC 61850 is an international standard for communication networks and systems in substations. It provides a highly functional, object-oriented solution to support the implementation and maintenance of substation automation applications.
and more »
18 Jan 2012 at 9:20am
HP's open source webOS embraces Android, iOS
BetaNews
Enyo is an object-oriented JavaScript framework that works "on any platform with a modern web runtime." The first version of the framework used for all of the apps on the HP TouchPad, targeted webOS development specifically. However, Enyo v.
and more »
25 Jan 2012 at 2:13pm
KEMA to Showcase Leadership in Smart Grid Interoperability, Compliance, and ...
PR.com (press release)
IEC 61850 is an international standard for communication networks and systems in substations. It provides a highly functional, object-oriented solution to support the implementation and maintenance of substation automation applications.

23 Jan 2012 at 2:00am
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, Conn Russell FCA DIBICM, Olaf Schadow, Torsten Stanienda, Fernando Velez
Description: This isn't a book about the Object Data Standard; it's the complete, fully authoritative version of the standard itself, presented by the researchers who developed it. This book provides all the details comprising ODMG 3.0, making the latest version of the specification the most mature and most flexible yet. When it comes to storing objects in databases, ODMG 3.0 is a standard wi...
C++ Object Databases: Programming with the ODMG Standard
C++ Object Databases: Programming with the ODMG Standard
by David Jordan
Description: In 1991, the Object Database Management Group (ODMG) was formed to define standard interfaces for object databases. This standardization has since been achieved, and the popularity of object databases is on the rise. Similar to using SQL to access a relational database, the ODMG provides a corresponding standard for object databases. This book, technically reviewed by ODMG members,...
The Object Database Standard: ODMG 2.0 [Revised for JDK 1.2]
The Object Database Standard: ODMG 2.0 [Revised for JDK 1.2]
by R.G.G. Cattell
Publisher: Morgan Kauffman Publishers
Publication Date: June 1997
More related books: Search Amazon.com for ODMG