Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 1044 invoked from network); 24 May 2010 10:54:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 May 2010 10:54:18 -0000 Received: (qmail 80049 invoked by uid 500); 24 May 2010 10:54:17 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 79934 invoked by uid 500); 24 May 2010 10:54:15 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 79926 invoked by uid 99); 24 May 2010 10:54:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 10:54:15 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 10:54:07 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4OArjo9005507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 May 2010 06:53:45 -0400 Received: from [10.3.242.175] (vpn-242-175.phx2.redhat.com [10.3.242.175]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4OAriX5003442 for ; Mon, 24 May 2010 06:53:44 -0400 From: David Lutterkort To: libcloud@incubator.apache.org In-Reply-To: <4BF63D43.3030109@gmail.com> References: <4BF63D43.3030109@gmail.com> Content-Type: text/plain; charset="ISO-8859-15" Organization: Red Hat Inc Date: Mon, 24 May 2010 12:53:43 +0200 Message-ID: <1274698423.12176.24.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [libcloud] Alternative Languages for Libcloud On Fri, 2010-05-21 at 09:58 +0200, jean-frederic clere wrote: > Porting to JAVA is something I like but we will have in the ASF > (Deltacloud in Ruby, libcloudP in Python and libcloudJ in Java) While Deltacloud is written in Ruby, it exposes a REST API, i.e. the implementation language is immaterial to users. David