ObjectDB - Object Database for Java Home | About Us | Customers | Free Download | Purchase
 
  <Back to Main Menu>  
 
 
Developer's Guide
Preface

Introduction
1. About ObjectDB
2. A Quick Tour

JDO Programming
3. Persistent Classes    
4. JDO Metadata
5. JDO Connections
6. Persistent Objects    
7. JDOQL Queries

ObjectDB Tools
8. ObjectDB Server
9. ObjectDB Explorer
 



 

ObjectDB for Java/JDO - Developer's Guide


Welcome to ObjectDB for Java/JDO Developer's Guide. Here you can learn how to develop database applications using ObjectDB and JDO (Java Data Objects), the revolutionary database programming technology by Sun Microsystems. The main purpose of this guide is to make you productive with ObjectDB and JDO in a very short time.

Organization of this Guide

The first two chapters introduce ObjectDB:

Chapter 1 - About ObjectDB
Describes ObjectDB main features and editions.

Chapter 2 - A Quick Tour
Demonstrates basic database programming using ObjectDB.

The next chapters contain detailed instructions on programming with ObjectDB and JDO:

Chapter 3 - Persistent Classes
Explains what a persistence capable class is and which types are supported by JDO.

Chapter 4 - JDO Metadata
Shows how to define JDO metadata for persistence capable classes.

Chapter 5 - JDO Connections
Shows how to use database connections and transactions in JDO.

Chapter 6 - Persistent Objects
Shows how to store, retrieve, update and delete database objects.

Chapter 7 - JDOQL Queries
Describes JDOQL, the JDO Query Language.

The last two chapters are dedicated to ObjectDB's tools:

Chapter 8 - ObjectDB Server
Explains how to manage an ObjectDB database server.

Chapter 9 - ObjectDB Explorer
Explains how to view and manipulate database files in the database explorer.

Prerequisite Knowledge

A prior knowledge of database programming (SQL, JDBC or JDO) is not required in order to follow this guide, but a strong background and understanding of the Java language is essential.

Additional Reading and Resources

This guide focuses mainly on practical issues in order to make the reader productive in a short time. After reading this guide you may want to extend your knowledge of JDO, by reading the JDO specification or a book on JDO.
You can find references and links to books on JDO, the JDO specification and other JDO related resources at http://www.objectdb.com/database/jdo/jdo-links/.

Feedback

We would appreciate any comment or suggestion regarding this manual.
Please send your comments or questions to support@objectdb.com.



Copyright 2001-2007 ObjectDB Software. All rights reserved.