<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Easy VMware Development with VI Java API and Groovy</title>
	<atom:link href="http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/</link>
	<description>a technology blog with a focus on virtualization and cloud computing</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hire PHP Developer</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2434</link>
		<dc:creator>Hire PHP Developer</dc:creator>
		<pubDate>Sat, 18 Dec 2010 10:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2434</guid>
		<description>Hey Aaron, Nicely done. Thanks for clear and descriptive explanation with sample code. </description>
		<content:encoded><![CDATA[<p>Hey Aaron, Nicely done. Thanks for clear and descriptive explanation with sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srini.T</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2169</link>
		<dc:creator>Srini.T</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2169</guid>
		<description>I have one datacenter(DC),  2 ESX servers(ESX-1 and ESX-2), and 4 VM instances(vm1, vm2, vm3, vm4).&lt;br&gt;vm1 and vm2 are in ESX-1 and vm3 and vm4 are in ESX-2, Both ESX-1 and ESX-2 are in DC.&lt;br&gt;&lt;br&gt;Usning the following VIJava API cmd we can get all VM instance information in a DataCenter. &lt;br&gt;&quot;ManagedEntity[] vms = new InventoryNavigator(rootFolder).searchManagedEntities(new String[][] { {&quot;VirtualMachine&quot;, &quot;name&quot; }, }, true);&quot;&lt;br&gt;&lt;br&gt;Usning the following VIJava API cmd  we can get all Hosts information in a DataCenter.&lt;br&gt;&quot;ManagedEntity[] hosts = new InventoryNavigator(rootFolder).searchManagedEntities(new String[][] { {&quot;HostSystem&quot;, &quot;name&quot; }, }, true);&quot;&lt;br&gt;&lt;br&gt;My question is I have vm1 VirualMachine obj, how can i get this vm HostIP(I mean ESX-1 IP)??</description>
		<content:encoded><![CDATA[<p>I have one datacenter(DC),  2 ESX servers(ESX-1 and ESX-2), and 4 VM instances(vm1, vm2, vm3, vm4).<br />vm1 and vm2 are in ESX-1 and vm3 and vm4 are in ESX-2, Both ESX-1 and ESX-2 are in DC.</p>
<p>Usning the following VIJava API cmd we can get all VM instance information in a DataCenter. <br />&#8220;ManagedEntity[] vms = new InventoryNavigator(rootFolder).searchManagedEntities(new String[][] { {&#8220;VirtualMachine&#8221;, &#8220;name&#8221; }, }, true);&#8221;</p>
<p>Usning the following VIJava API cmd  we can get all Hosts information in a DataCenter.<br />&#8220;ManagedEntity[] hosts = new InventoryNavigator(rootFolder).searchManagedEntities(new String[][] { {&#8220;HostSystem&#8221;, &#8220;name&#8221; }, }, true);&#8221;</p>
<p>My question is I have vm1 VirualMachine obj, how can i get this vm HostIP(I mean ESX-1 IP)??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lundvall</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2381</link>
		<dc:creator>lundvall</dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2381</guid>
		<description>Ops, did not see the other comments. Sorry. ;)</description>
		<content:encoded><![CDATA[<p>Ops, did not see the other comments. Sorry. <img src='http://www.virtualinsanity.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lundvall</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2380</link>
		<dc:creator>lundvall</dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2380</guid>
		<description>def si = new ServiceInstance(&quot;https://ipAddress/sdk&quot;.toURL(), &quot;administrator&quot;, &quot;password&quot;, true)

or

def si = new ServiceInstance(new URL(&quot;https://ipAddress/sdk&quot;), &quot;administrator&quot;, &quot;password&quot;, true)

</description>
		<content:encoded><![CDATA[<p>def si = new ServiceInstance(&#8220;https://ipAddress/sdk&#8221;.toURL(), &#8220;administrator&#8221;, &#8220;password&#8221;, true)</p>
<p>or</p>
<p>def si = new ServiceInstance(new URL(&#8220;https://ipAddress/sdk&#8221;), &#8220;administrator&#8221;, &#8220;password&#8221;, true)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Laforge</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2379</link>
		<dc:creator>Guillaume Laforge</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2379</guid>
		<description>Sorry, I thought we supported this notation. Either you can use new URL(&quot;...&quot;) or use &quot;...&quot;.toURL()</description>
		<content:encoded><![CDATA[<p>Sorry, I thought we supported this notation. Either you can use new URL(&#8220;&#8230;&#8221;) or use &#8220;&#8230;&#8221;.toURL()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakuraba</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2114</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2114</guid>
		<description>org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object &#039;...&#039; with class &#039;java.lang.String&#039; to class &#039;java.net.URL&#039;</description>
		<content:encoded><![CDATA[<p>org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object &#39;&#8230;&#39; with class &#39;java.lang.String&#39; to class &#39;java.net.URL&#39;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakuraba</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2378</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Wed, 21 Apr 2010 08:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2378</guid>
		<description>Instead of &quot;as URL&quot; I just used &quot;toUrl()&quot; on the String object and it worked ;)</description>
		<content:encoded><![CDATA[<p>Instead of &#8220;as URL&#8221; I just used &#8220;toUrl()&#8221; on the String object and it worked <img src='http://www.virtualinsanity.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Sweemer</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2112</link>
		<dc:creator>Aaron Sweemer</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2112</guid>
		<description>Hi Steve,&lt;br&gt;&lt;br&gt;Thank you for the comment and for promoting the post on &lt;a href=&quot;http://www.doublecloud.org&quot; rel=&quot;nofollow&quot;&gt;www.doublecloud.org&lt;/a&gt;.  Very much appreciated!!&lt;br&gt;&lt;br&gt;-- Aaron</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Thank you for the comment and for promoting the post on <a href="http://www.doublecloud.org" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.doublecloud.org?referer=');">http://www.doublecloud.org</a>.  Very much appreciated!!</p>
<p>&#8211; Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Jin</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2111</link>
		<dc:creator>Steve Jin</dc:creator>
		<pubDate>Tue, 20 Apr 2010 10:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2111</guid>
		<description>Great jobs Aaron, Guillaume!&lt;br&gt;&lt;br&gt;I&#039;ve included this article in the FAQ of the VI Java API website:&lt;br&gt;&lt;a href=&quot;http://vijava.sourceforge.net/faq.php&quot; rel=&quot;nofollow&quot;&gt;http://vijava.sourceforge.net/faq.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Also promoted it as my blogsite: &lt;a href=&quot;http://www.doublecloud.org&quot; rel=&quot;nofollow&quot;&gt;http://www.doublecloud.org&lt;/a&gt;.&lt;br&gt;&lt;br&gt;We stilll need tutorials on other languages like Scala. :-)&lt;br&gt;&lt;br&gt;-Steve</description>
		<content:encoded><![CDATA[<p>Great jobs Aaron, Guillaume!</p>
<p>I&#39;ve included this article in the FAQ of the VI Java API website:<br /><a href="http://vijava.sourceforge.net/faq.php" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/vijava.sourceforge.net/faq.php?referer=');">http://vijava.sourceforge.net/faq.php</a></p>
<p>Also promoted it as my blogsite: <a href="http://www.doublecloud.org" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.doublecloud.org?referer=');">http://www.doublecloud.org</a>.</p>
<p>We stilll need tutorials on other languages like Scala. <img src='http://www.virtualinsanity.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DoubleCloud &#187; Tutorial: Easy VMware Development with VI Java API and Groovy</title>
		<link>http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/comment-page-1/#comment-2110</link>
		<dc:creator>DoubleCloud &#187; Tutorial: Easy VMware Development with VI Java API and Groovy</dc:creator>
		<pubDate>Tue, 20 Apr 2010 05:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualinsanity.com/index.php/2010/04/16/easy-vmware-development-with-vi-java-api-and-groovy/#comment-2110</guid>
		<description>[...] Java API, I get something new. Here is yet another one I just found. It&#8217;s a blog article Easy VMware Development with VI Java API and Groovy by Aaron Sweemer. By reading his blog site, I came to know Aaron is actually my colleague at [...]</description>
		<content:encoded><![CDATA[<p>[...] Java API, I get something new. Here is yet another one I just found. It&#8217;s a blog article Easy VMware Development with VI Java API and Groovy by Aaron Sweemer. By reading his blog site, I came to know Aaron is actually my colleague at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

