Java ACDP Tutorial

Introduction

Java ACDP is a Java framework for designing, operating and maintaining a navigational, type-extensible database as part of a software that requires access to persistent storage of object data.

Visit the ACDP homepage to learn more about ACDP in general.

This tutorial shows you the basics of Java ACDP: The first five chapters ("Design", "Creation", "Opening", "Elaboration", "Querying") are best read in the presented order.

Getting Started

Download the source code and include it into your project. The source code contained in the example package is displayed in Chapter Sources.
Back To Top