# jOCCI

**jOCCI** is a suite of Java libraries to facilitate use of the [OCCI (Open Cloud Computing Interface)](http://occi-wg.org/) protocol as standardized by OGF (the Open Grid Forum). Its main purpose is to simplify development of OCCI clients in Java.

The jOCCI suite consists of the following components:

* **jOCCI-core** is an implementation of the OCCI class structure in Java. It allows developers to work with OCCI concepts hands-on, treating OCCI classes as actual classes in their program.
* **jOCCI-api** is a library for OCCI transport over HTTPs.

## Installation

jOCCI libraries are available from the following sources:

* Maven
  * <https://mvnrepository.com/artifact/cz.cesnet.cloud/jocci-core>
  * <https://mvnrepository.com/artifact/cz.cesnet.cloud/jocci-api>
* GitHub sources
  * <https://github.com/EGI-FCTF/jOCCI-core>
  * <https://github.com/EGI-FCTF/jOCCI-api>
* INDIGO DataCloud repository
  * <http://repo.indigo-datacloud.eu/#one>

## Documentation

jOCCI is a **third party product** to INDIGO-DataCloud. Its components are documented at:

* jOCCI-core: <https://github.com/EGI-FCTF/jOCCI-core/wiki>
* jOCCI-api: <https://github.com/EGI-FCTF/jOCCI-api/wiki>
