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

Health Discovery Corporation Announces Strategic Partnership with Adaptive, Inc.
MarketWatch (press release)
Adaptive's fundamental object-oriented design and standards based openness ensures agility in response to business requirement change. ...
and more »
1 Sep 2010 at 8:31am
PostgreSQL 9.0's first release candidate arrives
The H
PostgreSQL is an open-source Object-Relational DBMS supporting almost all SQL constructs. The PostgreSQL development includes employees of Red Hat, ...

1 Sep 2010 at 5:13am
A Primer on the 2010 US House and Senate Elections
The Narco News Bulletin
Outside a purchase adobe separate product, 250 gigabytes combining object-oriented code would air learn.. Macromaker displays adobe photoshop cs4 full a ...

1 Sep 2010 at 2:02pm
Atlanta's Creative Circus Launches Interactive Development Program
dBusinessNews Atlanta (press release)
The program will give students a full grasp of object-oriented programming. At program's end, students will be able to leverage streaming technologies to ...
and more »
31 Aug 2010 at 3:38pm
Blog del narco
The NarcoSphere
The availability buy cs5 license concluded initiated to find set, atop the object-oriented operating system surviving over to another sense, new recording ...
PAPIS: Proud Of Bristol Run TruckSeries.com
SADLER: Night Turns Ugly At Bristol TruckSeries.com
Calderón: The Army Will Fight the Drug War 'til My Last Day in Office The NarcoSphere
all 14 news articles »
22 Aug 2010 at 11: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, 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...
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
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
More related books: Search Amazon.com for ODMG