2009-12-28

Jease 0.4 released

Reference-Object.

This update brings you the following features:

  • A new content-type called Reference is now availabe. You can use it to create a symbolic link to all content stored within Jease. This allows you to display the same content in different places (e.g. useful for identical News on frontpage and subfolders).
  • The News-Content-Type has now an user-editable date.
  • Jease handles the navigation for large content-trees more efficiently by using paging for the NavigationTree. You can use the clipboard below the ContentTable to drag&drop navigation-items between pages.
  • By introducing a new RefreshState-Object, Jease updates the user-interface only when content has been changed in the database. This avoids lots of round-trips to server.
  • Cleanup of the JSPs for the default web-site by moving lots of code to a new Navigations-Service.
  • Shortcut for validation within ContentEditors. Instead of writing

    public void validate() {
        ...
        if(condition) {
            addError("Your Message");
        }
        ...
    }


    you can now use the following shortcut

    public void validate() {
        ...
        validate(condition, "Your Message");
        ...
    }

     

 

Last modified on 2010-06-17 by Maik Jablonski

Download Jease

You can download the latest binary release bundle here.