Thanks Andrea and Andrew for your replies. I will give JClouds ComputeService abstraction a try as I can always use simple Rest (I am using Resteasy on JBoss) to access Softlayer api directly. Before asking here I already saw the examples on jclouds.org, but I hadn’t get to the MainApp.java compute basics example on the Git repository. It seems just what I needed.
Ignacio de Córdoba [email protected] Red Skios S.A. - www.skios.es +34 607 728 003 +34 917 990 163 On 2 Jan 2014, at 13:53, Andrea Turli <[email protected]> wrote: > Hi Ignacio, > > you're welcome! I think the easiest way to jump on board is by using > https://github.com/jclouds/jclouds-examples/tree/master/compute-basics > > https://raw.github.com/jclouds/jclouds-examples/master/compute-basics/src/main/java/org/jclouds/examples/compute/basics/MainApp.java > > with program arguments: softlayer your-sl-username your-sl-credential > a-group-name add > > Hope this helps, > Andrea > > > > > On Thu, Jan 2, 2014 at 12:50 PM, Ignacio de Córdoba <[email protected]> wrote: > Hi there!!! I'm very new to JClouds. I'm developing a Softlayer app using > Rest and I'm considering rolling back and use JClouds. I wonder if anyone can > point me to a simple example of basic actions (node list, creation and > estroying) with JClouds on Softlayer. > > Ignacio de Córdoba > [email protected] > Red Skios S.A. - www.skios.es > +34 607 728 003 > +34 917 990 163 > > > > >
