|
Object Middleware for
CMS
(The original version of these Middleware Pages is also available.) With increasing use of relational databases in the grid environment, a need has arisen to complement these databases with software layers between the database and its clients. These layers solve the following problems:
We solve these problems by adding layers between the
database server and its clients. The first layer provides database
vendor abstraction, allowing any relational (SQL) database to be plugged
into the system. The next layer provides an encapsulation of the
results of a SQL query in a form natural to C++, namely STL (standard
template library) map and vector objects. |