ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Jease 1.5 released - Extend your CMS through the web

mjablonskiTop Contributor
8 Dec 2010 04:11:29 GMT
8 Dec 2010 04:11:29 GMT

I'm happy to announce the release of Jease 1.5.

The most prominent feature of this release is the introduction of
properties which allow you to add fields to existing content objects
directly through the CMS at runtime. With properties you can do a lot
of fancy dynamic stuff directly through your browser (and smart
templates of course). Properties are also the building block for the
upcoming releases where I'm going to build a prototype based virtual
content class system directly through the CMS...

Another feature is a new layout called "photo" which is a very good
template if you want a quick start for a new site with a classy
design.

Last but not least I've built a wrapper for the JDK-Java-Compiler which
can compile and execute Java code on the fly at runtime of your
application. This allows you to create servlets on the fly via
Script-Objects within Jease, but the wrapper is very generic and can
be used in other applications as well... for me the runtime compiler
make the use of scripting languages obsolete... so I can use Java with
ease everywhere...:-)

You can find the full release notes and download here:

http://www.jease.org/download/1.5/

(Please read the upgrade notice if you're upgrading from Jease 1.1, 1.2 or 1.3)

To try out the new property, you can use the demo:

http://demo.jease.org/ with demo/demo as Login/Password.

Hope you like it...:-)

Cheers, Maik