<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/webarch">
<title>Public marks with tag webarch</title>
<description>Public marks with tag webarch</description>
<link>http://blogmarks.net/marks/tag/webarch</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582841"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058495741"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058225414"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057975296"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057903514"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057702382"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057688827"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057663994"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057663647"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057614543"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057539474"/>
<rdf:li resource="http://blogmarks.net/api/user/srt/mark/1057851314"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1983754"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/730432"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/529473"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/529668"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/229554"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/229555"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/229655"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/229778"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582841">
<title>Dion Hinchcliffe's Blog - Musings and Ruminations on Building Great Systems - Thursday, August 06, 2009 Entries</title>
<link>http://hinchcliffe.org/archive/2009/08/06.aspx</link>
<description>&lt;blockquote&gt;&lt;p&gt;Recently InfoQ did a good summary of the debates around the apparent (to some) limitations of REST when it comes to creating good Web services. At issue is that REST APIs seem to expose &quot;CRUDy&quot; services that fly in the face of years of good services design, particularly when they are just read/write interfaces instead of the richer, full REST architecture (more on what this is later.) The discussion was spurred by Arnon Rotem-Gal-Oz's assertion recently that CRUD is bad for REST, which in my opinion is close but not quite right.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-16T02:41:40Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, restful</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://hinchcliffe.org/archive/2009/08/06.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/98edcd57c8addde53e68902e4c1266fd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://hinchcliffe.org/archive/2009/08/06.aspx">Dion Hinchcliffe's Blog - Musings and Ruminations on Building Great Systems - Thursday, August 06, 2009 Entries</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Recently InfoQ did a good summary of the debates around the apparent (to some) limitations of REST when it comes to creating good Web services. At issue is that REST APIs seem to expose "CRUDy" services that fly in the face of years of good services design, particularly when they are just read/write interfaces instead of the richer, full REST architecture (more on what this is later.) The discussion was spurred by Arnon Rotem-Gal-Oz's assertion recently that CRUD is bad for REST, which in my opinion is close but not quite right.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/restful">restful</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582841">Copy</a> | 
<a href="http://blogmarks.net/link/3408974">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058495741">
<title>The Web in the Enterprise - Stefan Tilkov's Random Stuff</title>
<link>http://www.innoq.com/blog/st/2009/09/the_web_in_the_enterprise.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;# There are meaningful “entry points” into the app - URIs. (No, I’m not going to mention the R-word.) It’s simply entirely unacceptable for a Web app to expose only a single URI, break the “Back” button, and disallow linking. Frameworks that don’t support URIs for application concepts, such as every customer, order, contact report, document etc. should simply be banned.&lt;/p&gt;&lt;p&gt;# Application boundaries are a concern to developers, not users. The Web is about linking stuff together, without any concern about application boundaries. There’s absolutely no reason why you shouldn’t be able to follow a link in your CRM application that takes you to a product page in your online catalog, or from a customer record to the information about when they last logged in to the Web site, or from a page that’s part of a complex business process UI to the appropriate documentation and on to the discussion group where you can tell everybody how much it sucks.&lt;/p&gt;&lt;p&gt;# Documents are accessible in a standard way. The idea of accessing any kind of document, such as an insurance application form that’s been scanned in, a letter sent to a business partner last year, or a contract with a business partner, by any other means than an HTTP GET is just stupid.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-07T11:41:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>http, webarch, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.innoq.com/blog/st/2009/09/the_web_in_the_enterprise.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/07/fad61946e6149ba3f775dc6e725c4cf6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.innoq.com/blog/st/2009/09/the_web_in_the_enterprise.html">The Web in the Enterprise - Stefan Tilkov's Random Stuff</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p># There are meaningful “entry points” into the app - URIs. (No, I’m not going to mention the R-word.) It’s simply entirely unacceptable for a Web app to expose only a single URI, break the “Back” button, and disallow linking. Frameworks that don’t support URIs for application concepts, such as every customer, order, contact report, document etc. should simply be banned.</p><p># Application boundaries are a concern to developers, not users. The Web is about linking stuff together, without any concern about application boundaries. There’s absolutely no reason why you shouldn’t be able to follow a link in your CRM application that takes you to a product page in your online catalog, or from a customer record to the information about when they last logged in to the Web site, or from a page that’s part of a complex business process UI to the appropriate documentation and on to the discussion group where you can tell everybody how much it sucks.</p><p># Documents are accessible in a standard way. The idea of accessing any kind of document, such as an insurance application form that’s been scanned in, a letter sent to a business partner last year, or a contract with a business partner, by any other means than an HTTP GET is just stupid.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058495741">Copy</a> | 
<a href="http://blogmarks.net/link/3336552">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058225414">
<title>Syntelos: References for Web Architecture</title>
<link>http://blog.syntelos.com/2008/01/references-for-web-architecture.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;A web architecture should make a best effort to create survivable resource locations, and independent view query schemes, to avoid application silo effects in its choices.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-01T00:37:57Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.syntelos.com/2008/01/references-for-web-architecture.html"><img border="0" src="http://blogmarks.net/screenshots/2009/03/01/8621c3942369dac11febdd82cc312af9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.syntelos.com/2008/01/references-for-web-architecture.html">Syntelos: References for Web Architecture</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>A web architecture should make a best effort to create survivable resource locations, and independent view query schemes, to avoid application silo effects in its choices.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058225414">Copy</a> | 
<a href="http://blogmarks.net/link/3113696">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057975296">
<title>Native to a Web of Data (Tom Coates, plasticbag.org)</title>
<link>http://plasticbag.org/files/native/</link>
<description>Présentation avec certaines bonnes idées.</description>
<dc:date>2008-09-08T21:15:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>data, slide, webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://plasticbag.org/files/native/"><img border="0" src="http://blogmarks.net/screenshots/2008/09/08/67d75a8f77eff1bee41f47c07a0c6cb2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://plasticbag.org/files/native/">Native to a Web of Data (Tom Coates, plasticbag.org)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">Présentation avec certaines bonnes idées.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/slide">slide</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057975296">Copy</a> | 
<a href="http://blogmarks.net/link/2893062">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057903514">
<title>Architectural Arguments | Thinking Clearly</title>
<link>http://clarkparsia.com/weblog/2008/06/30/architectural-arguments/</link>
<description>&lt;blockquote&gt;&lt;p&gt;HTML is just one of many data formats on the Web. These are all facts that are not open to debate—they are decisions that we made over a decade ago and reaffirmed by consensus of the TAG. Whether or not Ian agrees with the architecture is irrelevant.&lt;/p&gt;&lt;/blockquote&gt;

Il y a juste un probleme dans le raisonnement de Roy Fielding. Si la dernière phrase est exacte… alors toutes les discussions autour du sujet sont inutiles. S'il y a discussion, c'est qu'il y a une peur de l'effet de la communauté html5 et dans ce cas, cela veut dire que cette communauté est suffisamment signifiante sur le marché des technologies. Elle a donc son mot à dire.</description>
<dc:date>2008-07-01T06:16:36Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clarkparsia.com/weblog/2008/06/30/architectural-arguments/"><img border="0" src="http://blogmarks.net/screenshots/2008/07/01/0bcf2b671ed3054428fa1ab6d3c84363.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clarkparsia.com/weblog/2008/06/30/architectural-arguments/">Architectural Arguments | Thinking Clearly</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>HTML is just one of many data formats on the Web. These are all facts that are not open to debate—they are decisions that we made over a decade ago and reaffirmed by consensus of the TAG. Whether or not Ian agrees with the architecture is irrelevant.</p></blockquote>

Il y a juste un probleme dans le raisonnement de Roy Fielding. Si la dernière phrase est exacte… alors toutes les discussions autour du sujet sont inutiles. S'il y a discussion, c'est qu'il y a une peur de l'effet de la communauté html5 et dans ce cas, cela veut dire que cette communauté est suffisamment signifiante sur le marché des technologies. Elle a donc son mot à dire.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057903514">Copy</a> | 
<a href="http://blogmarks.net/link/2828230">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057702382">
<title>Accueil - Puf</title>
<link>http://www.beta.puf.com/wiki/Accueil</link>
<description>&lt;blockquote&gt;&lt;p&gt;Version béta en cours d'expérimentation. Faites nous part de vos commentaires avant le lancement définitif.&lt;/p&gt;&lt;/blockquote&gt;

Le site d'un éditeur de livres en version béta sous wiki. Intéressant. Les URLs vont surement être détruites et je demande comment vont-ils gérer les anciennes.</description>
<dc:date>2008-02-17T08:19:23Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, livre</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.beta.puf.com/wiki/Accueil"><img border="0" src="http://blogmarks.net/screenshots/2008/01/09/f0c7619bc6c92ad7064e5ba7103df52c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.beta.puf.com/wiki/Accueil">Accueil - Puf</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2625197">1 other(s)</a> 
<div class="description"><blockquote><p>Version béta en cours d'expérimentation. Faites nous part de vos commentaires avant le lancement définitif.</p></blockquote>

Le site d'un éditeur de livres en version béta sous wiki. Intéressant. Les URLs vont surement être détruites et je demande comment vont-ils gérer les anciennes.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/livre">livre</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057702382">Copy</a> | 
<a href="http://blogmarks.net/link/2625197">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057688827">
<title>danbri’s foaf stories » Ian Hixie and Mark Nottingham on Web Architecture</title>
<link>http://danbri.org/words/2008/02/06/268</link>
<description>Ca c'est vraiment le quote du jour.</description>
<dc:date>2008-02-06T10:26:59Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, w3c, geek, humour</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://danbri.org/words/2008/02/06/268"><img border="0" src="http://blogmarks.net/screenshots/2008/02/06/8d8a2c5b29957f058d9af3f653abbace.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://danbri.org/words/2008/02/06/268">danbri’s foaf stories » Ian Hixie and Mark Nottingham on Web Architecture</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">Ca c'est vraiment le quote du jour.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geek">geek</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/humour">humour</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057688827">Copy</a> | 
<a href="http://blogmarks.net/link/2661435">React (2)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057663994">
<title>Simple things make firm foundations - W3C Q&amp;A Weblog</title>
<link>http://www.w3.org/QA/2008/01/modularity.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;There are lots of reasons for modularity. The basic one is that one module can evolve or be replaced without affecting the others. If the interfaces are clean, and there are no side effects, then a developer can redesign a module without having to deeply understand the neighboring modules.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-01-21T10:36:43Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, webarch, specification</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/QA/2008/01/modularity.html"><img border="0" src="http://blogmarks.net/screenshots/2008/01/21/651c1696cd9baadf95126bc432908489.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/QA/2008/01/modularity.html">Simple things make firm foundations - W3C Q&amp;A Weblog</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>There are lots of reasons for modularity. The basic one is that one module can evolve or be replaced without affecting the others. If the interfaces are clean, and there are no side effects, then a developer can redesign a module without having to deeply understand the neighboring modules.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/specification">specification</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057663994">Copy</a> | 
<a href="http://blogmarks.net/link/2640340">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057663647">
<title>index [MOAT]</title>
<link>http://moat-project.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;MOAT (Meaning Of A Tag) provides a Semantic Web framework to publish semantically-annotated content from free-tagging.

While tags are widely used in Web 2.0 services, their lack of machine-understandable meaning can be a problem for information retrieval, especially when people use tags that can have different meanings depending on the context.

MOAT aims to solve this by providing a way for users to define meaning(s) of their tag(s) using URIs of Semantic Web resources (such as URIs from dbpedia, geonames … or any knowledge base), and then annotate content with those URIs rather than free-text tags, leveraging content into Semantic Web, by linking data together. Moreover, tag meanings can be shared between people, providing an architecture of participation to define and exchange potential meanings of tags within a community of users. &lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-01-21T01:24:37Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, websemantique, rdf, web2.0</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://moat-project.org/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/21/d4f27238c381cbe2f988a2c6f4400e37.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://moat-project.org/">index [MOAT]</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2640008">2 other(s)</a> 
<div class="description"><blockquote><p>MOAT (Meaning Of A Tag) provides a Semantic Web framework to publish semantically-annotated content from free-tagging.

While tags are widely used in Web 2.0 services, their lack of machine-understandable meaning can be a problem for information retrieval, especially when people use tags that can have different meanings depending on the context.

MOAT aims to solve this by providing a way for users to define meaning(s) of their tag(s) using URIs of Semantic Web resources (such as URIs from dbpedia, geonames … or any knowledge base), and then annotate content with those URIs rather than free-text tags, leveraging content into Semantic Web, by linking data together. Moreover, tag meanings can be shared between people, providing an architecture of participation to define and exchange potential meanings of tags within a community of users. </p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/websemantique">websemantique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdf">rdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2.0">web2.0</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057663647">Copy</a> | 
<a href="http://blogmarks.net/link/2640008">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057614543">
<title>HTTP/1.1 redrafting area</title>
<link>http://labs.apache.org/webarch/http/draft-fielding-http/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Web Architecture Lab: HTTP/1.1 redrafting area&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-12-17T08:28:48Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, http</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://labs.apache.org/webarch/http/draft-fielding-http/"><img border="0" src="http://blogmarks.net/screenshots/2007/12/17/f2aef0720fc0fd7d621426f456f160c8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://labs.apache.org/webarch/http/draft-fielding-http/">HTTP/1.1 redrafting area</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2584084">1 other(s)</a> 
<div class="description"><blockquote><p>Web Architecture Lab: HTTP/1.1 redrafting area</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057614543">Copy</a> | 
<a href="http://blogmarks.net/link/2584084">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057539474">
<title>The elaborated infoset: A proposal</title>
<link>http://www.w3.org/2001/tag/doc/elabInfoset</link>
<description>&lt;blockquote&gt;&lt;p&gt;the question of whether there is a 'default' XML processing model, and if so what it looks like.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-11-12T04:16:13Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>xml, webarch, w3c</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/2001/tag/doc/elabInfoset"><img border="0" src="http://blogmarks.net/screenshots/2007/11/12/11a5179932693edb1e24a5e04385c298.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/2001/tag/doc/elabInfoset">The elaborated infoset: A proposal</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>the question of whether there is a 'default' XML processing model, and if so what it looks like.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057539474">Copy</a> | 
<a href="http://blogmarks.net/link/2526882">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srt/mark/1057851314">
<title>Alistair Miles Versioning and the Web</title>
<link>http://isegserv.itd.rl.ac.uk/blogs/alistair/archives/82</link>
<description></description>
<dc:date>2007-11-07T22:05:31Z</dc:date>
<dc:author>srt</dc:author>
<dc:subject>rdf, http, webarch, architecture, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://isegserv.itd.rl.ac.uk/blogs/alistair/archives/82"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://isegserv.itd.rl.ac.uk/blogs/alistair/archives/82">Alistair Miles Versioning and the Web</a></h4>
 
by <a href="http://blogmarks.net/user/srt">srt</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdf">rdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057851314">Copy</a> | 
<a href="http://blogmarks.net/link/2789014">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1983754">
<title>XML.com: A Theory of Compatible Versions</title>
<link>http://www.xml.com/lpt/a/1684</link>
<description>Making versioning work in practice is a difficult problem in computing. Arguably, the Web was able to increase dramatically in popularity because evolution and versioning were built into HTML and HTTP. Both systems provide explicit extensibility points and rules for understanding extensions that enable their decentralized extension and versioning. </description>
<dc:date>2007-02-09T23:56:19Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webarch, versioning</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.xml.com/lpt/a/1684"><img border="0" src="http://blogmarks.net/screenshots/2007/02/09/da2c6948edaa44e7d802cd7c1ffdd822.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.xml.com/lpt/a/1684">XML.com: A Theory of Compatible Versions</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">Making versioning work in practice is a difficult problem in computing. Arguably, the Web was able to increase dramatically in popularity because evolution and versioning were built into HTML and HTTP. Both systems provide explicit extensibility points and rules for understanding extensions that enable their decentralized extension and versioning. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/versioning">versioning</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1983754">Copy</a> | 
<a href="http://blogmarks.net/link/1690426">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/730432">
<title>Names and addresses</title>
<link>http://norman.walsh.name/2006/07/25/namesAndAddresses</link>
<description>Time and again, we see individuals and organizations inventing new URI schemes in order to tackle the problem of “names” versus “addresses”. That is, they want to provide some sort of a globally unique identifier for “This Thing” independent of where representations of that thing might reside. Almost inevitably, these individuals and organizations fall into the trap of thinking that an “http” URI is somehow an address and not a name and is, therefore, inappropriate for their purpose. They are mistaken. I used to believe this too and I was wrong. A new URI scheme is not necessary, nor does it actually solve the problem. ¶</description>
<dc:date>2006-07-26T04:56:21Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, webarch, uri</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://norman.walsh.name/2006/07/25/namesAndAddresses"><img border="0" src="http://blogmarks.net/screenshots/2006/07/26/be5db04558d41f0d243ab44043d3026c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://norman.walsh.name/2006/07/25/namesAndAddresses">Names and addresses</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/995154">1 other(s)</a> 
<p class="description">Time and again, we see individuals and organizations inventing new URI schemes in order to tackle the problem of “names” versus “addresses”. That is, they want to provide some sort of a globally unique identifier for “This Thing” independent of where representations of that thing might reside. Almost inevitably, these individuals and organizations fall into the trap of thinking that an “http” URI is somehow an address and not a name and is, therefore, inappropriate for their purpose. They are mistaken. I used to believe this too and I was wrong. A new URI scheme is not necessary, nor does it actually solve the problem. ¶</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/uri">uri</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=730432">Copy</a> | 
<a href="http://blogmarks.net/link/995154">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/529473">
<title>W3C Position — Web Architecture Specialist</title>
<link>http://www.w3.org/2006/03/web-position.html</link>
<description>The Architecture Domain seeks a Web technology evangelist and consensus-builder to help the development of Web technology standards and their deployments across the enterprise.</description>
<dc:date>2006-03-26T22:06:42Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, http, soap, job, webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/2006/03/web-position.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/03/27/7e3c806e84cafdd128c43411a183f0d1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/2006/03/web-position.html">W3C Position — Web Architecture Specialist</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">The Architecture Domain seeks a Web technology evangelist and consensus-builder to help the development of Web technology standards and their deployments across the enterprise.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/soap">soap</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/job">job</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=529473">Copy</a> | 
<a href="http://blogmarks.net/link/817109">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/529668">
<title>Caching Tutorial for Web Authors and Webmasters</title>
<link>http://www.mnot.net/cache_docs/</link>
<description>A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — fo</description>
<dc:date>2005-11-22T15:38:42Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, http, url, cache, webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mnot.net/cache_docs/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/19/22cfcc417810dca858c9b5fca75a60f5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mnot.net/cache_docs/">Caching Tutorial for Web Authors and Webmasters</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/45840">25 other(s)</a> 
<p class="description">A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — fo</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/url">url</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cache">cache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=529668">Copy</a> | 
<a href="http://blogmarks.net/link/45840">React (1)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/229554">
<title>mnot’s Web log: REST vs..?</title>
<link>http://www.mnot.net/blog/2005/11/07/REST_vs</link>
<description>REST and SOAP are not incompatible</description>
<dc:date>2005-11-21T14:35:12Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, rest, soap, webarch, QA</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mnot.net/blog/2005/11/07/REST_vs"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mnot.net/blog/2005/11/07/REST_vs">mnot’s Web log: REST vs..?</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">REST and SOAP are not incompatible</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/soap">soap</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/QA">QA</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=229554">Copy</a> | 
<a href="http://blogmarks.net/link/347753">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/229555">
<title>REST, SOAP, tous les gouts sont dans la nature</title>
<link>http://www.raubacapeu.net/people/yves/2005/05/17/weblog.html</link>
<description>Explain why REST and SOAP are not incompatible</description>
<dc:date>2005-11-21T14:33:31Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, rest, soap, webarch, QA</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.raubacapeu.net/people/yves/2005/05/17/weblog.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.raubacapeu.net/people/yves/2005/05/17/weblog.html">REST, SOAP, tous les gouts sont dans la nature</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">Explain why REST and SOAP are not incompatible</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/soap">soap</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/QA">QA</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=229555">Copy</a> | 
<a href="http://blogmarks.net/link/347755">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/229655">
<title>A RESTful Web service, an example : Paul James</title>
<link>http://www.peej.co.uk/articles/restfully-delicious</link>
<description></description>
<dc:date>2005-11-01T12:03:30Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>w3c, rest, http, webarch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.peej.co.uk/articles/restfully-delicious"><img border="0" src="http://www.blogmarks.net/screenshots/2005/10/31/4a02fe0937a9d011d018c73ee41fb8ca.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.peej.co.uk/articles/restfully-delicious">A RESTful Web service, an example : Paul James</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/307141">3 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=229655">Copy</a> | 
<a href="http://blogmarks.net/link/307141">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/229778">
<title>SemWebCentral: pySesame</title>
<link>http://pysesame.projects.semwebcentral.org/</link>
<description></description>
<dc:date>2005-09-16T19:43:46Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, rest, rdf, webarch, websemantique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pysesame.projects.semwebcentral.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pysesame.projects.semwebcentral.org/">SemWebCentral: pySesame</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdf">rdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webarch">webarch</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/websemantique">websemantique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=229778">Copy</a> | 
<a href="http://blogmarks.net/link/348148">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>