|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Java support for Xen APIs
I've had some success using the apache xml-rpc library to access xen
with version 3.0.4. There were a few gotchas, such as having to enable
extension support because xend was sending back nil as a result, which
is only valid if extensions are enabled. Unfortunately, it appears
that xend was not honoring the fact that extension support is
negotiated.
It would be handy to have a packaged solution that exports a simple
api for talking to xend, as building some of the control structures is
a bit of a pain.
-Ray
On 3/29/07, Premjith Rayaroth <premjith.rayaroth@xxxxxxxxxx> wrote:
Hi,
Is Java support available for Xen APIs. Can I use Java to make XML-RPC
calls to the Xen machines? I assume only 'C' and 'Python' are supported.
Is there any plan to support Java.
Thanks
-Prem
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|