Jump to: navigation, search

Difference between revisions of "OpenStack-SDK-Java"

(Created page with "__TOC__ == Summary == This project is not an official OpenStack project, nor are there plans to do so in the near term. This wiki entry is an effort to clearly communicate th...")
 
(Resources)
 
Line 28: Line 28:
 
|  Source code (jclouds)  || https://github.com/jclouds/jclouds
 
|  Source code (jclouds)  || https://github.com/jclouds/jclouds
 
|-
 
|-
|  Source code (jclouds OpenStack provider)  || https://github.com/jclouds/jclouds/tree/master/apis/openstack-nova
+
|  Source code (jclouds OpenStack apis)  || https://github.com/jclouds/jclouds/tree/master/apis/
 +
|-
 +
|  Source code (jclouds OpenStack providers)  || https://github.com/jclouds/jclouds/tree/master/providers/
 +
|-
 +
|  Source code (jclouds OpenStack labs apis/providers)  || https://github.com/jclouds/jclouds-labs-openstack/
 
|-
 
|-
 
|  Bug tracker  || https://issues.apache.org/jira/browse/JCLOUDS
 
|  Bug tracker  || https://issues.apache.org/jira/browse/JCLOUDS

Latest revision as of 21:42, 13 May 2014

Summary

This project is not an official OpenStack project, nor are there plans to do so in the near term. This wiki entry is an effort to clearly communicate the recommended way to interact/interoperate with OpenStack via a Java language binding/Software Development Kit (SDK). We hope this will improve the experience of OpenStack end-users who are using the Java programming language by providing them with everything they need to develop applications against OpenStack.

What's in an SDK?: An SDK is more than just a set of APIs provided to you. A complete SDK provides a consumer focused API for interacting with the system, and it additionally includes:

  • Documentation aimed at users consuming the SDK and system.
  • Clear examples of usage, including functioning, executable examples.


OpenStack has endorsed jclouds as the 'official' Java binding for interacting with OpenStack public/hybrid/private clouds: Open source SDKs for OpenStack application development

Much effort is currently being invested in the jclouds project in general and the OpenStack provider in particular. The jclouds OpenStack provider already has maximum reuse for OpenStack provider clouds.

Audience

The primary target for this package is application developers who develop against OpenStack. This does not include those who develop OpenStack itself or operate it. These are developers looking to consume a feature-rich OpenStack Cloud with its many services. These Developers require a consistent, single namespace API ("Application Programming Interface") that allows them to build and deploy their application with minimal dependencies.

Requirements

  1. Feel native to developers working in Java.
  2. Support multiple API versions for each service (e.g., Nova API v1 and v2).
  3. Provide a method for vendor extensions. Numerous vendors have extensions. There needs to be a method to support these to aid the end developer.

Resources

Source code (jclouds) https://github.com/jclouds/jclouds
Source code (jclouds OpenStack apis) https://github.com/jclouds/jclouds/tree/master/apis/
Source code (jclouds OpenStack providers) https://github.com/jclouds/jclouds/tree/master/providers/
Source code (jclouds OpenStack labs apis/providers) https://github.com/jclouds/jclouds-labs-openstack/
Bug tracker https://issues.apache.org/jira/browse/JCLOUDS

IRC

The developers use IRC in #openstack-sdks and #jclouds on freenode for development discussion.