
|
|
|
|
Home / Computers / Programming / Languages / Java / Databases and Persistence / Database Management Systems - DBMS / Object-Oriented
|
|
|
|
Web Sites
|
- 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'.
www.geocities.com/cudendb
- db4o - Object database in Java for Java. [Free for non-commercial]
www.db4o.com
- FastObjects j2 - 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.
www.fastobjects.com/FO_Products_FastObjectsj2_Body.html
- Jeevan - 100% pure Java Object Oriented Database, with a simple API and no schema definition language. [Commercial]
www.w3apps.com
- JYD Object Database - Pure object DBMS written entirely in Java. Multi-user with client-server support and garbage collection. [Commercial]
www.jyd.com
- PJODe - ODBMS for Java - Small footprint ODBMS for Java, written in Java. Simple API and customizable query interface. [Free for non-commercial]
www.linxpda.com
- SmallDB - Very simple OODBMS in Java - took one day to write. Useful for educational and prototyping purposes. [Freeware]
www.lifl.fr/~carono/smallDB
- SOD - Alpha-quality object-oriented database providing ODMG-conforming Java and C++ language bindings, for Windows and Linux. [Free for personal use]
www.tneumann.de/sod/index.html
- VORTEx01 - Pure Java object database management system (ODBMS) with a high level Virtual Object Interface suite for application programs, in a pure Java environment. Stores persistently non-conformant classes without code modification, and does not require a preprocessor. [Commercial]
www.vortex01.com
- XL2 - OODBMS that uses persistent references to scale Java Object Serialization. [Open Source, GPL]
www.xl2.net
- Ozone - 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]
ozone-db.org
|
|
|
|
|