InfoQ

News

Perst Embedded Database Releases Version 3.0

Posted by Ian Roughley on Jun 17, 2008 08:00 AM

Community
.NET,
Java
Topics
Release ,
Data Access
Tags
Object Databases

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.

License by Thomas Mueller Posted Jun 17, 2008 10:39 AM
Re: License by Ian Phillips Posted Jun 17, 2008 2:31 PM
Re: License by Ian Phillips Posted Jun 17, 2008 2:32 PM
  1. Back to top

    License

    Jun 17, 2008 10:39 AM by Thomas Mueller

    I don't like the license terms: The GPL version is only for non-commercial use.

  2. Back to top

    Re: License

    Jun 17, 2008 2:31 PM by Ian Phillips

    allowing it to be used freely in non-commercial applications

    Well, that's not really true now is it. The 2 licenses that are available are commercial and GPL, if it's encumbered by the GPL then it's most definitely not available to be used freely.

    Note that this isn't an attack on the GPL, which is a fine license, it just irks me when people equate the terms of the GPL with free usage. Oh, and another inaccuracy springs to mind: the GPL explicitly allows commercial usage, albeit under fairly onerous terms, so that part of the intro is wrong as well.

  3. Back to top

    Re: License

    Jun 17, 2008 2:32 PM by Ian Phillips

    Oops! That was meant to be a reply to the original article, not to your comment Thomas.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.