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.
This section covers the various standards and "default
standards" for database management systems (DBMSs). Each standard is briefly
described along with a code fragment. Links for additional information are also
provided for each standard.
The standards included are shown below. Each link will open a new window.
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: DBMS standards.
Related recent articles from Google News
Select Business Solutions, a Provider of Mainframe Reporting and Data Access ... PR Web (press release) Highlights of this new release are enhancements or changes to the VSAM Interface, IMS Interface, JDBC Interface, Java Interface and the Copybook facility. Select Business Solutions is pleased to announce the release of a new version of Nomad for z/OS. 3 Feb 2012 at 9:53am
Using the Tomcat 7 JDBC Connection Pool in Production TheServerSide.com One of the new features with Apache Tomcat 7 is the JDBC Connection Pool which is offered as a replacement to the commons-dbcp connection pool that is tailored to better serve highly concurrent (multi-core / multi-cpu) environments. 31 Jan 2012 at 9:04am
Koenig Now Offers Training on Advanced Java SBWire (press release) This Koenig course covers advanced user-interface programming and the enterprise features of the Java SE platform. It aims at introducing the advanced features of Java SE by including new sections on JAXP, JDBC 4, Java Networking, and many other Java ... and more » 3 Feb 2012 at 9:41am
Q&A with Jiri Cincura of the Firebird Database Project InfoQ.com InfoQ: Can you tell us briefly about yourself and your role in creating the ADO.NET provider for Firebird? Jiri: Currently I'm project lead for the ADO.NET provider for Firebird project. And actually only one active right now. 24 Jan 2012 at 2:11am
Apache Shiro: Java security framework Help Net Security Authentication - Support logins across one or more pluggable data sources (LDAP, JDBC, ActiveDirectory, etc). Authorization - Perform access control based on roles or fine-grained permissions, also using pluggable data sources. 31 Jan 2012 at 3:31am
Microsoft SQL Server Database Design and Optimization: Microsoft Certified IT Professional - Exam 70-443 & Exam 70-450 by Microsoft Official Academic Course Description: This book is for students preparing to become certified for the 70-443 and 70-450 Microsoft SQL Server 2005/2008 Database Design and Optimization, Database Administration exam. The Microsoft Official Academic Course (MOAC) lessons correlate and are mapped to the Microsoft Certified Information Technology Professional (MCITP) 70-443 and 70-450 certification exam. This text covers ...
Learning SQL: A Step-By-Step Guide Using Oracle by Richard Earp, Sikha Bagui Description: Learning SQL: A Step-By-Step Guide Using Oracle is a brief, hands-on tutorial covering the basics of using SQL, as well as using the Oracle database engine with SQL. It assumes no previous knowledge of programming or databases. The book focuses on providing an introduction to beginning SQL tasks. Throughout the chapters, readers are taken through various beginning aspects of SQL. A...
Database Programming With Jdbc and Java by George Reese Description: Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not. This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintai...