- Ozone - http://ozone-db.org/
Open source Java Object Database Management System (ODBMS), with multi-user support, object-level access rights, deadlock detection, and XML/DOM support. [Open Source, GPL/LGPL]
- db4o - http://www.db4o.com/
Object database in Java for Java. [Free for non-commercial]
- XL2 - http://www.xl2.net/
OODBMS that uses persistent references to scale Java Object Serialization. [Open Source, GPL]
- SOD - http://www.tneumann.de/sod/index.html
Alpha-quality object-oriented database providing ODMG-conforming Java and C++ language bindings, for Windows and Linux. [Free for personal use]
- JYD Object Database - http://www.jyd.com/
Pure object DBMS written entirely in Java. Multi-user with client-server support and garbage collection. [Commercial]
- CudenDB - http://www.geocities.com/cudendb/
Java Object Database. It have simple interface like: 'store', 'get', 'delete', and 'query'. BTree algorithm is used for storing and searching. Indexes to allow for fast search. Transactions: 'beginTransactions', 'endTransactions', 'commit', and 'rollback'.
- Jeevan - http://www.w3apps.com/index.jsp
100% pure Java Object Oriented Database, with a simple API and no schema definition language. [Commercial]
- FastObjects j2 - http://www.fastobjects.com/us/FastObjects_PandS_j2.asp
A pure Java object database (ODBMS) component embedded into Java applications to provide object persistence. The j2 OODB is compliant with JDO and is designed for use in embedded systems.
- ObjectStore - http://www.objectstore.com/products/objectstore/
A complex data management and real-time event processing application for Java and C++ applications.
- Sieben Geisslein - http://siebeng.sourceforge.net/
An object store implemented in Java. [Open Source, BSD style]
|