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 from [...]
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 are [...]
October 9, 2008
The Design Decomposition Blog is written by Doug Barry.
Object identification in object models means that every object instance has a unique, unchanging identity.
Object identification is often referred to as an OID. OIDs are used to reference
object instances.
Characteristics of OIDs:
OIDs are independent of data contained in the object. The internal data
values are not used to generate identification.
OIDs are generated by the object system. Users or programs have no control
over identification.
OIDs last the lifetime of the object. The OID never
changes even when the data contents may change.
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: Object identification.
Related recent articles from Google News
Browsing Database Artifacts Using Data Source Explorer SYS-CON Media (press release) ... from an object model. In this step, you will use Oracle Enterprise Pack for Eclipse to automatically generate JPA entity beans from an existing database ... 4 Mar 2010 at 2:52pm
Secret agents: Make SNMP work for you TechRepublic (blog) CIM has evolved into an entire object model that DMTF describes using graphical language taken from the Unified Modeling Language (UML). ... 5 Mar 2010 at 8:23am
A look at ColdFusion 9's new features TechRepublic (blog) This makes object-oriented development even easier, as you can build an object model without thinking about the database at all, and let Hibernate translate ... 26 Feb 2010 at 5:37pm
Unlocking Legacy Code Visual Studio Magazine "We've seen a lot of problems with SharePoint because people think, 'We can use the SharePoint object model to write great extensions,'" says Grabner. ... and more » 2 Mar 2010 at 5:43pm
Monitoring in a Virtualized Environment SYS-CON Media (press release) However, each hypervisor has its own object model and APIs. There are wide differences in features and even the behavior of the common features. ... 22 Feb 2010 at 9:23am
DOM Scripting: Web Design with JavaScript and the Document Object Model by Jeremy Keith Average Customer Review: based on 75 reviews. Customer Review: This is no overstatement. If you're like me, rummaging through book shelves/Amazon for a decent book on JS that doesn't assume anything but HTML,CSS about you, GET THIS BOOK! Seriously, I read 2 books on JS and another 2 on AJAX before this one, only to realize that I had no clue how to actually WRITE javascript. I luckily stumbled ...
The Object Primer: Agile Model-Driven Development with UML 2.0 by Scott W. Ambler Average Customer Review: based on 12 reviews. Customer Review: For those who want a quick, fun introduction and intermediate mastery of UML 2.0 without getting sidetracked in all the esoteric notation that is rarely used, this is your book. I have used it since its release (and the edition before that) for teaching UML and good Object Oriented Design concepts. Many will throw stones (UML Purist...
Analysis Patterns: Reusable Object Models by Martin Fowler Average Customer Review: based on 15 reviews. Customer Review: I bet you are an object oriented software developer striving to build better applications. If you have not read GoF Design Patterns and followed that with Vlissides's Pattern Hatching, read those first. Follow those with this, Martin Fowler's Analysis Patterns. As two readings of Design Patterns took my OO knowledge from infancy to ...
Inside the C++ Object Model by Stanley B. Lippman Average Customer Review: based on 15 reviews. Customer Review: I have thought that I had enough knowledge of C++, but after reading this book, I know I was wrong. Detailed discussion of constructor, data member, virtual table, multiple inheritance etc, there are a lot of mysterious details in C++ covered in this book. Yet this book is only 280 pages, which means there are very few redundant wor...
Testing Object-Oriented Systems: Models, Patterns, and Tools (ARP/AOD) by Robert V. Binder Average Customer Review: based on 10 reviews. Customer Review: I have several books on software testing, but none of them provides the comprehensive, in-depth coverage of testing that this book provides. No software developer or test engineer working with OO techniques should be about it!