[appengine-java] webcast on how to connect google appengine to chef

2010-07-28 Thread Adrian Cole
applicable in other context. If you are interested, join the webcast next Friday 6 August at 08:00 PDT and find out more! http://ow.ly/2hp1A Regards, -Adrian Cole founder jclouds evangelist @ Opscode -- You received this message because you are subscribed to the Google Groups Google App Engine

[appengine-java] new demo shows google appengine instances registering in opscode chef upon startup

2010-07-22 Thread Adrian Cole
I wrote a demo application which registers google appengine instances in chef [1], specifically the opscode platformhttps://cookbooks.opscode.com/users/new, upon startup. While the chef api is not 100% complete in jclouds, enough is finished to start integrating.

[appengine-java] access compute and storage clouds with jclouds

2010-02-02 Thread Adrian Cole
jclouds is an open source framework that helps you get started in the cloud and reuse your java development skills. Our api allows you to freedom to use portable abstractions or cloud-specific features. We support many clouds including Amazon, VMWare, Azure, and Rackspace. After over 7 months and

[appengine-java] BlobStore not just jclouds anymore

2009-12-18 Thread Adrian Cole
Glad to see google appengine has a blob store. Mildly annoying that it uses the same name as the jclouds blobstore api, as it will make code confusing. At least you lowercased the 's' in store :p If you'd like to see the first blobstore in google appengine, have a look here: