This project has retired. For details please refer to its Attic page.
Portal Block Implementation -

Apache » Cocoon »

  Cocoon Portal
      1.0
   homepage

Cocoon Portal 1.0

Changes Report

Release History

VersionDateDescription
1.0.0-M12007-??-??unreleased


Release 1.0.0-M1 - 2007-??-??

TypeChangesBy
addnullUser specific data for a layout is now stored in a separate LayoutInstance. This allows the sharing of layout tree.cziegler
addCopletLayout only holds the coplet instance id instead of the object itself.cziegler
updateRefactor the object model: CopletBaseData has been renamed to CopletType, CopletData has been renamed to CopletDefinition and CopletInstanceData to CopletInstance.cziegler
updateAdd Spring post processor to add all configured components implement the Receiver interface as subscribers to the event manager. This simplifies component development as the component itself does not need to register itself anymore. Remove the possibility to configure components or classes as receivers from the event manager.cziegler
addAdd CopletDecorationProvider which provides the information for the title bar of a coplet. A coplet adapter can optionally implement this interface.cziegler
updateCastor source converter can be configured using xconf instead of adding a castor.properties file to the classpath.cziegler
updateUnify coplet adapters: Caching is now supported by all adapters including the portlet and wsrp adapters. Therefore the caching-uri adapter has been removed.cziegler
addAdd deployment infrastructure.cziegler
addAdd static layout objects and implement maximize functionality for layouts.cziegler
addPortal Service provides access to global configuration settings which can be used throughout the portal.cziegler
addAdd AJAX support.cziegler
addMake coplet adapters accessible from portal component manager.cziegler
addAdd layout source to stream complete coplets/layouts.cziegler
addAdd temporary attributes to Layout objects.cziegler
updateMove Castor support into own package and support roles files for Castor. This makes including/excluding the Castor support easier.cziegler
updateSimplify object model by removing Producible. Clean up Castor mapping.cziegler
removeRemove the support for aspect data handling.cziegler
updateTab events are now convertable.cziegler
updateThe lifetime of encoded events is now the user session.cziegler
removeRemove aspect datas from layouts. Parameters are now used instead.cziegler
addAdd CopletInstanceDataFeatures and CopletDataFeatures utility classes to query optional features of coplets and to track changed coplets.cziegler
updateRefactor url creation for events (NOT FINISHED YET).cziegler
removeRemove aspect datas from coplet instance datas. Attributes are now used instead.cziegler
removeRemove AbstractUserProfileManager and AuthenticationProfileManager. Use GroupBasedProfileManager instead.cziegler
addAdd coplet size to coplet instance data. The size can be minimized, normal or full-screen. This removed the need for a special full screen handling.cziegler
addEnable per sitemap configuration for portal applications and add several roles files for default configurations. Using per sitemap configurations and including the provided roles files make the configuration of the portal much easier.cziegler
removeRemove aspect datas from coplet datas. Attributes are now used instead.cziegler
removeRemove deprecated Publisher, Subscriber, Filter and Register.cziegler
removeRemove deprecated PortletPortalManager.cziegler
addInitial creation.reinhard