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

Learning Labs

 

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 provide more information and support related to this transition on our website. Here is the Migration of Windows Azure SDK for Java.

 

Introduction

 

In these labs you will review what is available for Java Developers to utilize Windows Azure Storage Services.

 

The Windows Azure Storage services provide persistent, redundant storage in the cloud. The storage services include these fundamental services:

 

The REST APIs for the Windows Azure storage services offer developers a means to access these Blob, Queue, and Table services in Windows Azure or in the development environment.

 

All storage services are accessible via REST APIs. Storage services may be accessed from within a service running in Windows Azure, or directly over the Internet from any application that can send an HTTP/HTTPS request and receive an HTTP/HTTPS response.

 

Reference: Windows Azure SDK for Java Documentation

 

Prerequisites

 

Before doing these labs, if you not done so:

  1. Complete:         SDK Download
  2. Register:           Windows Azure Platform — Account Information.

 

 

Lab 0 — Setup Java Project to use Windows Azure SDK

 

In this lab, you will learn how to prepare a Java Project in Eclipse to use the Windows Azure SDK.

 

   Lab Manual

 

 

Lab 1 — Windows Azure Storage using Blob Service

 

In this lab, you will learn how to access Windows Azure Blob Service by using Windows Azure SDK.

 

   Lab Manual

 

 

Lab 2 — Windows Azure Storage using Table Service

 

In this lab, you will learn how to access Windows Azure Table Service by using Windows Azure SDK.

 

   Lab Manual

 

 

Migration of Windows Azure SDK for Java — Windows Azure Storage using Table Service

 

This document is written to help users of the Soyatec Java Azure SDK start taking advantage of the Microsoft Azure SDK for Java.

 

   Overview