The DocLib Portlet surfaces DM capabilities in portals via a Share based Document Library Portlet.
The Web Quick Start is a sample application built on the Alfresco platform. It provides an end-to-end WCM example with an authoring and publishing environment using Alfresco Share and a web application built using Spring MVC, Spring Surf, and OpenCMIS. The web site is delivered dynamically using Alfresco as a CMIS runtime.
The primary design goals of the Web Quick Start are to illustrate the power of the Alfresco platform in an easy-to-install package and to provide developers with a strong starting point for their Alfresco implementations. Both of these goals are fundamentally aimed at getting both business people and developers up and running with the Alfresco WCM platform in as short a time as possible. The Alfresco core product has not been changed in any way, just extended by plugging in content model, behaviours, and workflows using the many standard hooks provided by the Alfresco product.
Additions to the AWE allow for new content to be created and for current content items to be deleted. The create process provides an additional marker icon that allows the user to effectivley 'create another piece of content like this one'. This provides a simple mechanism for non-technical users to create new content without the complexity of setting an attach point and content type.
The Web Quick Start provides an example of using the AWE with FreeMarker templates.
The Share header bar has been redesigned to provide improved usability, better localization support and configuration based customization.
New advanced search capabilities offer search forms for end users and extensive customization options for developers.
Comprehensive workflow capabilities including:
Please see Custom Share Workflow UI for more details on the implemention and customization options.
You can control which users can see public Sites to support an Extranet use case. For example, allowing public sites to be visible to employees but not external users. Refer to Site_Service_3.4 for more details.
By default, any user can create Share Sites. It is possible to control who has permission to create sites by changing the permissions applied to the sites folder. Refer to Limiting site creation permissions for more detail
A new Share administration console component for creating and managing replication jobs including the transfer payload (folders and documents to transfer), repository server to transfer to (transfer target) and replication schedule.
See Replication for more details.
Several enhancements have been made to the Forms Engine, including new controls, an enhanced association picker and new set templates. Refer to the Forms What's New section for more details.
Since the first version of Alfresco, Hibernate has been used to provide the object-relational mapping and data access layer against the underlying relational database. Hibernate proved invaluable in enabling us to rapidly build the early versions of Alfresco.
As the size of Alfresco deployments has grown, it has become more important for Alfresco to control the interaction between the application and the underlying database to ensure this is optimized for our use cases. Alfresco started making use of Apache iBatis in 2008 and has gradually moved away from using Hibernate; in 3.4 the change has been completed. The approach provides us with a much greater level of control over the data access layer so we can ensure it continues to scale and support the very large repositories and enterprise deployments that Alfresco is increasingly seeing.
IMPORTANT
Developers are isolated from the implementation details of the data access layer. These changes do not affect the existing APIs, query capabilities or other features. There is no need to migrate existing customizations or extensions that use public Alfresco APIs.
The Replication Service is a new service introduced into Alfresco 3.4 to control Replication Jobs. Replication Jobs determine what needs to be replicated and when and then calls the Transfer Service introduced in Alfresco 3.3 to allow spaces (folders) and content to be automatically copied between distinct Alfresco repositories. Replication Jobs can be triggered according to a schedule, on-demand, or by actions.
Content replication is designed to assist geographically distributed deployments where performance may be affected by network latency or bandwidth limitations.
For content consumers replication provides:
For network administrators replication provides:
By default, replicated content is read-only on the target repository. This ensures the integrity of the content is not compromised by uncontrolled updates. A option is provided in the Alfresco Share user interface for users to navigate to the content's source repository to make any updates.
For more detail, please visit Replication Service or Replication REST API details page.
A Rating Service has been added to the repository services. This service provides built-in content rating schemes and supports 3rd party developers in defining new schemes. It enables users to apply and retrieve various rating data to content. The Java Foundation API, the JavaScript API and the REST API for this service have been implemented. However UI extensions in Share have not yet been added.
Please see Rating Service Wiki page for details.
Enhanced read permission evaluation performance in the form of a new method on the PermissionService called hasReadPermission. This is particularly beneficial for large results sets.
Please refer to Release Notes for more details.
Community Edition
3.4
3.4.a