Build new applications in the cloud - or use interoperable services that run on Microsoft infrastructure to extend and enhance your existing applications. You choose what's right for you.

Table of Contents

Installation Guide

 

In the light of the recent release of the Windows Azure Libraries for Java by Microsoft, we are working closely with Microsoft to help current users of Soyatec's Windows Azure SDK for Java learn about the new APIs from Microsoft. We are planning to provide more information and support related to this transition on our website around mid-January. In the meantime, to learn more, read here.

 

1. Pre-requisites

Windows Azure SDK for Java consists of a simple Java archive file It can be integrated in all IDEs for developing Java application to access the Windows Azure Storage.

 

The only pre-requiste is Java SDK 1.6 or +. Please note that this release is certified only on Windows Vista / 7 with 32 bits and 64 bits edition.

 

2. Installation

Java Applications can take advantage of Windows Azure SDK for Java either Standalone or through Windows Azure Tooling for Eclipse which bundles Java SDK as part of the installation package

 

The source package will come soon.


2.1 Stand Alone Installation:

 

Download the jar file of Windows Azure SDK for Java from sourceforge download page

 

2.2 Installing from eclipse

 

Eclipse Development for Windows Azure Java storage SDK Environment

 

Open Eclipse, select Help->Install New Software...

 

install

 

In the Available Software, Click Add... button.

 

install

 

In the pop-up dialog, fill in the Location with http://www.windowsazure4j.org/update and Name is user defined (Recommend Windows Azure Site here).

 

install

 

Select All available sites. If the list of categories doesn't contain the entry "Windows Azure", you need to restart eclipse.

Expand Common Tools for Windows Azure Platform, select Windows Azure Java SDK, and click Next button.

 

install

 

In the next dialog, read carefully the product license and click Finish button to start the installation..

 

3. News & Noteworthy

V2.0.2

This version is a maintenance build. Most of features of Windows Azure SDK 1.4 are supported. Here is the change-log of this version:

V2.0.1

This version is a maintenance build. Here are the changes in this version:

V2.0.0

This document lists all changes on Windows Azure SDK API between the version_1.0.0 and version_2.0.0.. It helps the migration of existing application to this new version.

Packages

·  org.soyatec.windowsazure.authenticate
·  org.soyatec.windowsazure.blob
·  org.soyatec.windowsazure.blob.io
·  org.soyatec.windowsazure.constants
·  org.soyatec.windowsazure.error
·  org.soyatec.windowsazure.management (New package)
·  org.soyatec.windowsazure.queue
·  org.soyatec.windowsazure.table

 

Download from sourceforge