You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Anthony Eden <me...@anthonyeden.com> on 2002/08/22 21:49:18 UTC

[ANN] JPublish 1.2 Released

Version 1.2 of the JPublish web application framework is now available
at http://www.jpublish.org/ .

JPublish is an open source web publishing framework which merges the
Velocity template engine from the Jakarta Apache group with a content
repository and application control framework.  Like all good web
frameworks, JPublish provides a clean separation of code, content, and
layout.

JPublish 1.2 includes the following enhancements:

 BeanShell 

JPublish now supports the BeanShell scripting language without any
additional installation. JPublish comes with the BeanShell library
already in the WEB-INF/lib directory for all of the provided WAR files.

 Refactoring 

Refactored the FileSystemRepository and ExtendedFileSystemRepository to
use an abstract base class. Also refactored the Template class, making
the getReader() method protected.

 Repository path Iterator 

Added getPaths() methods to the Repository interface which can be used
to acquire an Iterator of all paths known to a Repository.

 Bug Fixes 

Fixed a bug in the PathAction configuration loading which was causing
the incorrect configuration tree to be passed to the PathAction class.
Also fixed a bug in the XMLPageManager which was causing the page
definitions to not be loaded.


If you are interested in discussing JPublish, please join the JPublish
developer mailing list at
http://lists.sourceforge.net/lists/listinfo/jpublish-developer .

Sincerely,
Anthony Eden


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>