<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: RESTEasy Beta 9 Released</title>
	<atom:link href="http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/</link>
	<description>Software plumbing using middleware wrenches</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:53:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rich Sharples&#8217; Blog &#187; Blog Archive &#187; Tab Sweep - JBoss</title>
		<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/#comment-2280</link>
		<dc:creator><![CDATA[Rich Sharples&#8217; Blog &#187; Blog Archive &#187; Tab Sweep - JBoss]]></dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=176#comment-2280</guid>
		<description><![CDATA[[...] RestEasy 1.0 beta 9 is out [...]]]></description>
		<content:encoded><![CDATA[<p>[...] RestEasy 1.0 beta 9 is out [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billburke</title>
		<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/#comment-2272</link>
		<dc:creator><![CDATA[billburke]]></dc:creator>
		<pubDate>Wed, 03 Dec 2008 19:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=176#comment-2272</guid>
		<description><![CDATA[Solomon wrote: &quot;you basically have to put all of your JAX-RS annotations on the interface rather than the class itself.&quot;

This isn&#039;t true anymore.  I fixed this in the beta-9 release.  The only thing we don&#039;t support is manually roled proxies, i.e. ProxyFactory]]></description>
		<content:encoded><![CDATA[<p>Solomon wrote: &#8220;you basically have to put all of your JAX-RS annotations on the interface rather than the class itself.&#8221;</p>
<p>This isn&#8217;t true anymore.  I fixed this in the beta-9 release.  The only thing we don&#8217;t support is manually roled proxies, i.e. ProxyFactory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solomon Duskis</title>
		<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/#comment-2271</link>
		<dc:creator><![CDATA[Solomon Duskis]]></dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=176#comment-2271</guid>
		<description><![CDATA[@Ophir: SpringContextLoaderListener scans for beans that have JAX-RS annotations, and scans the Class for @Path/@GET/etc. methods, and keeps the beanName.  At run time, we perform a getBean on the beanName and delegate to whatever bean gets returned, be it the original bean or a proxied bean.  

Note: RESTEasy doesn&#039;t do any proxying itself; rather it supports any proxied beans, such as any beans with @Transactional annotations, or otherwise AoP&#039;ed beans.

The biggest issue with all of this is the nature of proxying: Spring either use Java Proxy, which proxies interfaces, or CGLib that proxies the class.  If you&#039;re using interfaces, you basically have to put all of your JAX-RS annotations on the interface rather than the class itself.]]></description>
		<content:encoded><![CDATA[<p>@Ophir: SpringContextLoaderListener scans for beans that have JAX-RS annotations, and scans the Class for @Path/@GET/etc. methods, and keeps the beanName.  At run time, we perform a getBean on the beanName and delegate to whatever bean gets returned, be it the original bean or a proxied bean.  </p>
<p>Note: RESTEasy doesn&#8217;t do any proxying itself; rather it supports any proxied beans, such as any beans with @Transactional annotations, or otherwise AoP&#8217;ed beans.</p>
<p>The biggest issue with all of this is the nature of proxying: Spring either use Java Proxy, which proxies interfaces, or CGLib that proxies the class.  If you&#8217;re using interfaces, you basically have to put all of your JAX-RS annotations on the interface rather than the class itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ophir Radnitz</title>
		<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/#comment-2267</link>
		<dc:creator><![CDATA[Ophir Radnitz]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 15:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=176#comment-2267</guid>
		<description><![CDATA[Oh, I see SpringContextLoaderListener was moved to the resteasy-spring module.
I&#039;d still like to know more about the autoproxied Spring beans :)]]></description>
		<content:encoded><![CDATA[<p>Oh, I see SpringContextLoaderListener was moved to the resteasy-spring module.<br />
I&#8217;d still like to know more about the autoproxied Spring beans <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ophir Radnitz</title>
		<link>http://bill.burkecentral.com/2008/12/01/resteasy-beta-9-released/#comment-2266</link>
		<dc:creator><![CDATA[Ophir Radnitz]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 14:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=176#comment-2266</guid>
		<description><![CDATA[Can you please elaborate on the new Spring support?

The documentation for version 1.0-beta-9 still mentions SpringContextLoaderListener which is no longer found in the new release:
http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0-beta-9/userguide/html_single/index.html#RESTEasy_Spring_Integration

Thank you,
Ophir]]></description>
		<content:encoded><![CDATA[<p>Can you please elaborate on the new Spring support?</p>
<p>The documentation for version 1.0-beta-9 still mentions SpringContextLoaderListener which is no longer found in the new release:<br />
<a href="http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0-beta-9/userguide/html_single/index.html#RESTEasy_Spring_Integration" rel="nofollow">http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.0-beta-9/userguide/html_single/index.html#RESTEasy_Spring_Integration</a></p>
<p>Thank you,<br />
Ophir</p>
]]></content:encoded>
	</item>
</channel>
</rss>

