DuraCloud Release 0.7 : DuraCloud Java Clients
This page last changed on Oct 28, 2010 by bbranan.
StoreClientIntroductionDuraCloud provides access to files stored in cloud storage systems through an application called DuraStore. DuraStore is installed and running on your DuraCloud instance and can be accessed via a REST interface. In order to aid Java developers in communicating with DuraStore, a Java client, called StoreClient was written. Using StoreClientTo use the StoreClient, you will need all of the jars included in the libs directory of the download below to be available on your classpath. You will then be able to write code using the provided Javadocs to interact with the StoreClient. Example ClientAn example Java class has been provided to assist in set up and testing, as well as a starting point for writing your client code. The example client (found in ExampleClient.java) includes a simple main class to print out the list of spaces and space metadata available in your DuraStore account. To run the example:
ServiceClientIntroductionDuraCloud provides management capabilities to deploy, undeploy, configure, gain status, etc the services within DuraCloud through an application called DuraService. DuraService is installed and running on your DuraCloud instance and can be accessed via a REST interface. In order to aid Java developers in communicating with DuraService, a Java client, called ServiceClient was written. Downloads
|
![]() |
Document generated by Confluence on Jan 26, 2011 19:44 |