mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
XenServerJava ============= NOTE: This is a modified version of Citrix XenServer's SDK. This version of XenServerJava includes some customization which is required to make it work with CloudStack. Version 6.2.0-1. XenServerJava is a complete SDK for Citrix XenServer, exposing the XenServer API as Java classes. For XenServer documentation, see http://docs.xensource.com. XenServerJava includes a class for every XenServer class, and a method for each XenServer API call, so API documentation and examples written for for other languages will apply equally well to Java. In particular, the SDK Guide and API Documentation are ideal for developers wishing to use XenServerJava. For community content, blogs, and downloads, visit the XenServer Developer Network at http://community.citrix.com/cdn/xs. XenServerJava is free sofware. You can redistribute and modify it under the terms of the BSD license. See LICENSE.txt for details. This library may be accompanied by pedagogical examples. These do not form part of this library, and are licensed for redistribution and modification under the BSD license. Such examples are licensed clearly at the top of each file. Dependencies ------------ XenServerJava is dependent upon Apache XML-RPC and WS-Commons, both by The Apache Software Foundation. We would like to thank the ASF and the Apache XML-RPC development team in particular. Both are licensed under the Apache Software License 2.0; see LICENSE.Apache-2.0.txt for details. We test with version 3.1 of Apache XML-RPC, and version 1.0.2 of WS-Commons. We recommend that you use these versions, though others may work. Downloads --------- XenServerJava is available in the XenServer-6.2.0-SDK.zip in three separate folders, one for the compiled binaries, one for the source code, and one containing sample code. The XenServer-6.2.0-SDK.zip is available from http://www.citrix.com/downloads/xenserver/. Apache XML-RPC is available from http://ws.apache.org/xmlrpc/. WS-Commons is available from http://ws.apache.org/commons/.