You can download the latest binary release bundle here.
This release brings an important new feature for building a full-blown Document/Content-Management-System on top of Jease: Content Revision Support.
What does Content Revision Support mean?
Every time you click on "Save", you create a new revision of the current content object which is stored as file in the file-system of the Jease-Database. A Revision means that all fields of the content-object (including binary data) are serialized into a proper storage format (XML created via a properly configured XStream) and can be deserialized anytime from there again. This way you can compare the current version of a document with a version which was modified weeks ago.
The number of revisions to be kept is configurable (default: keep all revisions, see jease.cms.service.Revisions), although each revision introduces only minimal overhead.
Last modified on 2010-08-04 by Maik Jablonski