<?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: Review of Fujitsu&#8217;s IaaS Cloud API submission to DMTF</title>
	<atom:link href="http://stage.vambenepe.com/archives/1108/feed" rel="self" type="application/rss+xml" />
	<link>http://stage.vambenepe.com/archives/1108</link>
	<description>IT management in a changing IT world</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: William Vambenepe &#8212; Can Cloud standards be saved?</title>
		<link>http://stage.vambenepe.com/archives/1108#comment-102784</link>
		<dc:creator>William Vambenepe &#8212; Can Cloud standards be saved?</dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1108#comment-102784</guid>
		<description>[...] keeps the submission confidential. That&#8217;s why I blogged about the vCloud submission and the Fujitsu submission but couldn&#8217;t provide equivalent analysis for the [...]</description>
		<content:encoded><![CDATA[<p>[...] keeps the submission confidential. That&#8217;s why I blogged about the vCloud submission and the Fujitsu submission but couldn&#8217;t provide equivalent analysis for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Fujitsu Cloud API</title>
		<link>http://stage.vambenepe.com/archives/1108#comment-100750</link>
		<dc:creator>The Fujitsu Cloud API</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1108#comment-100750</guid>
		<description>[...] with time to blog so let me give you a quick run down of what&#8217;s going on and then link you to a great post by William Vanbenepe for more detailed [...]</description>
		<content:encoded><![CDATA[<p>[...] with time to blog so let me give you a quick run down of what&#8217;s going on and then link you to a great post by William Vanbenepe for more detailed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William (@vambenepe on Twitter)</title>
		<link>http://stage.vambenepe.com/archives/1108#comment-100682</link>
		<dc:creator>William (@vambenepe on Twitter)</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1108#comment-100682</guid>
		<description>Thanks Roger. BTW, I didn&#039;t mean to suggest that providing a good RESTful design is &quot;a simple engineering task&quot;.

What is a simple engineering task is to come up with something that looks RESTful on the surface. That&#039;s why I said &quot;RESTful-looking (but contorted)&quot;. And that&#039;s what I see a lot of in &quot;RESTful&quot; Cloud APIs.</description>
		<content:encoded><![CDATA[<p>Thanks Roger. BTW, I didn&#8217;t mean to suggest that providing a good RESTful design is &#8220;a simple engineering task&#8221;.</p>
<p>What is a simple engineering task is to come up with something that looks RESTful on the surface. That&#8217;s why I said &#8220;RESTful-looking (but contorted)&#8221;. And that&#8217;s what I see a lot of in &#8220;RESTful&#8221; Cloud APIs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Menday</title>
		<link>http://stage.vambenepe.com/archives/1108#comment-100678</link>
		<dc:creator>Roger Menday</dc:creator>
		<pubDate>Fri, 18 Dec 2009 22:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1108#comment-100678</guid>
		<description>William, I think the review is very fair,and, in particular your discussion around &#039;getVSYSDescriptor&#039; is thought provoking. I do disagree with your assertion (backed by Tom) that producing a RESTful rendering is a simple engineering task. I think if that was the case, we would&#039;ve seen this in the IaaS space already. Some are good, but, nothing is great - yet !</description>
		<content:encoded><![CDATA[<p>William, I think the review is very fair,and, in particular your discussion around &#8216;getVSYSDescriptor&#8217; is thought provoking. I do disagree with your assertion (backed by Tom) that producing a RESTful rendering is a simple engineering task. I think if that was the case, we would&#8217;ve seen this in the IaaS space already. Some are good, but, nothing is great &#8211; yet !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Maguire</title>
		<link>http://stage.vambenepe.com/archives/1108#comment-99794</link>
		<dc:creator>Tom Maguire</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1108#comment-99794</guid>
		<description>vbp,
I couldn&#039;t agree with you more on some of your points:

&quot;“RESTful” rather than RPC approach&quot; 

Personally, I prefer the noun centric approach (what&#039;s the resource model) to the verb centric approach (API/RPC) mostly because it forces us to talk about the abstractions that are being managed.  I think that rather than esquisse (love that word by the way) I would say it is inchoate.  You are right to point out however that mapping between an XML/RPC style and a RESTful style is more an exercise for the engineer than a really challenging problem.  BTW, that mapping forces us to discuss the abstractions which is a good thing.  On a related point, the application layer protocol wars used to upset me but now just cause me unbearable ennui.  

“model-based versus procedural” debate

I lean much more toward the declarative model-based approach.  We&#039;ve been doing the procedural deal forever and it has well known issues and constraints.  That being said, I believe procedural has its place, just not in the cloud.  

&quot;(VSYS Descriptor) intends to build on OVF&quot;

Amen, the addition of requirements to the OVF is the next big thing that needs to be done.  Those requirement expcession ill allow for a loosely coupled match between the requirements and the capabilities of the infrastructure.  All good stuff, I look forward to the DMTF&#039;s work in this area.

Tom</description>
		<content:encoded><![CDATA[<p>vbp,<br />
I couldn&#8217;t agree with you more on some of your points:</p>
<p>&#8220;“RESTful” rather than RPC approach&#8221; </p>
<p>Personally, I prefer the noun centric approach (what&#8217;s the resource model) to the verb centric approach (API/RPC) mostly because it forces us to talk about the abstractions that are being managed.  I think that rather than esquisse (love that word by the way) I would say it is inchoate.  You are right to point out however that mapping between an XML/RPC style and a RESTful style is more an exercise for the engineer than a really challenging problem.  BTW, that mapping forces us to discuss the abstractions which is a good thing.  On a related point, the application layer protocol wars used to upset me but now just cause me unbearable ennui.  </p>
<p>“model-based versus procedural” debate</p>
<p>I lean much more toward the declarative model-based approach.  We&#8217;ve been doing the procedural deal forever and it has well known issues and constraints.  That being said, I believe procedural has its place, just not in the cloud.  </p>
<p>&#8220;(VSYS Descriptor) intends to build on OVF&#8221;</p>
<p>Amen, the addition of requirements to the OVF is the next big thing that needs to be done.  Those requirement expcession ill allow for a loosely coupled match between the requirements and the capabilities of the infrastructure.  All good stuff, I look forward to the DMTF&#8217;s work in this area.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
