CSC/ECE 517 Fall 2007/wiki2 2 22

From Expertiza_Wiki
Revision as of 13:53, 19 October 2007 by Sbpatel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Object-relational mapping. Ruby's ActiveRecord is one attempt to allow an object-oriented program to use a relational database. The Crossing Chasms pattern is another. Look up several approaches to mapping relational databases to o-o programs, include hyperlinks to all of them, and explain how they differ. Report on the strengths of various approaches (making sure to credit the authors for their insights).

Introduction

ORM

Ruby's Active Record

Crossing Chasms pattern

Hibernate

Comparison

References

Further reading

External links