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
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
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
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
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.
It can be very tempting to write your own object-relational mapping. If fact,
there are books and articles advocating this. The bottom line, however, is that
unless you have a very simple mapping, it is a bad idea to write your own
mapping layer.
I have talked with plenty of developers who tried writing a mapping layer. The
result, although anecdotal, is universal. The mapping code, in each case, grew to
be 30 to 40 percent of the code needed for the entire application. There are two
problems that resulted from this. The first is that this is a lot of effort
towards writing code that is not addressing the business problem that prompted
the application development in the first place. The second is that, given the
development models that show how code defects rise with total code, a
significant number of additional defects appeared which, again, are not directly related to
the business problem being addressed by the application development.
So, if you have a relational database and you want to use C++ or Java, by all
means use an object-relational product. Writing a mapping layer is much harder
than you might expect. Some of the reasons this is hard can be seen in the
considerations for mapping:
There are nearly 400 pages of articles on this site with over 50 pages on object-relational mapping.
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: Writing your own mapping layer.
Ruby on Rails 3.0 now available Reuters A new Active Model framework allows ORM (object-relational mapping) like Mongoid to use Active Record validation, callbacks, and serialization. ... and more » 30 Aug 2010 at 9:02pm
Cover Story: Get Ready for the Entity Framework Redmond Developer News ... positioned for enterprise-level projects with a host of new functionality that brings it more in line with other object-relational mapping (ORM) tools. ... and more » 31 Aug 2010 at 5:43pm
Cover Story: Get Ready for the Entity Framework Visual Studio Magazine ... positioned for enterprise-level projects with a host of new functionality that brings it more in line with other object-relational mapping (ORM) tools. ... and more » 30 Aug 2010 at 10:45am
Tasktop Names Neelan Choksi President and COO PR Newswire (press release) Before joining SpringSource, Choksi served as co-founder and president of SolarMetric, a leading object relational mapping provider, which was acquired by ... and more » 9 Aug 2010 at 8:03am
Pro LINQ Object Relational Mapping in C# 2008 by Vijay P. Mehta Average Customer Review: based on 11 reviews. Customer Review: I am not sure what the 2 and 3 star reviews are about, because I thought this book was excellent, and considering the book says "intermediate" I'm not sure why people were expecting a "deep technical ORM, LINQ to SQL, or EF" book. The book is broken into 5 different parts: Part 1 - ORM Concepts - This is really good background for p...
Foundation for Object / Relational Databases: The Third Manifesto by C. J. Date, Hugh Darwen Average Customer Review: based on 4 reviews. Customer Review: Mr. Data and Mr. Darwen have much to say in this book. The question is will community of "database" people read it, assimilate it, and get to sufficient mass to discuss the merits of the concepts described in this book? And, if that does happen, will it be too late to implement any of the concepts in a real DBMS? There is no question...