<?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: Generalized Linking</title>
	<atom:link href="http://www.subbu.org/blog/2008/10/generalized-linking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2008/10/generalized-linking</link>
	<description>HTTP, REST and some Cycling</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:14:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sbtourist (Sergio Bossa)</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-57322</link>
		<dc:creator>sbtourist (Sergio Bossa)</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-57322</guid>
		<description>.&lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/sduskis&quot;&gt;@sduskis&lt;/a&gt; Great, discovered interesting people and this good link: http://www.subbu.org/blog/2008/10/generalized-linking</description>
		<content:encoded><![CDATA[<p>.<a rel="nofollow" href="http://twitter.com/sduskis">@sduskis</a> Great, discovered interesting people and this good link: <a href="http://www.subbu.org/blog/2008/10/generalized-linking" rel="nofollow">http://www.subbu.org/blog/2008/10/generalized-linking</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexandrosM (Alexandros Marinos)</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-57323</link>
		<dc:creator>alexandrosM (Alexandros Marinos)</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-57323</guid>
		<description>&lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/jimwebber&quot;&gt;@jimwebber&lt;/a&gt; what about efforts such as http://www.subbu.org/blog/2008/10/generalized-linking and HyperJSON ?</description>
		<content:encoded><![CDATA[<p><a rel="nofollow" href="http://twitter.com/jimwebber">@jimwebber</a> what about efforts such as <a href="http://www.subbu.org/blog/2008/10/generalized-linking" rel="nofollow">http://www.subbu.org/blog/2008/10/generalized-linking</a> and HyperJSON ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Kirkpatrick</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-45706</link>
		<dc:creator>Jamie Kirkpatrick</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-45706</guid>
		<description>Great post Subbu: I read your other article (http://www.infoq.com/articles/subbu-allamaraju-rest) regarding the use of links to navigate between resources.  I immediately started pondering how this translated to JSON if that format was used instead: this post does a good job of trying to provide a solution.  Good work!</description>
		<content:encoded><![CDATA[<p>Great post Subbu: I read your other article (<a href="http://www.infoq.com/articles/subbu-allamaraju-rest" rel="nofollow">http://www.infoq.com/articles/subbu-allamaraju-rest</a>) regarding the use of links to navigate between resources.  I immediately started pondering how this translated to JSON if that format was used instead: this post does a good job of trying to provide a solution.  Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Analytics for Web APIs at subbu.org</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-11230</link>
		<dc:creator>Analytics for Web APIs at subbu.org</dc:creator>
		<pubDate>Tue, 18 Nov 2008 04:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-11230</guid>
		<description>[...] and conduct A/B testing. That is, when clients are discovering URIs at runtime based on known link relations, servers have a chance to get [...]</description>
		<content:encoded><![CDATA[<p>[...] and conduct A/B testing. That is, when clients are discovering URIs at runtime based on known link relations, servers have a chance to get [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subbu</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-5998</link>
		<dc:creator>subbu</dc:creator>
		<pubDate>Sun, 12 Oct 2008 00:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-5998</guid>
		<description>&lt;blockquote&gt;
All this atom talk got me excited, so I’m implementing a JAXB model for Atom. I’m going to add some hooks into JAX-RS so you can easily inject links that are derived from the base URIs of the incoming request…
&lt;/blockquote&gt;

Have you looked at integrating Rome or Abdera? One problem with JAXB is that it does not support RNG, and RNG is more flexible when it comes it unordered children. Specifying a native Java API for Atom may be easier than JAXB.</description>
		<content:encoded><![CDATA[<blockquote><p>
All this atom talk got me excited, so I’m implementing a JAXB model for Atom. I’m going to add some hooks into JAX-RS so you can easily inject links that are derived from the base URIs of the incoming request…
</p></blockquote>
<p>Have you looked at integrating Rome or Abdera? One problem with JAXB is that it does not support RNG, and RNG is more flexible when it comes it unordered children. Specifying a native Java API for Atom may be easier than JAXB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Burke</title>
		<link>http://www.subbu.org/blog/2008/10/generalized-linking/comment-page-1#comment-5981</link>
		<dc:creator>Bill Burke</dc:creator>
		<pubDate>Sat, 11 Oct 2008 20:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=456#comment-5981</guid>
		<description>Why not use something like Badger which defines a mapping between JSON and XML?  

http://badgerfish.ning.com/

Its a little extra verbosey, but its good enough IMO.  Then you don&#039;t have to rework all these XML formats within JSON.

For example, we integrated the Jettison project into JBoss Resteasy (JAX-RS).  Jettison allows you to (un)marshall JSON to and from JAXB annotated classes.  They have the Badger format, as well as a less-verbose mapping format (which we use by default).

All this atom talk got me excited, so I&#039;m implementing a JAXB model for Atom.  I&#039;m going to add some hooks into JAX-RS so you can easily inject links that are derived from the base URIs of the incoming request...</description>
		<content:encoded><![CDATA[<p>Why not use something like Badger which defines a mapping between JSON and XML?  </p>
<p><a href="http://badgerfish.ning.com/" rel="nofollow">http://badgerfish.ning.com/</a></p>
<p>Its a little extra verbosey, but its good enough IMO.  Then you don&#8217;t have to rework all these XML formats within JSON.</p>
<p>For example, we integrated the Jettison project into JBoss Resteasy (JAX-RS).  Jettison allows you to (un)marshall JSON to and from JAXB annotated classes.  They have the Badger format, as well as a less-verbose mapping format (which we use by default).</p>
<p>All this atom talk got me excited, so I&#8217;m implementing a JAXB model for Atom.  I&#8217;m going to add some hooks into JAX-RS so you can easily inject links that are derived from the base URIs of the incoming request&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
