<?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: Writing RESTFul Java Book</title>
	<atom:link href="http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/</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: Art Yeo</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-4272</link>
		<dc:creator><![CDATA[Art Yeo]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 22:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-4272</guid>
		<description><![CDATA[Thank you, Bill. CDI sounds about right. I&#039;ll look into it and see it all fits into place.]]></description>
		<content:encoded><![CDATA[<p>Thank you, Bill. CDI sounds about right. I&#8217;ll look into it and see it all fits into place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billburke</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-4271</link>
		<dc:creator><![CDATA[billburke]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 21:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-4271</guid>
		<description><![CDATA[You can manually create your JAX-RS service objects within an Application class.  Alternatively you can preconfigure stuff within a Spring bean or EJB/CDI equivalent and reference it within your JAX-RS service.]]></description>
		<content:encoded><![CDATA[<p>You can manually create your JAX-RS service objects within an Application class.  Alternatively you can preconfigure stuff within a Spring bean or EJB/CDI equivalent and reference it within your JAX-RS service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Yeo</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-4270</link>
		<dc:creator><![CDATA[Art Yeo]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 17:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-4270</guid>
		<description><![CDATA[Hey Bill,
I love your bk and it helped me a lot to get things started.

Incidentally, while I was designing and developing  parts of my system, I came across a standard issue where I need my system to read a bunch of static data from the Db  into some &quot;global&quot; Java obj during startup so that when JAX-RS is servicing each HTTP request, it does not need to keep instantiating the same objs and populating them from the Db. They are mainly config data that *never* change but I want them to be read from the Db instead of encoding them in static data members.

Do you know of way or workaround for this issue?

Thanks!
--
Art]]></description>
		<content:encoded><![CDATA[<p>Hey Bill,<br />
I love your bk and it helped me a lot to get things started.</p>
<p>Incidentally, while I was designing and developing  parts of my system, I came across a standard issue where I need my system to read a bunch of static data from the Db  into some &#8220;global&#8221; Java obj during startup so that when JAX-RS is servicing each HTTP request, it does not need to keep instantiating the same objs and populating them from the Db. They are mainly config data that *never* change but I want them to be read from the Db instead of encoding them in static data members.</p>
<p>Do you know of way or workaround for this issue?</p>
<p>Thanks!<br />
&#8211;<br />
Art</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billburke</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2812</link>
		<dc:creator><![CDATA[billburke]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 13:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2812</guid>
		<description><![CDATA[Publisher wants it out in September.  I hope to make it for JBossWorld.  Again, its mostly 95% going to be about JAX-RS.  Whether its a complicated framework or not, I&#039;ll let you decide.]]></description>
		<content:encoded><![CDATA[<p>Publisher wants it out in September.  I hope to make it for JBossWorld.  Again, its mostly 95% going to be about JAX-RS.  Whether its a complicated framework or not, I&#8217;ll let you decide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martyn</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2811</link>
		<dc:creator><![CDATA[Martyn]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 12:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2811</guid>
		<description><![CDATA[Any latest news on a publication date yet?
Also, I hope that you start off with some very very basic examples in java, ie no complicating frameworks etc. Some of us are new to all this!
On the client side I&#039;d be interested in seeing flex used as an example since that&#039;s what I&#039;m currently looking at.
Cheers.]]></description>
		<content:encoded><![CDATA[<p>Any latest news on a publication date yet?<br />
Also, I hope that you start off with some very very basic examples in java, ie no complicating frameworks etc. Some of us are new to all this!<br />
On the client side I&#8217;d be interested in seeing flex used as an example since that&#8217;s what I&#8217;m currently looking at.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus Hausberger</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2469</link>
		<dc:creator><![CDATA[Claus Hausberger]]></dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2469</guid>
		<description><![CDATA[I agree. Restful Web Service is a wonderful book and I like the Ruby examples, but examples in other languages as a separate download would have been great.

@Bill: You can use JRuby to write some  Ruby examples for your book :-)

Claus]]></description>
		<content:encoded><![CDATA[<p>I agree. Restful Web Service is a wonderful book and I like the Ruby examples, but examples in other languages as a separate download would have been great.</p>
<p>@Bill: You can use JRuby to write some  Ruby examples for your book <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Claus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cvasilak</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2463</link>
		<dc:creator><![CDATA[cvasilak]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 17:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2463</guid>
		<description><![CDATA[Thank you!

I really need a &lt;strong&gt;good book&lt;/strong&gt; for JAX-RS :)

Regards]]></description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>I really need a <strong>good book</strong> for JAX-RS <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2457</link>
		<dc:creator><![CDATA[Mike Miller]]></dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2457</guid>
		<description><![CDATA[Okay, so my next question is, If I only had time to read one book on REST, which should I read?

I know people may say &quot;Read both!&quot; but I am a slow reader and my list of &#039;to reads&#039; is getting too long...]]></description>
		<content:encoded><![CDATA[<p>Okay, so my next question is, If I only had time to read one book on REST, which should I read?</p>
<p>I know people may say &#8220;Read both!&#8221; but I am a slow reader and my list of &#8216;to reads&#8217; is getting too long&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billburke</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2453</link>
		<dc:creator><![CDATA[billburke]]></dc:creator>
		<pubDate>Thu, 05 Feb 2009 00:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2453</guid>
		<description><![CDATA[Mike,

Although it will over lap a little bit, my book should not compete with Restful Web Services.  Restful Web Services is an awesome book.  I highly recommend it to anyone.  I did *HATE* that the examples were in Ruby.

Most of the book is going to be about JAX-RS.  Like my EJB 3.0 book, there will be a workbook section that shows you how to run the examples in the book with RESTEasy, which is a certified JAX-RS implementation.  Also, one chapters in the book will be &quot;RESTFul Clients&quot; and a good portion of that will walk through RESTEasy&#039;s client framework as well as java.net.URL and Apache HTTP Client.]]></description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Although it will over lap a little bit, my book should not compete with Restful Web Services.  Restful Web Services is an awesome book.  I highly recommend it to anyone.  I did *HATE* that the examples were in Ruby.</p>
<p>Most of the book is going to be about JAX-RS.  Like my EJB 3.0 book, there will be a workbook section that shows you how to run the examples in the book with RESTEasy, which is a certified JAX-RS implementation.  Also, one chapters in the book will be &#8220;RESTFul Clients&#8221; and a good portion of that will walk through RESTEasy&#8217;s client framework as well as java.net.URL and Apache HTTP Client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://bill.burkecentral.com/2009/01/29/writing-restful-java-book/#comment-2452</link>
		<dc:creator><![CDATA[Mike Miller]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://bill.burkecentral.com/?p=197#comment-2452</guid>
		<description><![CDATA[So how would this book be diffent from the &quot;Restful Web Services&quot; book by O&#039;Reilly?  I have been looking for a good &quot;Rest&quot; related book and the &quot;Restful Web Services&quot; books seems to be the most up-to-date based on the publication dates.  I believe I did read that the examples were in Ruby or Rails, but the comments on Amazon indicated that people still thought that it was a good book to get a handle on REST.  

Will the book have a &#039;RESTEasy&#039; bent to it or stick mostly to JAX-RS?]]></description>
		<content:encoded><![CDATA[<p>So how would this book be diffent from the &#8220;Restful Web Services&#8221; book by O&#8217;Reilly?  I have been looking for a good &#8220;Rest&#8221; related book and the &#8220;Restful Web Services&#8221; books seems to be the most up-to-date based on the publication dates.  I believe I did read that the examples were in Ruby or Rails, but the comments on Amazon indicated that people still thought that it was a good book to get a handle on REST.  </p>
<p>Will the book have a &#8216;RESTEasy&#8217; bent to it or stick mostly to JAX-RS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

