Simplified Object Storage database. A btree-indexed system of storing persistent Java Objects. The database is keyed with a unique long value for each object. It is thought this database might be useful for a servlet which is saving a key in a cookie on the client systems. The key in the cookie could be used to access the SOS database. The database accepts only Objects which are serializeable. The serialized data can be accessed using the key which results in a fast, simple database to store objects. |
|