This SDK contains the necessary material to develop custom Java components that can be plugged and managed by EXALEAD CloudView. You will find:

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.8 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-customcode/lib folder to the project's build path.
  • Refer to the documentation to start creating custom components.

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-customcode/samples folder.