<?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: CXF REST Support</title>
	<atom:link href="http://netzooid.com/blog/2006/10/27/cxf-rest-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/</link>
	<description>gettin all zoidal on ya</description>
	<lastBuildDate>Tue, 08 Sep 2009 21:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dhruba Bandopadhyay</title>
		<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/comment-page-1/#comment-67854</link>
		<dc:creator>Dhruba Bandopadhyay</dc:creator>
		<pubDate>Tue, 30 Sep 2008 22:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2006/10/27/cxf-rest-support/#comment-67854</guid>
		<description>[...] the JSR 224 (JAX-WS) as well as, in initial form, JSR 311 (JAX-RS) and has a beautiful non-invasive annotation driven API for integrating REST into your POJO based application. This was later extended to provide support [...]</description>
		<content:encoded><![CDATA[<p>[...] the JSR 224 (JAX-WS) as well as, in initial form, JSR 311 (JAX-RS) and has a beautiful non-invasive annotation driven API for integrating REST into your POJO based application. This was later extended to provide support [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Is REST Winning? &#124; 0HV.NET : Internet Blog</title>
		<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/comment-page-1/#comment-3489</link>
		<dc:creator>Is REST Winning? &#124; 0HV.NET : Internet Blog</dc:creator>
		<pubDate>Thu, 31 May 2007 11:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2006/10/27/cxf-rest-support/#comment-3489</guid>
		<description>[...] and more Web services tools, such as Apache Axis2 and CXF, have started to offer some support for the REST model. Sun has started JSR 311 to standardize [...]</description>
		<content:encoded><![CDATA[<p>[...] and more Web services tools, such as Apache Axis2 and CXF, have started to offer some support for the REST model. Sun has started JSR 311 to standardize [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netzooid &#187; The wonder of conventions: CXF REST services get easier</title>
		<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/comment-page-1/#comment-836</link>
		<dc:creator>netzooid &#187; The wonder of conventions: CXF REST services get easier</dc:creator>
		<pubDate>Mon, 04 Dec 2006 00:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2006/10/27/cxf-rest-support/#comment-836</guid>
		<description>[...] One of the things I hear often from the Ruby fan boys and girls is the wonders of conventions.  A while back I posted a bit on CXF&#8217;s new found REST support using annotations. But, given any class which does CRUD operations, there are a lot of similarities, so shouldn&#8217;t we be able to employ some conventions as well?. The latest code in CXF&#8217;s SVN takes a cue from the Ruby community and knows how to turn CRUD operations into resources automatically. [...]</description>
		<content:encoded><![CDATA[<p>[...] One of the things I hear often from the Ruby fan boys and girls is the wonders of conventions.  A while back I posted a bit on CXF&#8217;s new found REST support using annotations. But, given any class which does CRUD operations, there are a lot of similarities, so shouldn&#8217;t we be able to employ some conventions as well?. The latest code in CXF&#8217;s SVN takes a cue from the Ruby community and knows how to turn CRUD operations into resources automatically. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netzooid &#187; JSON/REST Services with CXF and Jettison</title>
		<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/comment-page-1/#comment-832</link>
		<dc:creator>netzooid &#187; JSON/REST Services with CXF and Jettison</dc:creator>
		<pubDate>Mon, 13 Nov 2006 03:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2006/10/27/cxf-rest-support/#comment-832</guid>
		<description>[...] After about two evening hacking sessions, I came up with Jettison - as in let&#8217;s Jettison our XML and use JSON! Jettison is a StAX implementation that reads and writes JSON. You simply tell CXF about the new StAX implementation and what Content-Type you&#8217;re serving. Combine this with the CXF REST support and we have an instant JSON REST web services! [...]</description>
		<content:encoded><![CDATA[<p>[...] After about two evening hacking sessions, I came up with Jettison &#8211; as in let&#8217;s Jettison our XML and use JSON! Jettison is a StAX implementation that reads and writes JSON. You simply tell CXF about the new StAX implementation and what Content-Type you&#8217;re serving. Combine this with the CXF REST support and we have an instant JSON REST web services! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Tilkov's Random Stuff</title>
		<link>http://netzooid.com/blog/2006/10/27/cxf-rest-support/comment-page-1/#comment-828</link>
		<dc:creator>Stefan Tilkov's Random Stuff</dc:creator>
		<pubDate>Sat, 28 Oct 2006 07:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2006/10/27/cxf-rest-support/#comment-828</guid>
		<description>&lt;strong&gt;REST and CeltiXFire&lt;/strong&gt;

If you&#8217;re interested in the REST-vs.-SOAP permathread, check out this comment from Dan Diephouse &#8212; this looks like the first Web services framework that seems to have a REST binding that&#8217;s actually worth the name. Update: More details...</description>
		<content:encoded><![CDATA[<p><strong>REST and CeltiXFire</strong></p>
<p>If you&#8217;re interested in the REST-vs.-SOAP permathread, check out this comment from Dan Diephouse &#8212; this looks like the first Web services framework that seems to have a REST binding that&#8217;s actually worth the name. Update: More details&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
