BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Perst Embedded Database Releases Version 3.0

Perst Embedded Database Releases Version 3.0

This item in japanese

Bookmarks

McObject® has released Perst™ version 3.0, a major upgrade of its open source, object-oriented embedded database system.  Persist is dual licensed (commerical and GPL), allowing it to be used freely in non-commercial applications.

Persist is describes itself as:

Being ideal for Java applications requiring a modest footprint and fast, multi-platform data management. Typical uses include packaged software, mobile and embedded applications, Web services and industrial systems. With a run-time code footprint of between 30K and 300K, Perst fits well within the resource constraints of many embedded systems.

Persist also reduces some of the complexities of working with object-oriented databases:

Perst’s fundamental achievement lies in making persistent Java objects as efficient and easy to use as possible. In most cases, Perst automatically loads the persistent objects without explicit programmer command. When used with aspect-oriented tools such as AspectJ and JAssist, Perst provides completely transparent persistence.

Unlike many other object-oriented databases, Perst requires no dedicated compiler, byte code processor or specialized Java run-time environment, yet provides a high degree of application transparency. The Perst API is convenient, flexible and easy to use. Perst requires no end-user administration, and along with its simplicity, Perst ensures integrity via transactions that adhere to the “ACID” properties (Atomicity, Consistency, Isolation and Durability) with very fast recovery.

The new version of the database includes:

  • Better documentation, including a MSDN-like API guide for .NET users, 38 page introduction, and tutorial with code examples that range from the basics of creating, opening and storing object to advanced topics such as schema evolution and database replication
  • Improved full-text search engine with greater efficiency and smaller footprint
  • Powerful on-the-fly compression for Persist Lite, the Java ME version, that reduces the stored data size by three to five times on average
  • Support for .NET Language Integrated Query (LINQ)

Persist can be downloaded from Java.net, the full press release as well Java and .NET version can be downloaded from the McObject's web site.

Rate this Article

Adoption
Style

BT