CRUD-DOM a Model for Bridging the Gap Between the Object and the Relational Paradigms
Pereira, O.
;
Aguiar, R.
; Santos, Maribel Santos
CRUD-DOM a Model for Bridging the Gap Between the Object and the Relational Paradigms, Proc IARIA International Conf. on Software Engineering Advances - ICSEA, Nice, France, Vol. I, pp. 114 - 122, August, 2010.
Digital Object Identifier: 0
Abstract
Object-oriented programming is the most successful programming paradigm. Relational database management systems are the most successful data storage components.
Despite their individual successes and their desirable tight binding, they rely on different points of view about data entailing difficulties on their integration. Some solutions have been proposed to overcome these difficulties, such as Embedded SQL, object/relational mappings (O/RM), language extensions and even Call Level Interfaces (CLI), as JDBC and ADO.NET. In this paper we present a new model aimed at integrating object-oriented languages and relational databases, named CRUD Data Object Model (CRUD-DOM). CRUDDOM relies on CLI (JDBC) and aims not only at exploring CLI advantages as preserving its performance and SQL expressiveness but also on providing a typestate approach for the implementation of the ResultSet interface. The model design aims to facilitate the development of automatic code generation tools. We also present such a tool, called CRUD Manager (CRUD-M), which provides automatic code generation with a complementary support for software
maintenance. This paper shows that CRUD-DOM is an effective model to address the aforementioned objectives.