InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Perst Embedded Database Releases Version 3.0

Posted by Ian Roughley on Jun 17, 2008

Sections
Operations & Infrastructure,
Process & Practices,
Development,
Architecture & Design
Topics
Data Access ,
.NET ,
Release ,
Java
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
Re: License by Ian Phillips Posted
Re: License by Ian Phillips Posted
  1. Back to top

    License

    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

    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

    by Ian Phillips

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

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.