This post originated from an RSS feed registered with Java Buzz
by Anthony Eden.
Original Post: JPublish 2.0 Released
Feed Title: All Things
Feed URL: http://allthings.mp/
Feed Description: Blogging about Java, Python, technology and generally anything which is of interest to me.
Version 2.0 of the JPublish web application framework is now available at http://www.jpublish.org. Thanks to all of the developers who have contributed during the development of JPublish 2 - your hard work is appreciated.
JPublish is a powerful web publishing system designed to ensure a clean separation of developer roles. One of the most anticipated features of JPublish 2.0 is support for multiple templating engines, including Jakarta Apache's Velocity, FreeMarker and WebMacro. In addition JPublish 2.0 includes the following features:
Java actions no longer need to be registered in jpublish.xml. They can no be executed by providing a fully-qualified class name.
Actions can be executed when a particular global template is rendered.
Page.setProperty() methods are now public and can be used to store page properties which are modified at request-time.
Session creation can now be disabled for specific paths.
Logging now done through Apache Commons Logging.
Performance enhancements in both dynamic and static content.
Added convenience getters to SiteContext.
Improved class loading.
Code has been reorganized and cleaned up in many places.
Third-party libraries have been updated to current versions.