InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

jclouds Beta 7 Coming: Interview With Adrian Cole

Posted by Tim Cull on Sep 03, 2010

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
Java ,
Cloud Computing
Tags
GigaSpaces ,
Azure ,
Storage ,
Infinispan ,
jclouds ,
Amazon Web Services

The end of this month, the Java-based, open source cloud adaptor jclouds will be releasing a new beta. The jclouds project provides an abstraction over cloud vendors' offerings, especially "Devops" integration like starting, sizing and managing instances and dealing with storage. It provides built-in support for cloud storage offerings from Amazon S3, Cloud Files, Windows Azure Blob, Atmos Online, and AT&T Synaptic as well as built-in support for compute offerings from Amazon EC2, Rackspace Cloud Servers, RimuHosting, Terremark vCloud and GoGrid.

InfoQ caught up with Adrian Cole, the jclouds project lead, to ask him what he saw in store for Java and the cloud. We asked him first what motivated him to create jclouds and he described his experience with existing cloud libraries:

 

All projects were basically based on the same design concepts as Amazon's example code that was on their web site and it was pretty much organically grown in that each one slightly more elegantly took the code out there, ported it and made it a little bit more robust and at the end of the day it was all the same bloodlines. All the problems with the example code, which was never meant for production, were there.

 

So, after some time trying to improve the existing libraries, Mr, Cole decided to create his own adaptor library for the Devops community.

We asked Mr. Cole who his most passionate users were and he responded that "he sees less end users than middleware authors" and that the most active, current jclouds users are companies like Infinispan and GigaSpaces that use jclouds to integrate or test their middleware products with the cloud. He posited that this may be because "clouds by themselves are not necessarily beginner stuff" but went on to say there's a lot of developer interest: "There were 120 people at the San Francisco Java User Group when I presented jclouds there....I expect that mix [IT developers vs. middleware vendors] will change significantly next year."

Mr. Cole relayed what was in store for the beta release, saying:

The great new functionality in this release is that we've taken apart the problem a lot of people have with image management....today what we've done is we've kind of modeled that better and so we have an Image object which essentially is a relationship between a packaged operating system and how that cloud presents that...So you can query for a family of Suse and it would tell you 'yay verily' or 'nay verily this does not exist' and you could do predicate logic. You can basically, in Java code, create reliable logic to bootstrap your system based on the operating system and what it supports.

 

In addition to a reworked API for managing images, the new beta includes support for more cloud vendors:

Most of the new providers are on the compute producing side and not the blob store side....we spent a lot of time with vCloud which, in my opinion, is the most important infrastructure cloud this year. And there are various other new infrastructure clouds and we've done some work on that.

 

Before letting Mr. Cole go, we asked when jclouds will come out of beta and he estimated the end of the year, further saying, "I don't like to take off the beta until we stop changing the API."

No comments

Watch Thread Reply

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.