ODBMS Provides Persistent Objects For Embedded Java

Aug. 20, 2001
Persistent Java objects simplify the storage and exchange of complex object structures. Poet Software's FastObjects j2 is a pure Java implementation of an object database management system (ODBMS). It supports RAM-based, disk-based, and remote...

Persistent Java objects simplify the storage and exchange of complex object structures. Poet Software's FastObjects j2 is a pure Java implementation of an object database management system (ODBMS). It supports RAM-based, disk-based, and remote databases. The 450-kbyte footprint makes FastObjects j2 ideal for embedded Java applications (see the figure).

An ODBMS streamlines the movement of objects to and from a storage device. A developer must bind new objects to a database, or load stored objects from a database. Then, the ODBMS transparently handles database updates.

This update process is simple if a persistent object contains simple information, such as integers. It becomes much more complicated when an object references other objects that also require storage in the database. Indirect access to referenced information is transparent with respect to the application.

Building a comparable system from scratch is a significant endeavor. Like a conventional DBMS, an ODBMS must support transactions, concurrency controls, and multithreaded support. FastObjects j2 does this, in addition to supporting import and export using XML. The FastObjects j2 API uses the Object Data Management Group (ODMG) Java Binding definitions.

A pure Java implementation has the advantage of working with any compatible Java environment. FastObjects j2 supports the Java 2 Standard Edition (J2SE) and the Micro Edition (J2ME), which often is the basis for embedded Java environments.

More information is available at www.fastobjects.com.

Sponsored Recommendations

What are the Important Considerations when Assessing Cobot Safety?

April 16, 2024
A review of the requirements of ISO/TS 15066 and how they fit in with ISO 10218-1 and 10218-2 a consideration the complexities of collaboration.

Wire & Cable Cutting Digi-Spool® Service

April 16, 2024
Explore DigiKey’s Digi-Spool® professional cutting service for efficient and precise wire and cable management. Custom-cut to your exact specifications for a variety of cable ...

DigiKey Factory Tomorrow Season 3: Sustainable Manufacturing

April 16, 2024
Industry 4.0 is helping manufacturers develop and integrate technologies such as AI, edge computing and connectivity for the factories of tomorrow. Learn more at DigiKey today...

Connectivity – The Backbone of Sustainable Automation

April 16, 2024
Advanced interfaces for signals, data, and electrical power are essential. They help save resources and costs when networking production equipment.

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!