Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version number for official 0.2.1 release #44

Closed
wants to merge 104 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
6a25ef7
Initial implementation of table service
Dec 7, 2011
cfb7c93
Integration tests
Dec 8, 2011
bbcee3e
Cosmetic changes
Jan 9, 2012
9432fac
Implement table creation/deletion/querying
Jan 10, 2012
f481f38
Add support for "insertEntity"
Jan 11, 2012
28a3cec
Whitespaces
Jan 11, 2012
b3fc550
Add support for "updateEntity"
Jan 11, 2012
6696e2c
Add support for "DeleteEntity"
Jan 11, 2012
9cede50
Add support for "mergeEntity"
Jan 11, 2012
b9a00d4
Add support for "insertOrReplaceEntity"
Jan 11, 2012
a4f49b0
Add support for "insertOrMergeEntity"
Jan 11, 2012
bf53b9c
Add support for "getEntity" and "queryEntities"
Jan 11, 2012
a72bc2a
Rename a few classes, fix support for query continuation
Jan 12, 2012
711e23d
Fix bug with server sometimes sending back shorter ISO 8601 dates
Jan 12, 2012
06146b7
Adding test for query entities continuation
Jan 12, 2012
8fdbcf7
Adding a couple more unit test for query entities
Jan 12, 2012
3f5f5d7
Initial (not quite working yet) support for batch operations
Jan 13, 2012
802e9b0
Add full support for "batch" operation on tables
Jan 14, 2012
34de8fe
Additional test for "batch" operation
Jan 14, 2012
18c8255
Simple code refactorings
Jan 14, 2012
04cc644
Support for all batch operations
Jan 14, 2012
87ebda2
Commenting out an optional diagnostic line
lodejard Feb 13, 2012
2c2ca7e
Merge pull request #7 from loudej/tables
joostdenijs Feb 21, 2012
3a7d97c
Table Client commit
Feb 22, 2012
3e29e5c
Merge pull request #12 from joeg/tables
joostdenijs Feb 24, 2012
c4206d7
Combining listTables and queryTables operations. Fixes #216
lodejard Feb 14, 2012
ff44325
Date time for table should have precision only down to seconds. Fixes…
lodejard Feb 24, 2012
46e59a3
Use X-HTTP-Method for MERGE verb. Fixes #234
lodejard Feb 24, 2012
2115c8e
Bumping version to 0.2.0
lodejard Feb 24, 2012
a552797
Merge pull request #14 from loudej/issue-216
jcookems Feb 24, 2012
42a8cfd
Merge pull request #15 from loudej/issue-228
jcookems Feb 24, 2012
61fd153
Merge pull request #16 from loudej/issue-234
jcookems Feb 24, 2012
ee38b84
Merge pull request #17 from loudej/version-number
jcookems Feb 24, 2012
4af2c06
Adding copyright and license information to new table files.
jcookems Feb 27, 2012
41ea32f
Merge pull request #18 from jcookems/addboilerplate
joostdenijs Feb 27, 2012
b880047
Switched from HTML to Markdown and added Tables to the Features section
joostdenijs Mar 7, 2012
15a260e
Merge pull request #23 from joostdenijs/dev
jcookems Mar 8, 2012
fd92be1
Fix issue 198
jcookems Mar 8, 2012
f239a50
Fix #227, #244, and #251
jcookems Mar 8, 2012
37e8b0f
Fix #225
jcookems Mar 8, 2012
960abc5
Fix #252
jcookems Mar 8, 2012
4ac38a8
Fix #205
jcookems Mar 8, 2012
c372a00
Fix #257
jcookems Mar 8, 2012
2b3d4bf
Fix #228
jcookems Mar 8, 2012
3bf1d09
Fix #221 and #231
jcookems Mar 8, 2012
6243526
Fix #213
jcookems Mar 8, 2012
0078bd4
Fix for #243, #245, and #254
jcookems Mar 8, 2012
b329c89
Fix #209
jcookems Mar 8, 2012
c18bddb
Add Javadocs comments to /queue and /queue/models
adashcolinr Mar 15, 2012
88d99b5
add package.html files for javadocs
adashcolinr Mar 19, 2012
feb654d
Merge remote-tracking branch 'origin' into dev
adashcolinr Mar 19, 2012
571122b
Merge remote-tracking branch 'upstream/dev' into dev
adashcolinr Mar 19, 2012
2877e82
Fix Javadoc build warnings.
adashcolinr Mar 22, 2012
7d6bb0b
Merge branch 'fix205' of github.com:jcookems/azure-sdk-for-java into …
jcookems Mar 26, 2012
c3e41e7
Merge branch 'fix209' of github.com:jcookems/azure-sdk-for-java into …
jcookems Mar 26, 2012
38799cb
Merge branch 'fix221_231' of github.com:jcookems/azure-sdk-for-java i…
jcookems Mar 26, 2012
d98b36c
Merge branch 'fix225' of github.com:jcookems/azure-sdk-for-java into …
jcookems Mar 26, 2012
da5f63a
Merge pull request #25 from adashcolinr/dev
joostdenijs Mar 26, 2012
1782b84
Make fix suggested in code review feedback.
jcookems Mar 29, 2012
46d807c
Merge pull request #29 from jcookems/fix227_244_251
jcookems Mar 29, 2012
c1b94fc
Merge branch 'codereview' of github.com:jcookems/azure-sdk-for-java i…
jcookems Apr 3, 2012
84bcfaf
Update unit tests to cover EDM BINARY type.
jcookems Apr 3, 2012
75762f3
Merge branch 'fix213' of github.com:jcookems/azure-sdk-for-java into …
jcookems Apr 3, 2012
6a569ec
Replaced manual base16 conversion with Formatter call.
jcookems Apr 3, 2012
59f9439
Merge branch 'fix228' of github.com:jcookems/azure-sdk-for-java into …
jcookems Apr 3, 2012
adcf3ad
Added new ISO8601 unit tests
jcookems Apr 3, 2012
2962f94
Making variable name more descriptive.
jcookems Apr 3, 2012
88a3edc
Merge branch 'fix252' of github.com:jcookems/azure-sdk-for-java into …
jcookems Apr 3, 2012
2116310
Added unit test
jcookems Apr 3, 2012
76f6253
Merge branch 'fix257' of github.com:jcookems/azure-sdk-for-java into …
jcookems Apr 3, 2012
90442d2
Address root cause of the issue: the default response EntityInputStre…
jcookems Apr 4, 2012
bea4d6c
Adding more validation to unit test
jcookems Apr 4, 2012
bbf8b07
Minor name changes.
jcookems Apr 4, 2012
b479cf6
Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…
jcookems Apr 4, 2012
ab4f701
Merge pull request #27 from jcookems/codereview
jcookems Apr 4, 2012
c18b9d3
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 4, 2012
d59baba
Merge pull request #28 from jcookems/fix213
jcookems Apr 4, 2012
f86207f
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 4, 2012
e21de2b
Merge pull request #30 from jcookems/fix228
jcookems Apr 4, 2012
cadf5cd
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 4, 2012
7ea8763
Merge pull request #31 from jcookems/fix252
jcookems Apr 4, 2012
b006f17
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 4, 2012
eb216e1
Merge pull request #32 from jcookems/fix257
jcookems Apr 4, 2012
dc66cda
Add import statement missing from merge
jcookems Apr 4, 2012
fab505c
Merge pull request #36 from jcookems/dev-bookmark
jcookems Apr 4, 2012
3cc66d6
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 4, 2012
922527a
Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…
jcookems Apr 5, 2012
1a0f486
Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…
jcookems Apr 5, 2012
f587ac1
Merge branch 'dev' of github.com:WindowsAzure/azure-sdk-for-java into…
jcookems Apr 5, 2012
9a503ba
Simplify the processing of the batch error messages to avoid Jersey S…
jcookems Apr 5, 2012
f57a959
Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…
jcookems Apr 5, 2012
92b1db5
Adding unit test for batches that have errors.
jcookems Apr 5, 2012
d14c5c9
Fix minor spacing issues
jcookems Apr 5, 2012
bb5fbed
Merge pull request #33 from jcookems/fix243_245_254
jcookems Apr 5, 2012
564d8aa
fix the failed java unit test related to getBlob.
Apr 5, 2012
c884a33
Fix 236: Table: EdmType.GUID should map to java.util.UUID
jcookems Apr 5, 2012
2c82f1e
Added unit test for round-tripping UUID values
jcookems Apr 5, 2012
f338598
Fix issue #217 Table: QueryTablesOptions.Query not fully used.
Apr 6, 2012
e629c80
Merge pull request #40 from gcheng/dev-bookmark
Apr 6, 2012
640093e
Merge pull request #39 from jcookems/fix236
Apr 6, 2012
8dd4620
Making filter immutable, add filter to TableQuery, Rename RawStringFi…
Apr 7, 2012
4d82414
Addressing code review feedback...
Apr 9, 2012
9cafac5
Merge pull request #41 from gcheng/dev-bookmark
Apr 9, 2012
40c5baa
update the version number to 0.2.1
Apr 9, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
244 changes: 121 additions & 123 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,137 +1,135 @@
<h1>Windows Azure SDK for Java</h1>
<p>This SDK allows you to build Windows Azure applications in Java that allow
#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.</p>

<p>For documentation please see the <a href="http://www.windowsazure.com/en-us/develop/java/">
Windows Azure Java Developer Center</a></p>

<h1>Features</h1>
<ul>
<li>Blob
<ul>
<li>Create/Read/Update/Delete Blobs</li>
</ul></li>
<li>Queue
<ul>
<li>Create/Delete Queues</li>
<li>Insert/Peek Queue Messages</li>
<li>Advanced Queue Operations</li>
</ul></li>
<li>Service Bus
<ul>
<li>Use either the Queue or Topic/Subscription Model</li>
</ul></li>
<li>Service Runtime
<ul>
<li>Retrieve information about the state of your Azure Compute instances</li>
</ul></li>
</ul>

<h1>Getting Started</h1>
<h2>Download</h2>
<h3>Option 1: Via Git</h3>
<p>To get the source code of the SDK via git just type:<br/>
<pre>git clone git://github.com/WindowsAzure/azure-sdk-for-java.git
cd ./azure-sdk-for-java/microsoft-azure-api
mvn compile</pre>

<h3>Option 2: Via Maven</h3>
<p>To get the binaries of this library as distributed by Microsoft, ready for use
within your project you can also have them installed by the Java package manager Maven.<br/>
<pre>&lt;dependency&gt;
&lt;groupId&gt;com.microsoft.windowsazure&lt;/groupId&gt;
&lt;artifactId&gt;microsoft-windowsazure-api&lt;/artifactId&gt;
&lt;version&gt;0.1.0&lt;/version&gt;
&lt;/dependency&gt;</pre></p>

<h2>Minimum Requirements</h2>
<ul>
<li>Java 1.6</li>
<li>(Optional) Maven</li>
</ul>

<h2>Usage</h2>
<p>To use this SDK to call Windows Azure services, you need to first create an
storage, messaging through Service Bus.

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
* Service Bus
* Use either the Queue or Topic/Subscription Model
* Service Runtime
* Retrieve information about the state of your Azure Compute instances
* Table
* Manage Tables
* Work with Table Entities (CRUD)
* Entity Group Transactions (Batch)

#Getting Started

##Download
###Option 1: Via Git

To get the source code of the SDK via git just type:

git clone git://github.com/WindowsAzure/azure-sdk-for-java.git
cd ./azure-sdk-for-java
mvn compile

###Option 2: Via Maven

To get the binaries of this library as distributed by Microsoft, ready for use
within your project you can also have them installed by the Java package manager Maven.

<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-windowsazure-api</artifactId>
<version>0.1.0</version>
</dependency>

##Minimum Requirements

* Java 1.6
* (Optional) Maven


##Usage

To use this SDK to call Windows Azure services, you need to first create an
account. To host your Java code in Windows Azure, you additionally need to download
the full Windows Azure SDK for Java - which includes packaging, emulation, and
deployment tools.</p>
deployment tools.

##Code Samples

<h2>Code Samples</h2>
<p>The following is a quick example on how to set up a Azure blob using the API
and uploading a file to it. For additional information on using the client libraries to access Azure services see the How To guides listed <a href="http://www.windowsazure.com/en-us/develop/java/">
here</a>.<br/>
The following is a quick example on how to set up a Azure blob using the API
and uploading a file to it. For additional information on using the client libraries to access Azure services see the How To guides listed [here](http://www.windowsazure.com/en-us/develop/java/).

<pre>import com.microsoft.windowsazure.services.core.storage.*;
import com.microsoft.windowsazure.services.blob.client.*;
import com.microsoft.windowsazure.services.core.storage.*;
import com.microsoft.windowsazure.services.blob.client.*;

public class BlobSample {
public class BlobSample {

public static final String storageConnectionString =
"DefaultEndpointsProtocol=http;" +
"AccountName=your_account_name;" +
"AccountKey= your_account_name";
public static final String storageConnectionString =
"DefaultEndpointsProtocol=http;" +
"AccountName=your_account_name;" +
"AccountKey= your_account_name";

public static void main(String[] args)
{
try
public static void main(String[] args)
{
CloudStorageAccount account;
CloudBlobClient serviceClient;
CloudBlobContainer container;
CloudBlockBlob blob;
try
{
CloudStorageAccount account;
CloudBlobClient serviceClient;
CloudBlobContainer container;
CloudBlockBlob blob;

account = CloudStorageAccount.parse(storageConnectionString);
serviceClient = account.createCloudBlobClient();
// Container name must be lower case.
container = serviceClient.getContainerReference("blobsample");
container.createIfNotExist();
account = CloudStorageAccount.parse(storageConnectionString);
serviceClient = account.createCloudBlobClient();
// Container name must be lower case.
container = serviceClient.getContainerReference("blobsample");
container.createIfNotExist();

// Set anonymous access on the container.
BlobContainerPermissions containerPermissions;
containerPermissions = new BlobContainerPermissions();

// Upload an image file.
blob = container.getBlockBlobReference("image1.jpg");
File fileReference = new File ("c:\\myimages\\image1.jpg");
blob.upload(new FileInputStream(fileReference), fileReference.length());
}
catch (FileNotFoundException fileNotFoundException)
{
System.out.print("FileNotFoundException encountered: ");
System.out.println(fileNotFoundException.getMessage());
System.exit(-1);
}
catch (StorageException storageException)
{
System.out.print("StorageException encountered: ");
System.out.println(storageException.getMessage());
System.exit(-1);
}
catch (Exception e)
{
System.out.print("Exception encountered: ");
System.out.println(e.getMessage());
System.exit(-1);
}
// Set anonymous access on the container.
BlobContainerPermissions containerPermissions;
containerPermissions = new BlobContainerPermissions();

// Upload an image file.
blob = container.getBlockBlobReference("image1.jpg");
File fileReference = new File ("c:\\myimages\\image1.jpg");
blob.upload(new FileInputStream(fileReference), fileReference.length());
}
catch (FileNotFoundException fileNotFoundException)
{
System.out.print("FileNotFoundException encountered: ");
System.out.println(fileNotFoundException.getMessage());
System.exit(-1);
}
catch (StorageException storageException)
{
System.out.print("StorageException encountered: ");
System.out.println(storageException.getMessage());
System.exit(-1);
}
catch (Exception e)
{
System.out.print("Exception encountered: ");
System.out.println(e.getMessage());
System.exit(-1);
}

}
}
}
</pre></p>

<h1>Need Help?</h1>
<p>Be sure to check out the Windows Azure <a href="http://go.microsoft.com/fwlink/?LinkId=234489">
Developer Forums on Stack Overflow</a> if you have trouble with the provided code.</p>

<h1>Contribute Code or Provide Feedback</h1>
<p>If you would like to become an active contributor to this project please follow the instructions provided in <a href="http://windowsazure.github.com/guidelines.html">Windows Azure Projects Contribution Guidelines</a>.</p>
<p>If you encounter any bugs with the library please file an issue in the <a href="https://github.com/WindowsAzure/azure-sdk-for-java/issues">Issues</a> section of the project.</p>

<h1>Learn More</h1>
<ul>
<li><a href="http://www.windowsazure.com/en-us/develop/java/">Windows Azure Java
Developer Center</a></li>
<li><a href="http://dl.windowsazure.com/javadoc/">
JavaDocs</a></li>
</ul>

#Need Help?

Be sure to check out the Windows Azure [Developer Forums on Stack Overflow](http://go.microsoft.com/fwlink/?LinkId=234489) if you have trouble with the provided code.

#Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please follow the instructions provided in [Windows Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).

If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/WindowsAzure/azure-sdk-for-java/issues) section of the project.

#Learn More

* [Windows Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/)
* [JavaDocs](http://dl.windowsazure.com/javadoc/)

Loading