GT 4.0 Release Notes: OGSA-DAI

1. Component Overview

OGSA-DAI provides a pure Java data service framework for accessing and integrating data resources - such as files, relational and XML databases - on to Grids. Towards this end, OGSA-DAI:

  • Exposes intrinsic data resource capabilities - such as the ability to perform SQL queries on relational resources or evaluate XPath statements on XML collections - through web service based interfaces, thus allowing data resources to be easily incorporated as first class citizens in grids.
  • Allows additional functionality to be implemented at the service - such as transformation of data coming out of a data resource - so as to avoid unnecessary data movement.
  • Provides a compact way of handling multiple potential interactions with a service within a single request via an XML document, called a perform document, where data is pipelined between different set of activities that operate on a data stream coming out of, or going into, a data resource.
  • Allows developers to easily add or extend functionality within OGSA-DAI. The perform document, and underlying framework, are extensible allowing additional functionality to be added, or existing functionality to be customised, and still operate within the same framework.
  • Allows metadata about data and the data resources in which it is found to be queried via a service interface.
  • Facilitates the provision of data integration capabilities from various sources to obtain the required information.

This WS-RF distribution of OGSA-DAI has been designed to work with the Globus Toolkit 4 implementation of WS-RF; a WS-I distribution is also available from the OGSA-DAI web site, which is designed to work with the UK OMII web services infrastructure releases. Finally, an OGSI-based distribution of OGSA-DAI, designed to work with the GT3.2 releases, is also available from the project web site. Note: these releases are not designed to inter-operate. More information about these and OGSA-DAI in general is available from the project website at http://www.ogsadai.org.uk.

2. Feature Summary

Features new in release GT 4.0:

  • Access to data is provided via an "OGSA-DAI data service". For those that have previously used the OGSI version of OGSA-DAI, this service amalgamates the capabilities of the Grid Data Service Factory (GDSF) and Grid Data Service (GDS) services (the metadata and configuration roles of the GDSF and the metadata and perform document processing aspects of the GDS).
  • Each data service exposes zero or more data service resources. A data service resource manages exposure of and interaction with a data resource. A single data service resource can be viewed as offering capabilities analogous to a single GDS in the OGSI version of OGSA-DAI.
  • Allows multiple data resources to be accessed through a single service. Data service resource identifiers, available from the data service's WS-Addressing endpoint reference, allow a client to target a specific data service resource.
  • A listResources() operation is provided for a data service to list all the identifiers of the data service resources exposed by that service.
  • The data service resource identifiers returned by a data service can subsequently be used by a client to obtain metadata and other information, about the data service resources corresponding to that identifier.
  • Access to data service resource metadata (such as database schemas, request status, etc.) is provided by an implementation of the WS-ResourceProperties specification. In particular support for using the QueryResourceProperties, GetResourceProperties and GetMultipleResourceProperties portTypes is provided.
  • Access to version information about the OGSA-DAI Data Service is available through the getVersion() operation.
  • A WSRF version of the OGSA-DAI GridDataTransport portType supports asynchronous data delivery between data services.

Other Supported Features (features that continue to be supported from previous versions):

  • Perform documents.
  • Extensible activity framework.
  • Statement, delivery and transformation activities.

Deprecated Features

  • The OGSA-DAI Client Toolkit has not been updated yet to support interaction with WSRF-enabled OGSA-DAI services. This will be made available in a future version.
  • The OGSA-DAI registry service, DAISGR, has not been updated for WSRF. This will be addressed in a future version or provided via a third party component.
  • The old graphical demonstrator no longer works with this version of OGSA-DAI.

3. Technology Dependencies

OGSA-DAI depends on the following GT components:

  • Java WS Core

OGSA-DAI depends on the following 3rd party software:

  • Java 1.4.0 (OGSA-DAI WSRF has been tested on this version of Java though may work with other Java 1.4.x flavours).
  • Jakarta ANT 1.5 (see http://ant.apache.org).

Depending on the underlying data resource that OGSA-DAI is going to expose, you may need one or more of the following:

  • For relational databases such as MySQL, PostgreSQL, SQLServer, Oracle and DB2, the corresponding JDBC drivers are required.
  • For XML databases such as Xindice, the corresponding XMLDB drivers are required.
  • To use a full text search engine against flat files, Jakarta Lucene is required.

4. Supported Platforms

Tested Platforms for OGSA-DAI

  • Sun Solaris 8 (SPARC)
  • Microsoft Windows 2000 (X86)
  • Microsoft Windows XP (X86)
  • Redhat Linux 9 (X86)

We have not tested on other platforms, but if you do and have problems, we would like to hear about it.

OGSA-DAI has been tested with the following databases:

  • MySQL 3.2.3 and above
  • PostgreSQL 7.4
  • IBM DB2
  • Oracle 9i
  • MS SQLServer 2000
  • Derby
  • Xindice 1.0

5. Backward Compatibility Summary

Protocol changes since GT version 3.2:

  • Not backwards compatible with the previous OGSI version.

API changes since GT version 3.2:

  • None

Exception changes since GT version 3.2:

  • None

Schema changes since GT version 3.2:

  • WSDL changes to work with new Java WS Core.

6. For More Information

Click here for more information about this component.