Expected release date: End of 2008
In this release our main focus is to add MVC support to the eZ Components. Besides this main focus, we will also enhance some of the critical components that the upcoming version of eZ Publish will require.
We are planning the following new components:
Where most frameworks dedicate a specific router, controller and view, the MVC implementation in eZ Components will only consist of very loosely based parts. For each of the specific parts of MVC we will provide one or more default implementations, as well as detailed information on how to write your own implementations of a Model, View and Controller. Of course most of those implementations will be done through Tie-in components.
Additionally, the existing components will be improved further. Major parts here are the following:
A configuration switch in the Base component that all other components will use as well. The switch switches between "development mode", where all the possible checks are being made; and "production mode", where as many safety checks are omitted to increase performance.
More supported formats, such as the eZ Publish format, writing ReST files, reading XHTML files and wiki formats.
Support for authentication and locking. (ie. Make it work with Finder).
Updated contexts support to allow for proper JavaScript escaping.
For the full list: http://issues.ez.no/RoadMap.php?Id=824&ProjectId=1 and http://issues.ez.no/FilterApply.php?Filter=72&ProjectId=1 .