Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into dev

Conflicts:
	README.md

Merging from upstream.
  • Loading branch information
t-aniba committed Jun 11, 2013
2 parents a6ccec7 + 9384e39 commit b4c3acc
Showing 1 changed file with 32 additions and 21 deletions.
53 changes: 32 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,41 @@
#Windows Azure SDK for Java

This SDK allows you to build Windows Azure applications in Java that allow
you to take advantage of Azure scalable cloud computing resources: table and blob
storage, messaging through Service Bus.

For documentation please see the [Windows Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/)
This project provides a client library in Java that makes it easy to consume Windows Azure services. For documentation please see the [Windows Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/).

#Features
* Blob
* Create/Read/Update/Delete Blobs
* Queue
* Create/Delete Queues
* Insert/Peek Queue Messages
* Advanced Queue Operations
* Media Services
* Upload Media Files to Media Services
* Change the encoding on uploaded Media Services
* Provide streaming or download access to uploaded/transformed Media Files

* Storage
* Blob
* Create/Read/Update/Delete containers
* Create/Read/Update/Delete blobs
* Queue
* Create/Delete Queues
* Insert/Peek Queue Messages
* Advanced Queue Operations
* Table
* Create/Read/Update/Delete tables
* Create/Read/Update/Delete entities
* Batch operation
* Service Bus
* Use either the Queue or Topic/Subscription Model
* Queues
* Create/Read/Update/Delete queues
* Send/Receive/Unlock/Delete messages
* Renew message lock
* Topics
* Create/Read/Update/Delete topics
* Create/Read/Update/Delete subscriptions
* Create/Read/Update/Delete rules
* Send/Receive/Unlock/Delete messages
* Renew message lock
* Media Services
* Create/Read/Update/Delete access policies
* Create/Read/Update/Delete asset files
* Create/Read/Update/Delete assets
* Create/Read/Update/Delete/Rebind content keys
* Create/Read/Update/Cancel/Delete jobs
* Service Runtime
* Retrieve information about the state of your Azure Compute instances
* Table
* Manage Tables
* Table Entity Operations
* Entity Group Transactions (Batch)
* Retrieve information about the state of your Azure Compute instances


#Getting Started

Expand Down

0 comments on commit b4c3acc

Please sign in to comment.