Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 80915 invoked from network); 28 Nov 2003 06:52:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Nov 2003 06:52:24 -0000 Received: (qmail 96252 invoked by uid 500); 28 Nov 2003 06:52:00 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 96233 invoked by uid 500); 28 Nov 2003 06:51:59 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 84474 invoked by uid 500); 27 Nov 2003 15:09:04 -0000 Date: 27 Nov 2003 15:09:08 -0000 Message-ID: <20031127150908.58253.qmail@minotaur.apache.org> From: brianm@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/xdocs user-docs.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N brianm 2003/11/27 07:09:08 Added: xdocs user-docs.xml Log: Catalog of user docs Revision Changes Path 1.1 db-ojb/xdocs/user-docs.xml Index: user-docs.xml =================================================================== Brian McCallister ObJectRelationalBridge User Documentation
  • Object-Relational Mapping
    The Object-Relational Mapping tutorial walks though a basic metadata mapping for an object to a relational database.
  • The Persistence Broker API
    The Persistence Broker tutorial demonstrates how to use the PersistenceBroker API which forms an object persistence kernel for OJB. While it is the lowest level API provided by OJB it is also exceptionally easy to use.
  • The ODMG API
    The ODMG API tutorial steps though using the ODMG 3.0 API provided by OJB. This is an industry standard API designed for Object Databases.
  • The JDO API
    JDO is a standard API for accessing persistent objects in Java. This tutorial steps through how to use OJB's JDO plugin.
  • The Object Transaction Manager
    The OTM is OJB's implementation of object level transactions. These are transactions independent of the underlying relational database providing more efficient resource utilisation and extremely felxible locking semantics.
  • Advanced O/R Mapping
    This tutorial explains advanced object-relational mapping in OJB including mapping collections, inheritence hierarchies, and optimizing performance.
  • JDBC Types
    This document explains the standard mapping of JDBC types to Java classes.
  • Repository Metadata
    The specific details of OJB metadata.
  • Platform
    What OJB requires from relational databases, and how to let it know which database to use.
  • Deployment
    Specifics on what is required to deploy OJB, including deployment to EJB containers.
  • OJB.properties Configuration
    The details on how to modify OJB's behaviour. This includes changing pluggable components.
  • The Object Cache
    Documentation on the different object caching implementations included with OJB.
  • The Sequence Manager
    How to use different sequence management strategies with OJB.
  • The Lock Manager
    The ODMG API supports different lock management systems. This document explains the differences and how to make use of them.
  • OJB Performance
    A look at how OJB performs and how to use OJB's performance tests.
  • Javadoc APIi Documentation
    Javadoc API specifics for OJB.
  • More on O/R Mapping
    More information on O/R mapping in general.
--------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org