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.
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.
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.