Re: [Openstack] OpenStack Java API

2012-02-21 Thread Luis Gervaso
Thanks Jorge for your comments: On Tue, Feb 21, 2012 at 6:42 PM, Jorge Williams < jorge.willi...@rackspace.com> wrote: > Some thoughts, > > Using the binding to generate WADLs and XSDs would definitely be useful > -- especially since a lot of the extensions are currently undocumented. > Certai

Re: [Openstack] OpenStack Java API

2012-02-21 Thread Jorge Williams
Some thoughts, Using the binding to generate WADLs and XSDs would definitely be useful -- especially since a lot of the extensions are currently undocumented. Certainly we can use these as a starting point for our documentation efforts. Keep in mind, though, that extensions are optional and th

Re: [Openstack] OpenStack Java API

2012-02-16 Thread Luis Gervaso
You can use schemagen to generate the XSD from the java classes. You can try, this it's working from now. We have not published yet because the schemas are unstable. I have planned to publish them starting with Essex release. We will not publish any WADL since we are on the client side. I'm evalu

Re: [Openstack] OpenStack Java API

2012-02-15 Thread Craig Vyvial
Once you have the API implemented in with Jersey you can get the XSD like you said and also a valid up to date WADL. That could be very useful for docs and/or other devs. Great work! -Craig Vyvial On Wed, Feb 15, 2012 at 8:19 PM, Luis Gervaso wrote: > Hi Justin, > > Great! > > I have tried a v

Re: [Openstack] OpenStack Java API

2012-02-15 Thread Luis Gervaso
Hi Justin, Great! I have tried a variety of options to implement this in a clean way. As you can see Jersey afford it in the most clean way. My thoughts to make this are: 1. Start with a handcoded JAXB annotations, since the schemas are out-of-date and then we will create the XSD super easy. 2.

Re: [Openstack] OpenStack Java API

2012-02-15 Thread Justin Santa Barbara
This is awesome. I was working on a binding myself, but your use of jersey makes for much less code. I've extended your work in a github fork. I added a CLI so that I could test it out; the few bits of functionality that I added work great and I'm going to try using it as my primary interface an

Re: [Openstack] OpenStack Java API

2012-02-13 Thread Luis Gervaso
The Dasein Arch is great and the code is very clean. Congrats for it. I can't find a fully implementation of OS API. are using EC2 API to talk with OS? Cheers! On Sat, Feb 11, 2012 at 8:15 PM, George Reese wrote: > There's also Dasein Cloud if you are interested at > http://dasein-cloud.sf.

Re: [Openstack] OpenStack Java API

2012-02-11 Thread George Reese
There's also Dasein Cloud if you are interested at http://dasein-cloud.sf.net. -George On Feb 11, 2012, at 12:28 AM, Monty Taylor wrote: > Hi! > > Awesome, and thanks for the work! > > Just in case you didn't know about it: > > http://www.jclouds.org/ > > Is a Java library with multi-cloud s

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Monty Taylor
Hi! Awesome, and thanks for the work! Just in case you didn't know about it: http://www.jclouds.org/ Is a Java library with multi-cloud support, including OpenStack, which might be a fun place for you to hack - and I know Adrian loves contributors. On the other hand, any amount of Java story f

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Till i know Nova 1.0 is deprecated, so it will not be implemented. Nova 1.1 is almost implemented (working now with extensions : volumes / snapshots / storagearrays) Nova 2.0 is a must Glance (working now on it, this is the most easy to implement API) Swift Java API from Rackspace is stable eno

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Joshua Harlow
Great! That will be useful for many :-) On 2/10/12 11:10 AM, "Luis Gervaso" wrote: Hi Frans, Yes it is Keystone and Nova, i'm working now on Glance support Luis On Fri, Feb 10, 2012 at 8:05 PM, Frans Thamura wrote: hi Luis is the JavaAPI to communicate with OpenStack REST API? F On Sat

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Frans Thamura
amazing .. i still thinking jcloud implementation with this API.. what will happen to OpenStack solution F On Sat, Feb 11, 2012 at 2:10 AM, Luis Gervaso wrote: > Hi Frans, > > Yes it is > > Keystone and Nova, i'm working now on Glance support > > Luis > > On Fri, Feb 10, 2012 at 8:05 PM, Frans

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Hi Frans, Yes it is Keystone and Nova, i'm working now on Glance support Luis On Fri, Feb 10, 2012 at 8:05 PM, Frans Thamura wrote: > hi Luis > > is the JavaAPI to communicate with OpenStack REST API? > > F > > > > On Sat, Feb 11, 2012 at 1:58 AM, Luis Gervaso wrote: > > Hi, > > > > My name

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Frans Thamura
hi Luis is the JavaAPI to communicate with OpenStack REST API? F On Sat, Feb 11, 2012 at 1:58 AM, Luis Gervaso wrote: > Hi, > > My name is Luis Gervaso. I just upload a developer preview of OpenStack Java > SDK on > > https://github.com/woorea/openstack-java-sdk/ > > I want to know if other d

[Openstack] OpenStack Java API

2012-02-10 Thread Luis Gervaso
Hi, My name is Luis Gervaso. I just upload a developer preview of OpenStack Java SDK on https://github.com/woorea/openstack-java-sdk/ I want to know if other development efforts have been done in this way in order to contribute. Regards -- Luis Alberto Gervaso Martín Java EE Architect & Inst