Java SDK

Description

The Mezeo Java SDK is designed to enable the creation of applications that can access the Mezeo Cloud Storage Platform (MCSP).


Supported platforms:

Applications built using this SDK will run on any Operating system that supports the standard Java runtime.


Installation

Download

Please download the latest version of the Java SDK from the link provided at the top of the page provided as a zip file.


Installation

Please extract the zip file to the location of your choice.


Layout

The Java SDK project files are arranged as follows:

  • csplib
  • documentation
  • examples
    • AccessingTheCloud
    • AccessingAccountDetails
    • AccessingContainerDetails
    • MultipartFormUpload

Getting Started

Build Scripts

Build scripts are provided for Ant and Maven.

Please compile the SDK first before compiling the examples.

In order to use Maven to compile the examples you must install the csplib dependency into your local Maven repository.

$> mvn install:install-file -DgroupId=com.mezeo -DartifactId=csplib -Dversion=1.0 -Dpackaging=jar -Dfile=csplib/target/csplib-1.0.jar

IDE Support

All standard Java IDEs are supported and may be used to compile the SDK and develop applications leveraging the SDK.

You may include the source of the SDK directly into your project if desired.