* XCP Java language bindings
@ 2010-01-07 0:49 David Erickson
2010-01-11 17:56 ` Dave Scott
0 siblings, 1 reply; 6+ messages in thread
From: David Erickson @ 2010-01-07 0:49 UTC (permalink / raw)
To: xen-devel
Hi,
I was wondering if there are any plans to provide Java language
bindings for the XCP platform's SDK? And if so when those might be
available?
Thanks,
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: XCP Java language bindings
2010-01-07 0:49 XCP Java language bindings David Erickson
@ 2010-01-11 17:56 ` Dave Scott
2010-01-12 21:35 ` David Erickson
2010-03-07 16:36 ` David Erickson
0 siblings, 2 replies; 6+ messages in thread
From: Dave Scott @ 2010-01-11 17:56 UTC (permalink / raw)
To: 'David Erickson', xen-devel@lists.xensource.com
> Hi,
> I was wondering if there are any plans to provide Java language
> bindings for the XCP platform's SDK? And if so when those might be
> available?
Hi,
We do have code for generating Java (and C) bindings which we can add to the XCP source. I'll investigate whether it's easiest to add a new repository or include them in an existing one (eg xen-api.hg)
In the meantime you could take a look at the Java bindings in the most recently released XenServer SDK-- they should be ok (except they'll be missing some of the cool new stuff in XCP)
Cheers,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XCP Java language bindings
2010-01-11 17:56 ` Dave Scott
@ 2010-01-12 21:35 ` David Erickson
2010-01-13 21:30 ` Dave Scott
2010-03-07 16:36 ` David Erickson
1 sibling, 1 reply; 6+ messages in thread
From: David Erickson @ 2010-01-12 21:35 UTC (permalink / raw)
To: Dave Scott; +Cc: xen-devel@lists.xensource.com
On Mon, Jan 11, 2010 at 9:56 AM, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
>> Hi,
>> I was wondering if there are any plans to provide Java language
>> bindings for the XCP platform's SDK? And if so when those might be
>> available?
>
> Hi,
>
> We do have code for generating Java (and C) bindings which we can add to the XCP source. I'll investigate whether it's easiest to add a new repository or include them in an existing one (eg xen-api.hg)
Sounds great, I look forward to the release.
> In the meantime you could take a look at the Java bindings in the most recently released XenServer SDK-- they should be ok (except they'll be missing some of the cool new stuff in XCP)
On that topic, is there a succinct list of the differences/changes
between XenServer's SDK and XCP's SDK? I am not familiar enough with
the former to easily be able to grok and determine what is new and
cool.
And also, I was having a look around and couldn't find a webpage with
exact SDK docs anywhere (definitely possible that I missed it), but I
was hoping for something similar to
http://docs.vmd.citrix.com/XenServer/4.0.1/api/docs/html/browser.html
for XenServer.
Thanks!
-David
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: XCP Java language bindings
2010-01-12 21:35 ` David Erickson
@ 2010-01-13 21:30 ` Dave Scott
2010-01-15 0:39 ` David Erickson
0 siblings, 1 reply; 6+ messages in thread
From: Dave Scott @ 2010-01-13 21:30 UTC (permalink / raw)
To: 'David Erickson'; +Cc: xen-devel@lists.xensource.com
Hi David,
> > In the meantime you could take a look at the Java bindings in the
> most recently released XenServer SDK-- they should be ok (except
> they'll be missing some of the cool new stuff in XCP)
>
> On that topic, is there a succinct list of the differences/changes
> between XenServer's SDK and XCP's SDK? I am not familiar enough with
> the former to easily be able to grok and determine what is new and
> cool.
Unfortunately we've not got a list of API changes. It ought to be easy to generate one because all the APIs have associated version metadata. We're making a project to-do list: I think I'll add this to it.
In the meantime the best thing is to grep
http://xenbits.xen.org/xapi/xen-api.hg?file/c2268131edc6/ocaml/idl/datamodel.ml
for "rel_midnight_ride" ("midnight ride" is a codename corresponding to the new stuff)
> And also, I was having a look around and couldn't find a webpage with
> exact SDK docs anywhere (definitely possible that I missed it), but I
> was hoping for something similar to
> http://docs.vmd.citrix.com/XenServer/4.0.1/api/docs/html/browser.html
> for XenServer.
Hm, I don't think that's on the web anywhere. It's generated by a "make sdk-install" in xen-api.hg if you have an SDK VM handy.
Cheers,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XCP Java language bindings
2010-01-13 21:30 ` Dave Scott
@ 2010-01-15 0:39 ` David Erickson
0 siblings, 0 replies; 6+ messages in thread
From: David Erickson @ 2010-01-15 0:39 UTC (permalink / raw)
To: Dave Scott; +Cc: xen-devel@lists.xensource.com
Hi Dave,
On Wed, Jan 13, 2010 at 1:30 PM, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
>
> Hi David,
>
>> > In the meantime you could take a look at the Java bindings in the
>> most recently released XenServer SDK-- they should be ok (except
>> they'll be missing some of the cool new stuff in XCP)
>>
>> On that topic, is there a succinct list of the differences/changes
>> between XenServer's SDK and XCP's SDK? I am not familiar enough with
>> the former to easily be able to grok and determine what is new and
>> cool.
>
> Unfortunately we've not got a list of API changes. It ought to be easy to generate one because all the APIs have associated version metadata. We're making a project to-do list: I think I'll add this to it.
>
> In the meantime the best thing is to grep
>
> http://xenbits.xen.org/xapi/xen-api.hg?file/c2268131edc6/ocaml/idl/datamodel.ml
>
> for "rel_midnight_ride" ("midnight ride" is a codename corresponding to the new stuff)
Great, this was very useful. I noticed a lot of changes focused on
controlling guest's memory, I have a separate thread on the xen-user
list with some questions about what has changed in regards to this in
XCP, perhaps you can comment there?
>
>> And also, I was having a look around and couldn't find a webpage with
>> exact SDK docs anywhere (definitely possible that I missed it), but I
>> was hoping for something similar to
>> http://docs.vmd.citrix.com/XenServer/4.0.1/api/docs/html/browser.html
>> for XenServer.
>
> Hm, I don't think that's on the web anywhere. It's generated by a "make sdk-install" in xen-api.hg if you have an SDK VM handy.
I had a quick look for an SDK VM, the closest I could find was the DDK
VM for XCP here:
http://www.xen.org/files/XenCloud/Software/20719c/ddk.iso, is this
what you are referring to?
Thanks,
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XCP Java language bindings
2010-01-11 17:56 ` Dave Scott
2010-01-12 21:35 ` David Erickson
@ 2010-03-07 16:36 ` David Erickson
1 sibling, 0 replies; 6+ messages in thread
From: David Erickson @ 2010-03-07 16:36 UTC (permalink / raw)
To: Dave Scott; +Cc: xen-devel@lists.xensource.com
Hi Dave,
Just following up to see if there is any news on the Java bindings for XCP?
Thanks,
David Erickson
On Mon, Jan 11, 2010 at 9:56 AM, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
>> Hi,
>> I was wondering if there are any plans to provide Java language
>> bindings for the XCP platform's SDK? And if so when those might be
>> available?
>
> Hi,
>
> We do have code for generating Java (and C) bindings which we can add to the XCP source. I'll investigate whether it's easiest to add a new repository or include them in an existing one (eg xen-api.hg)
>
> In the meantime you could take a look at the Java bindings in the most recently released XenServer SDK-- they should be ok (except they'll be missing some of the cool new stuff in XCP)
>
> Cheers,
> Dave
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-07 16:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 0:49 XCP Java language bindings David Erickson
2010-01-11 17:56 ` Dave Scott
2010-01-12 21:35 ` David Erickson
2010-01-13 21:30 ` Dave Scott
2010-01-15 0:39 ` David Erickson
2010-03-07 16:36 ` David Erickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).