Re: Adding .NET/C# client to project

2013-01-03 Thread Chip Childers
On Thu, Jan 3, 2013 at 10:23 AM, Simon Waterhouse wrote: > There is now a design document for the .NET SDK at > https://cwiki.apache.org/CLOUDSTACK/net-sdk-design-document.html > > Comments welcome. If it is to go into the CloudStack-Extras repo, could > someone advise on the procedure to submit

RE: Adding .NET/C# client to project

2013-01-03 Thread Simon Waterhouse
: Chip Childers [mailto:chip.child...@sungard.com] Sent: 14 December 2012 20:03 To: cloudstack-dev@incubator.apache.org Subject: Re: Adding .NET/C# client to project On Fri, Dec 14, 2012 at 11:54 AM, David Nalley wrote: > On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty > wrote: >>

Re: Adding .NET/C# client to project

2012-12-14 Thread Chip Childers
On Fri, Dec 14, 2012 at 11:54 AM, David Nalley wrote: > On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty > wrote: >> The library was developed in Citrix to simplify accessing the CS API from >> C#. The intent is to release code under the ASLv2.0 license. >> >> The addition would follow community

Re: Adding .NET/C# client to project

2012-12-14 Thread Rohit Yadav
On 14-Dec-2012, at 8:54 AM, David Nalley wrote: > On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty > wrote: >> The library was developed in Citrix to simplify accessing the CS API from >> C#. The intent is to release code under the ASLv2.0 license. >> >> The addition would follow community pr

Re: Adding .NET/C# client to project

2012-12-14 Thread David Nalley
On Fri, Dec 14, 2012 at 6:52 AM, Donal Lafferty wrote: > The library was developed in Citrix to simplify accessing the CS API from C#. > The intent is to release code under the ASLv2.0 license. > > The addition would follow community processes, which includes posting a > feature spec on wiki, a

RE: Adding .NET/C# client to project

2012-12-14 Thread Donal Lafferty
@incubator.apache.org Subject: RE: Adding .NET/C# client to project Donal, There is already a CLI tool that Rohit had written. The C# client can also go in there and have a similar hierarchy in the source tree. BTW, have you considered making it Powershell cmdlets instead? Thanks, Koushik -Original

RE: Adding .NET/C# client to project

2012-12-14 Thread Koushik Das
...@citrix.com] Sent: Friday, December 14, 2012 5:23 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Adding .NET/C# client to project The library was developed in Citrix to simplify accessing the CS API from C#. The intent is to release code under the ASLv2.0 license. The addition would

RE: Adding .NET/C# client to project

2012-12-14 Thread Donal Lafferty
@incubator.apache.org Subject: Re: Adding .NET/C# client to project On Fri, Dec 14, 2012 at 05:18:30AM +0530, Donal Lafferty wrote: > Where do client libraries go in the source tree? Does it matter if > they're not written in Java? > > The background is that there's a .NET SDK th

Re: Adding .NET/C# client to project

2012-12-13 Thread Prasanna Santhanam
On Fri, Dec 14, 2012 at 05:18:30AM +0530, Donal Lafferty wrote: > Where do client libraries go in the source tree? Does it matter if > they're not written in Java? > > The background is that there's a .NET SDK that can be added to the > project. Architecturally, its similar to AWS' .NET SDK. No