Skip to content

OpenCms 6.0 alpha 1 released

Alkacon Software has finished work on the first public binary alpha release of OpenCms 6.0. OpenCms 6.0 is a major upgrade, and it vastly expands the features of OpenCms 5.0.
Date:
September 20, 2004

Alkacon Software has finished work on the first public binary alpha release of OpenCms 6.0. OpenCms 6.0 is a major upgrade, and it vastly expands the features of OpenCms 5.0.

Who should use this 6.0 alpha 1 version?

This is an alpha version. Please don't expect it to be perfectly stable. One of the most important Open Source philosophies is "Release early, Release often", and this is what we intend to do with this and subsequent 6.0 releases. If and how you should use this version depends on what your goals are:

  • If you are an IT professional or a company working with OpenCms on a regular basis, you should definitely check if and how your current websites, modules and functions can be ported to the new release. Even though changes on the Java API level and changes on the DB schema are to be expected until we reach the beta or even release candidate state of the development, most of the big changes have already been made.
  • If you start a new project that is expected to go live in about 3 months, you may use this version to build your project - but be prepared for some extra work to update when new releases become available, and also for some time figuring out the so far undocumented features if these are required.
  • If you are working on a project with OpenCms 5.0.x that has a delivery date soon, you should stick to the 5.0.x version unless you absolutely require a feature of the 6.0 version.
  • If you are running a website based on OpenCms, and you plan to implement some new features in the not so far future, you should install this version on a test machine and check out the new features.

When will the "final" release of OpenCms 6.0 be available?

This will greatly depend on the feedback for this release and the following releases, especially regarding bugs. In case you find any bug, please use the OpenCms bugzilla to document it, or at least post a note to the opencms-dev mailing list. The more feedback and code contributions are made, the faster we can fix the issues and finish the development. Currently we expect the final release of OpenCms 6.0 in the late Q4 of 2004. We are confident that we can at least reach release candidate status by this time.

The most important new features in this release compared to the 5.0.x version:

  • Multiple websites can now be managed in one OpenCms installation
  • The "Direct Edit" feature allows users to open the editor directly from the websites front-end by pushing an "Edit" button that appears on elements on the page (if the user has the permissions to edit it)
  • Multi-language versions of the same page and improved support for managing multi language websites is integrated
  • Build-in support for full text search in HTML, PDF, Word, Excel and Plaintext documents (based on Apache Lucene)
  • All contents in the VFS can now have a "publication date" and an "expiration date" so they can appear / disappaer automatically from a website
  • Resource permissions in the VFS are now managed in ACLs instead of Unix - style
  • The OpenCms workplace has been rewritten in JSP, adding new features and much improved usability (this task is not fully finished)
  • Full support for multibyte languages (e.g. UTF-8)
  • Files in the VFS can now have multiple "siblings", this is comparable to a "hard link" in a Unix file system and prevents broken "VFS links" automatically
  • Properties on files can be "individual" or "shared" among siblings
  • Implement "plugin" mechanism for editors and make editors more configurable, so that other editor implementations (e.g. WYSIWYG Java Applet) can be easily integrated in the workplace
  • Added optional WYSIWYG editor implementation of the popular HtmlArea editor, this editor also works with Mozilla browsers
  • The setup wizard has been improved, also many "known issues" (e.g. regarding encoding setting and Xerces version) have been fixed
  • The module API has been rewritten from the ground up, now providing a clean interface to implement
  • Optimized the use of http headers, including use of "304 - not modified" for resources that have not been modified
  • The resource type API has been enhanced, so that resource types can be easily added without workarounds
  • The Workplace is now fully usable with Mozilla based browsers (e.g. Firefox)
  • It's not longer required to "lock" a resource in the Exlorer with the context menu manually, this is done automatically if the "autolock" feature is enabled (this is also the default)
  • The static export has been fully rewritten, is also features a new "on demand" mode for export of resources
  • Implement new, cleaned up XmlPage API that replaces the old XmlTemplate for page data storage
  • The XmlPage structure is always validated by a W3C XML Schema, to prevent creation form invalid content
  • The edited pages are now stored directly in the location where they have been edited, the /system/bodies/ folder is not longer required
  • The OpenCms VFS has been made much more scalable, bottlenecks like the slow Exlorer tree have been removed
  • The OpenCms user management has been made independent from the OpenCms VFS, so that other user directories can be "plugged" into the system as a separate module
  • Publishing has been rewritten and is now much faster especially with many resources
  • All resources in the OpenCms VFS now have a UUID
  • The database pooling has been replaced with DBCP from Apache Jarkarta
  • All known issues with Oracle 9.x that where present in 5.0.x have been solved
  • Logging now uses log4j from Apache Jarkarta
  • Heavily modified the database model and completely rewrote the database access class layer
  • The configuration is now based on a new XML structure that is read by Apache Digester (this task is not fully finished)
  • UTF-8 is now the default encoding

TODO list to be finished before OpenCms 6.0 is released:

  • The OpenCms workplace is still not fully implemented in JSP - all XmlTemplate using dialogs will be rewritten to JSP
  • A new mechanism for "structured content" will be implemented based on W3C XML Schema - this will eliminate the need to add new database tables (or use the "master module") for simple structured content
  • We will write a "content relation" engine for resources in the VFS - this replaces the old "channel" concept of the master module
  • More of the configuration will be transferred from opencms.properties to the new Digester XML based configuration file - however opencms.properties may stay only for the database configuration
  • The most important management functions (e.g. cache maintainance, system status) will be exposed to allow JMX containers to manage OpenCms
  • We will provide a highly configurable template with many advanced functions as additional default module
  • Documentation need to be revised for old functions and written for new functions
  • Testing and bug fixing - your feedback is required!

The team at Alkacon Software - The OpenCms Experts wants to thank everyone who has contributed to this release of OpenCms.