<?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: APP and Dare, the sitting duck</title>
	<atom:link href="http://www.goland.org/appanddare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goland.org/appanddare/</link>
	<description>Technology, Politics, Food, Finance, etc.</description>
	<lastBuildDate>Thu, 04 Mar 2010 05:45:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SSIS Junkie : OData gunning for ubiquity across Microsoft products</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-335061</link>
		<dc:creator>SSIS Junkie : OData gunning for ubiquity across Microsoft products</dc:creator>
		<pubDate>Mon, 21 Dec 2009 18:51:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-335061</guid>
		<description>[...] far as when an influential team within Microsoft were probably going to reject AtomPub and instead use their own proprietary alternative) and back in March 2008 I noted with interest an announcement by George Moore on the Live Services [...]</description>
		<content:encoded><![CDATA[<p>[...] far as when an influential team within Microsoft were probably going to reject AtomPub and instead use their own proprietary alternative) and back in March 2008 I noted with interest an announcement by George Moore on the Live Services [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie T</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-206353</link>
		<dc:creator>Jamie T</dc:creator>
		<pubDate>Thu, 28 Feb 2008 21:17:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-206353</guid>
		<description>So, is this blog entry still relevant given the announcements on Feb 28th, 2008?

i.e.: &quot;Microsoft is making a large investment in unifying our developer platform protocols for services on the open, standards-based Atom format (RFC 4287) and the Atom Publishing Protocol (RFC 5023).&quot;
(http://dev.live.com/blogs/devlive/archive/2008/02/27/213.aspx)

Has Web3S disappeared? An appropriate blog post would be much appreciated Yaron.

cheers
Jamie</description>
		<content:encoded><![CDATA[<p>So, is this blog entry still relevant given the announcements on Feb 28th, 2008?</p>
<p>i.e.: &#8220;Microsoft is making a large investment in unifying our developer platform protocols for services on the open, standards-based Atom format (RFC 4287) and the Atom Publishing Protocol (RFC 5023).&#8221;<br />
(<a href="http://dev.live.com/blogs/devlive/archive/2008/02/27/213.aspx" rel="nofollow">http://dev.live.com/blogs/devlive/archive/2008/02/27/213.aspx</a>)</p>
<p>Has Web3S disappeared? An appropriate blog post would be much appreciated Yaron.</p>
<p>cheers<br />
Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-165006</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 11 Jul 2007 04:39:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-165006</guid>
		<description>Sergey - but wouldn&#039;t you want to be able to get them directly? For example, if I do an update to a SII that makes the SII into a JPEG then wouldn&#039;t I later want to be able to do a read and get back an Image/JPEG and not some XML encoded nightmare?

An implementer can also use the deferred content feature to make sure that the XML encoded glop doesn&#039;t show up in normal requests.</description>
		<content:encoded><![CDATA[<p>Sergey &#8211; but wouldn&#8217;t you want to be able to get them directly? For example, if I do an update to a SII that makes the SII into a JPEG then wouldn&#8217;t I later want to be able to do a read and get back an Image/JPEG and not some XML encoded nightmare?</p>
<p>An implementer can also use the deferred content feature to make sure that the XML encoded glop doesn&#8217;t show up in normal requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Beryozkin</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-164164</link>
		<dc:creator>Sergey Beryozkin</dc:creator>
		<pubDate>Thu, 05 Jul 2007 12:26:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-164164</guid>
		<description>Thanks, I fixed it, doing first blogging steps...
Updating contained SIIs directly does look like a neat idea. In context of updates it&#039;s clearer why it makes sense to model them as individual resources, as the scoping is clear from their URIs...Can contained SIIs be characterized as write-only resources ?</description>
		<content:encoded><![CDATA[<p>Thanks, I fixed it, doing first blogging steps&#8230;<br />
Updating contained SIIs directly does look like a neat idea. In context of updates it&#8217;s clearer why it makes sense to model them as individual resources, as the scoping is clear from their URIs&#8230;Can contained SIIs be characterized as write-only resources ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-163450</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 04 Jul 2007 05:00:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-163450</guid>
		<description>Sergey - Allow anonymous postings! I had found your blog post earlier and was trying to respond but you don&#039;t allow people to just enter their name and e-mail address.

In answer to your question allowing SIIs to be addressed is useless in the case you identified which is why my current position is that the &#039;core&#039; Web3S spec should not define a way to address SIIs.

But as an optional feature being able to address SIIs is useful because it allows you to use a more appropriate content-type. For example, if someone wants to store an XML document as a SII they have to do it by embedding it into another XML document. This typically involves nastiness like CDATA although we will be providing a better solution. But if you can address the SII directly then you can just upload the XML doc directly as an Application/XML file.

We are also likely to add binary support along side SII support so again, direct addressing means you can pull down a JPEG file as a binary stream using an SII address instead of a base 64 encoded stream in a XML or JSON file.</description>
		<content:encoded><![CDATA[<p>Sergey &#8211; Allow anonymous postings! I had found your blog post earlier and was trying to respond but you don&#8217;t allow people to just enter their name and e-mail address.</p>
<p>In answer to your question allowing SIIs to be addressed is useless in the case you identified which is why my current position is that the &#8216;core&#8217; Web3S spec should not define a way to address SIIs.</p>
<p>But as an optional feature being able to address SIIs is useful because it allows you to use a more appropriate content-type. For example, if someone wants to store an XML document as a SII they have to do it by embedding it into another XML document. This typically involves nastiness like CDATA although we will be providing a better solution. But if you can address the SII directly then you can just upload the XML doc directly as an Application/XML file.</p>
<p>We are also likely to add binary support along side SII support so again, direct addressing means you can pull down a JPEG file as a binary stream using an SII address instead of a base 64 encoded stream in a XML or JSON file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Beryozkin</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-163340</link>
		<dc:creator>Sergey Beryozkin</dc:creator>
		<pubDate>Tue, 03 Jul 2007 10:38:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-163340</guid>
		<description>Two comments are here :

http://sberyozkin.blogspot.com/2007/06/some-comments-on-web3s.html

I like the idea about merge and somewhat confused about the utility of exposing the fine-grained resources like &quot;lastname&quot;</description>
		<content:encoded><![CDATA[<p>Two comments are here :</p>
<p><a href="http://sberyozkin.blogspot.com/2007/06/some-comments-on-web3s.html" rel="nofollow">http://sberyozkin.blogspot.com/2007/06/some-comments-on-web3s.html</a></p>
<p>I like the idea about merge and somewhat confused about the utility of exposing the fine-grained resources like &#8220;lastname&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John D. Heintz</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-162639</link>
		<dc:creator>John D. Heintz</dc:creator>
		<pubDate>Thu, 28 Jun 2007 20:21:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-162639</guid>
		<description>Yaron,
My latest &lt;a href=&quot;http://johnheintz.blogspot.com/2007/06/web3s-pushes-secondary-resources.html&quot; title=&quot;blog post&quot; rel=&quot;nofollow&quot;&gt;blog post&lt;/a&gt; is a response to your comments.

Here is my summary:
Web3S doesn&#039;t naturally support RESTful primary resource identifiers for EIIs. It can, but only with optional elements and server-specific guarantees about identifiers. A generic Web3S client could never &quot;know&quot; what canonical and primary resources were identified.


Thanks for listening, John.</description>
		<content:encoded><![CDATA[<p>Yaron,<br />
My latest <a href="http://johnheintz.blogspot.com/2007/06/web3s-pushes-secondary-resources.html" title="blog post" rel="nofollow">blog post</a> is a response to your comments.</p>
<p>Here is my summary:<br />
Web3S doesn&#8217;t naturally support RESTful primary resource identifiers for EIIs. It can, but only with optional elements and server-specific guarantees about identifiers. A generic Web3S client could never &#8220;know&#8221; what canonical and primary resources were identified.</p>
<p>Thanks for listening, John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John D. Heintz</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-162485</link>
		<dc:creator>John D. Heintz</dc:creator>
		<pubDate>Wed, 27 Jun 2007 17:26:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-162485</guid>
		<description>Yaron, thanks for responding to my comments (&lt;a href=&quot;https://www.blogger.com/comment.g?blogID=16853210481690002&amp;postID=1416302995596127417&quot; title=&quot;see Yaron&#039;s comment here&quot; rel=&quot;nofollow&quot;&gt;see Yaron&#039;s comment here&lt;/a&gt;).

I&#039;m still thinking about your words and looking through the spec.

Also, you may want to package that up as a post to your own blog (so more people will see it).</description>
		<content:encoded><![CDATA[<p>Yaron, thanks for responding to my comments (<a href="https://www.blogger.com/comment.g?blogID=16853210481690002&amp;postID=1416302995596127417" title="see Yaron's comment here" rel="nofollow">see Yaron&#8217;s comment here</a>).</p>
<p>I&#8217;m still thinking about your words and looking through the spec.</p>
<p>Also, you may want to package that up as a post to your own blog (so more people will see it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RESTful Live Contacts for Internet-scale social networking &#171; Jon Udell</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-161572</link>
		<dc:creator>RESTful Live Contacts for Internet-scale social networking &#171; Jon Udell</dc:creator>
		<pubDate>Thu, 21 Jun 2007 13:54:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-161572</guid>
		<description>[...] Windows Live.&#8221; There was no mention of UPDATE. However, the spec was published in order to solicit feedback, and I&#8217;ll be interested to see what comes of [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows Live.&#8221; There was no mention of UPDATE. However, the spec was published in order to solicit feedback, and I&#8217;ll be interested to see what comes of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Panzer</title>
		<link>http://www.goland.org/appanddare/comment-page-1/#comment-161406</link>
		<dc:creator>John Panzer</dc:creator>
		<pubDate>Wed, 20 Jun 2007 13:57:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-161406</guid>
		<description>Yaron -- Looking forward to seeing your emails on atom-protocol.  I feel your pain w.r.t. time crunches :).</description>
		<content:encoded><![CDATA[<p>Yaron &#8212; Looking forward to seeing your emails on atom-protocol.  I feel your pain w.r.t. time crunches :).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
