Version 8.2.2
 —  Release Notes  —

Summary of New and Changed Features

These sections provide information on the main new and changed features of this release:


Support for Additional Platforms

Top of page

Easier Administration

Top of page

Enterprise Features

The following features improve Tamino's value in your mission-critical applications:

Top of page

Indexing Improvements

Several significant improvements that can bring real performance gains to your applications have been made to Tamino's indexing facilities:

Top of page

XQuery

XQuery can now be used as the universal interface for all administration tasks. New features include:

Top of page

The Software AG Designer

The Software AG Designer is a Software AG-specific version of Eclipse (http://www.eclipse.org/) that can optionally be installed with Tamino. The plugins integrated in this Eclipse support various features as summarized in this section.

XQuery Modules as Web Services

The Software AG Designer allows you to create a web service from an XQuery module, exposing a user-defined subset of the XQuery module functions as operations of the created web service.

Tamino Doctypes as Web Services

The Software AG Designer allows you to create a web service from a Tamino doctype, exposing "create", "read", "update" and "delete" operations (CRUD) on the selected doctype. This is done by creating an XQuery module with the CRUD functions and exposing these functions via a web service. The XQuery module contains the functions that represent the CRUD operations. The functions are defined as follows:

BIRT Reports

BIRT (Business Intelligence and Reporting Tools) is an open source software project that provides reporting capabilities. BIRT offers its reporting capabilities upon a multiplicity of data formats, including XML data. Now, you can display Tamino data as BIRT reports.

The BIRT plugin for the Software AG Designer allows you to specify the database where the data is stored, the XQuery code to retrieve the data, and the required report layout.

Top of page

Tamino Tools

Tamino Schema Editor

The following updates are now available:

Tamino X-Plorer

The following updates are now available:

Tamino Query Tool

The following updates are now available:

Top of page

Instance-Based Security

Up to now, access control mechanisms in Tamino were restricted to structure-based mechanisms on collections, document types or elements and attributes of certain documents.

Tamino 8.x provides instance-based access control, which means that it is now also possible to define access control for each document, thereby enabling Tamino as a directly accessible document repository in a multi-user environment.

Using a system of access control lists (ACLs) and access control elements (ACEs), you can set up access privileges for document instances, so that users or groups are either granted or denied permission to access the instances.

Top of page

Interface to Subversion

Tamino now has an interface to the popular open source version control system Subversion. This feature is described in the Subversion Overview section of the section Tamino WebDAV Functionality.

Top of page