Succeeding with Object Databases

Succeeding with Object Databases
Author: Akmal B. Chaudhri
Publisher:
Total Pages: 472
Release: 2001
Genre: Computers
ISBN:

Take a tour with leading researchers and developers for a practical look at object databases. Whether you currently work with or are thinking of moving to object databases, Chaudhri and Zicari provide a collection of real-world case studies and examples that demonstrate how some of the world's leading companies and research institutions are leveraging Java, XML, and Object Relational Systems to build robust databases. Starting with a comprehensive introduction to object and object-relational databases, the book then offers detailed discussions on some of the latest topics in the field such as JDBC and SQLJ support in relational databases and database modeling using UML. You'll also learn about object-to-relational mapping tools, architectural issues that influence performance, and the issues of complexity and scale.How popular tools from Computer Associates, eXcelon, GemStone, Objectivity, Oracle, Versant, and Poet were used in the case studies is also discussed.The companion Web site atwww.wiley.com/compbooks/chaudhri includes links to object-oriented database software applications and additional resources. Visit our Web site at www.wiley.com/compbooks/Visit the companion Web site at www.wiley.com/compbooks/chaudhri

Fundamentals of Object Databases

Fundamentals of Object Databases
Author: Suzanne Wagner Dietrich
Publisher: Morgan & Claypool Publishers
Total Pages: 174
Release: 2011
Genre: Computers
ISBN: 1608454762

This monograph presents the fundamentals of object databases, with a specific focus on conceptual modeling of object database designs. After an introduction to the fundamental concepts of object-oriented data, the monograph provides a review of object-oriented conceptual modeling techniques using side-by-side Enhanced Entity Relationship diagrams and Unified Modeling Language conceptual class diagrams that feature class hierarchies with specialization constraints and object associations. These object-oriented conceptual models provide the basis for introducing case studies that illustrate the use of object features within the design of object-oriented and object-relational databases. For the object-oriented database perspective, the Object Data Management Group data definition language provides a portable, language-independent specification of an object schema, together with an SQL-like object query language. LINQ (Language INtegrated Query) is presented as a case study of an object query language together with its use in the db4o open-source object-oriented database. For the object-relational perspective, the object-relational features of the SQL standard are presented together with an accompanying case study of the object-relational features of Oracle. For completeness of coverage, an appendix provides a mapping of object-oriented conceptual designs to the relational model and its associated constraints."--P. [4] of cover.

Fundamentals of Object Databases

Fundamentals of Object Databases
Author: Suzanne Dietrich
Publisher: Springer Nature
Total Pages: 151
Release: 2022-05-31
Genre: Computers
ISBN: 3031018443

Object-oriented databases were originally developed as an alternative to relational database technology for the representation, storage, and access of non-traditional data forms that were increasingly found in advanced applications of database technology. After much debate regarding object-oriented versus relational database technology, object-oriented extensions were eventually incorporated into relational technology to create object-relational databases. Both object-oriented databases and object-relational databases, collectively known as object databases, provide inherent support for object features, such as object identity, classes, inheritance hierarchies, and associations between classes using object references. This monograph presents the fundamentals of object databases, with a specific focus on conceptual modeling of object database designs. After an introduction to the fundamental concepts of object-oriented data, the monograph provides a review of object-oriented conceptual modeling techniques using side-by-side Enhanced Entity Relationship diagrams and Unified Modeling Language conceptual class diagrams that feature class hierarchies with specialization constraints and object associations. These object-oriented conceptual models provide the basis for introducing case studies that illustrate the use of object features within the design of object-oriented and object-relational databases. For the object-oriented database perspective, the Object Data Management Group data definition language provides a portable, language-independent specification of an object schema, together with an SQL-like object query language. LINQ (Language INtegrated Query) is presented as a case study of an object query language together with its use in the db4o open-source object-oriented database. For the object-relational perspective, the object-relational features of the SQL standard are presented together with an accompanying case study of the object-relational features of Oracle. For completeness of coverage, an appendix provides a mapping of object-oriented conceptual designs to the relational model and its associated constraints. Table of Contents: List of Figures / List of Tables / Introduction to Object Databases / Object-Oriented Databases / Object-Relational Databases

Succeeding with Objects

Succeeding with Objects
Author: Adele Goldberg
Publisher: Addison Wesley Longman
Total Pages: 584
Release: 1995
Genre: Business & Economics
ISBN:

Filled with advice distilled from the authors' experience in the creation and use of object-oriented technology, Succeeding with Objects is an invaluable guide to the decision processes inherent in successful software development using object-oriented technology. The focus of the book is on you - the developer, project manager, or IS executive.

Object Databases

Object Databases
Author: Barry Eaglestone
Publisher:
Total Pages: 402
Release: 1998
Genre: Computers
ISBN:

This text uses the ODMG model, making it applicable to users of many object database systems. The material is presented in an accessible way, avoiding mathematical notations, and includes many realistic and familiar illustrations and examples.

Object-Oriented Database System

Object-Oriented Database System
Author: Hiroshi Ishikawa
Publisher: Springer Science & Business Media
Total Pages: 177
Release: 2012-12-06
Genre: Computers
ISBN: 4431683089

Computer Science Workbench is a monograph series which will provide you with an in depth working knowledge of current developments in computer technology. Every volume in this series will deal with a topic of importance in computer science and elaborate on how you yourself can build systems related to the main theme. You will be able to develop a variety of systems, including computer software tools, computer graphics, computer animation, database management systems, and computer-aided design and manufacturing systems. Computer Science Workbench represents an important new contribution in the field of practical computer technology. Tosiyasu L. Kunii Preface The goal of this book is to give concrete answers to questions such as what object oriented databases are, why they are needed, how they are implemented, and how they are applied, by describing a research prototype object-oriented database system called Jasmine. That is, this book is aimed at creating a consistent view to object-oriented databases. The contents of this book are directly based on the results of the Jasmine project conducted at Fujitsu Laboratories, Ltd. The book is a polished version of my doctoral dissertation, which includes research papers which I have authored and published.

Object-oriented Databases

Object-oriented Databases
Author: John G. Hughes
Publisher:
Total Pages: 298
Release: 1991
Genre: Computers
ISBN: 9780136298748

A comprehensive introduction to object-oriented concepts as applied to databases and knowledge-based systems. The principles of semantic data modelling are described in depth and this is followed by a comprehensive description of the application of object-oriented techniques in this area. Separate chapters are devoted to implementation aspects such as persistence and concurrency.

Index Data Structures in Object-Oriented Databases

Index Data Structures in Object-Oriented Databases
Author: Thomas A. Mueck
Publisher: Springer Science & Business Media
Total Pages: 186
Release: 2012-12-06
Genre: Computers
ISBN: 1461562139

Object-oriented database management systems (OODBMS) are used to imple ment and maintain large object databases on persistent storage. Regardless whether the underlying database model follows the object-oriented, the rela tional or the object-relational paradigm, a key feature of any DBMS product is content based access to data sets. On the one hand this feature provides user-friendly query interfaces based on predicates to describe the desired data. On the other hand it poses challenging questions regarding DBMS design and implementation as well as the application development process on top of the DBMS. The reason for the latter is that the actual query performance depends on a technically meaningful use of access support mechanisms. In particular, if chosen and applied properly, such a mechanism speeds up the execution of predicate based queries. In the object-oriented world, such queries may involve arbitrarily complex terms referring to inheritance hierarchies and aggregation paths. These features are attractive at the application level, however, they increase the complexity of appropriate access support mechanisms which are known to be technically non-trivial in the relational world.

Object-oriented Modeling and Design for Database Applications

Object-oriented Modeling and Design for Database Applications
Author: Michael Blaha
Publisher: Pearson
Total Pages: 522
Release: 1998
Genre: Computers
ISBN:

Written from a software engineering perspective, this book shows programmers & developers how to build object-oriented database applications for distributed & client/server environments using the newest update of the OMT methodology & UML.