Skip Headers
Oracle® Enterprise Data Quality for Product Data Java API Interface Guide
Release 11g R1 (11.1.1.6)

Part Number E29133-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

1 Overview Oracle DataLens Server APIs

This chapter provides information about the Enterprise DQ for Product (EDQP) Oracle DataLens Server Java application programming interface (API) and includes the following:

Application Programming Interfaces

There are three main APIs to the Oracle DataLens Server platform.

There is also a low-level Application Programming Interface to the Oracle DataLens Server platform. This interface is not recommended for application developers.

Platforms

The Java API can be used for integrating to the following.

Pre-Installation Requirements

Java JDK 1.6.0_29 - The API was compiled and built using this release.

Java JDK 1.5, 1.6 - The API is compatible with these releases.

Oracle DataLens Server Java Libraries

The libraries and software used by this API are delivered in the product download in the opdq-devtoolkit.zip file. The following libraries are provided, in the \DevToolKit\java_api\lib directory, for creating new applications and integrating to existing applications:

opdq-api1.jar

This library contains the Application interface classes.

jdom-1.0.jar

This library contains the third party component, Jdom 1.0, needed by the API. Jdom is used for encoding/decoding the SOAP messages sent to the Oracle DataLens Server from the client application.