Download List

Project Description

ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java objects against relational databases. It supports multiple persistence APIs, including JDO, ODMG, and several custom alternatives.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-07-01 13:47
1.0.0

Some issues in the last release candidate were
fixed. No major feature changes were implemented.
Tags: Minor bugfixes

2002-06-11 22:01
0.9

A JDO prototype and a working sample application were implemented. A new Servlet Implementation allows you to easily deploy the OJB Server as an HTTP-Servlet. Full JTA and JCA integration is in place.
Tags: Major feature enhancements

2002-04-04 14:23
0.8.375

OJB now supports the JTA Transaction API which allows easy integration into J2EE App Servers. This release has also added a reverse engineering tool that helps to build mapping repositories for existing database tables.
Tags: Major feature enhancements

2002-01-06 15:20
0.7.290

OJB now supports transparent mapping of M:N relations. Transparent assignment of foreign key values is now also supported. Proxies for lazy loading of Collections have been implemented. The Query API now supports Path expressions, which are translated to SQL JOIN statements internally. The Exception handling has been improved.
Tags: Major feature enhancements

2001-11-25 01:15
0.7.235

This release provides mapping support for m:n associations. The Proxy mechanism has been made available for JDK1.2 by means of a replacement of the JDK1.3 dynamic proxies. The documentation has improved a lot.
Tags: Major feature enhancements

Project Resources