Added required Twitter properties to the READMEs and wrote some information about the purpose of the Spring demo.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2583 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2010-01-03 20:49:05 +00:00
parent 1d5ca06284
commit 4bff262634
2 changed files with 14 additions and 2 deletions

View File

@ -16,7 +16,15 @@
limitations under the License.
====================================================================
====
This samples uses the Google App Engine for Java SDK located at http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip
This sample is a "port" of jclouds-demo-gae-tweetstore with the initial context setup
and wiring carried out with Spring. It is intended to demonstrate how to integrate
jclouds into your Spring application.
It should not be regarded as a sample of how to write a web application using Spring,
however! The original jclouds-demo-gae-tweetstore has been modified in as few places as
possible; it has not been rewritten in the style of a Spring MVC application.
This sample uses the Google App Engine for Java SDK located at http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip
Please unzip the above file and modify your maven settings.xml like below before attempting to run 'mvn -Plive install'
@ -43,6 +51,8 @@ Please unzip the above file and modify your maven settings.xml like below before
<jclouds.rackspace.key>YOUR_HEX_KEY</jclouds.rackspace.key>
<jclouds.azure.storage.account>YOUR_ACCOUNT</jclouds.azure.storage.account>
<jclouds.azure.storage.key>YOUR_BASE64_ENCODED_KEY</jclouds.azure.storage.key>
<jclouds.twitter.user>YOUR_TWITTER_USERNAME</jclouds.twitter.user>
<jclouds.twitter.password>YOUR_TWITTER_PASSWORD</jclouds.twitter.password>
</properties>
</profile>

View File

@ -16,7 +16,7 @@
limitations under the License.
====================================================================
====
This samples uses the Google App Engine for Java SDK located at http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip
This sample uses the Google App Engine for Java SDK located at http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip
Please unzip the above file and modify your maven settings.xml like below before attempting to run 'mvn -Plive install'
@ -43,6 +43,8 @@ Please unzip the above file and modify your maven settings.xml like below before
<jclouds.rackspace.key>YOUR_HEX_KEY</jclouds.rackspace.key>
<jclouds.azure.storage.account>YOUR_ACCOUNT</jclouds.azure.storage.account>
<jclouds.azure.storage.key>YOUR_BASE64_ENCODED_KEY</jclouds.azure.storage.key>
<jclouds.twitter.user>YOUR_TWITTER_USERNAME</jclouds.twitter.user>
<jclouds.twitter.password>YOUR_TWITTER_PASSWORD</jclouds.twitter.password>
</properties>
</profile>