Agile Database Techniques: Effective Strategies for the Agile Software Developer

  • Authors:
  • Scott Ambler

  • Affiliations:
  • -

  • Venue:
  • Agile Database Techniques: Effective Strategies for the Agile Software Developer
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

From the Publisher:One of the most fundamental questions object developers face is how to make their objects persist--in other words, how to save them and then restore them at a later time or on a different machine. Although the answer seems simple, in practice object persistence is more complex and more difficult than it looks because the concepts behind object technology and relational databases in which they are saved are so different.This book covers the fundamentals of designing applications that store persistent objects in relational databases. After a basic overview of the technology, the book covers:How to map objects to relational databasesHow implement relationships between objects and between objects and data-basesHow to tackle important implementation issues such as referential integrity, concurency control, historical object support.The detailed examples are provided in Java and are modeled with UML.