This SDK contains the necessary material to develop Java applications interacting with CloudView's public APIs:

This SDK contains:

Getting started

Pre-requisites

To use this SDK, you will need:

  • a running EXALEAD CloudView product - see the Installation Guide
  • the Java Client SDK Libraries
  • a Java JDK (version 1.5 or later)
  • Recommended: A Java IDE (Eclipse, Netbeans, IntelliJ, ...)

Quick start

  • Start your IDE and create a new project.
  • Add all the jars contained in the <INSTALLDIR>/sdk/java-clients/lib folder to the project's build path.
  • Use the com.exalead.cloudview.sdk.CloudviewAPIClientsFactory class to start interacting with CloudView.

Documentation

API Javadoc Reference documentation for all APIs
CloudView Programmer Guide Customize and use the CloudView APIs including the Semantic Factory API, Search API, and the MAMI.
Connector Programmer Guide Develop custom connectors for CloudView.

Samples

Several samples are provided with this SDK, in the <INSTALLDIR>/sdk/java-clients/samples folder.