<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shaun Abram &#187; books</title>
	<atom:link href="http://www.shaunabram.com/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaunabram.com</link>
	<description>Java and Technology weblog</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Spring Enterprise Recipes</title>
		<link>http://www.shaunabram.com/spring-enterprise-recipes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spring-enterprise-recipes</link>
		<comments>http://www.shaunabram.com/spring-enterprise-recipes/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:57:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.shaunabram.com/?p=737</guid>
		<description><![CDATA[I recently found out that this book has just been published: &#8220;Spring Enterprise Recipes: A Problem-Solution Approach&#8221; It is written by Josh Long and Gary Mak. I have heard Josh speak at several conferences, followed his articles on TheServerSide (as well as on his blog) and recently got to hang out with him at the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found out that this book has just been published:<br />
&#8220;<a href="http://www.amazon.com/Spring-Enterprise-Recipes-Problem-Solution-Approach/dp/1430224975/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1259951733&#038;sr=8-1">Spring Enterprise Recipes: A Problem-Solution Approach</a>&#8221;<br />
It is written by Josh Long and Gary Mak. I have heard Josh speak at several conferences, followed his articles on TheServerSide (as well as on his <a href="http://www.joshlong.com">blog</a>) and recently got to hang out with him at the SoCal Code Camp. He is very knowledgeable about Spring and enterprise integration and since Gary is already an author of one of the leading Spring books (<a href="http://www.amazon.com/Spring-Recipes-Problem-Solution-Approach-Professionals/dp/1590599799/ref=sr_1_2?ie=UTF8&#038;s=books&#038;qid=1259951733&#038;sr=8-2">Spring recipes</a>), this should be a great book. I have just ordered my copy and will try to post a review when I am done with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunabram.com/spring-enterprise-recipes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUG Meetup: Joshua Bloch (Effective Java)</title>
		<link>http://www.shaunabram.com/svwebjug-joshuabloc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=svwebjug-joshuabloc</link>
		<comments>http://www.shaunabram.com/svwebjug-joshuabloc/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[JUG]]></category>

		<guid isPermaLink="false">http://www.shaunabram.com/?p=652</guid>
		<description><![CDATA[I had the chance tonight to see Joshua Bloch speak at the Silicon Valley Web JUG meetup down at the Googleplex in Mountain View. I have read and blogged about his great book &#8220;Effective Java&#8221; &#8211; probably the single best book I have read on Java &#8211; so it was great to hear him in [...]]]></description>
			<content:encoded><![CDATA[<p>I had the chance tonight to see Joshua Bloch speak at the Silicon Valley Web JUG <a href="http://www.meetup.com/sv-web-jug/calendar/10878461/">meetup</a> down at the Googleplex in Mountain View. I have read and <a href="http://www.shaunabram.com/effective-java/">blogged</a> about his great book &#8220;Effective Java&#8221; &#8211; probably the single best book I have read on Java &#8211; so it was great to hear him in person. The talk covered a couple of examples from his <a href="http://www.amazon.com/gp/product/032133678X">Java Puzzlers</a> book as well as a discussion on some of the items from the Effective Java book. As expected, he was a great presenter, both insightful and funny.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunabram.com/svwebjug-joshuabloc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POJOs in Action</title>
		<link>http://www.shaunabram.com/18/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=18</link>
		<comments>http://www.shaunabram.com/18/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 21:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://www.shaunabram.com/?p=18</guid>
		<description><![CDATA[My latest reading material is POJOs in Action &#8211; a good book about developing Enterprise Applications using Lightweight Frameworks such as Spring, Hibernate and JDO. It basically advocates an alternative approach to using heavyweight containers such as EJBs (although they seem have improved a lot since the release of EJB3). I was also able to [...]]]></description>
			<content:encoded><![CDATA[<p>My latest reading material is <a href="http://www.amazon.com/POJOs-Action-Developing-Applications-Lightweight/dp/1932394583">POJOs in Action</a> &#8211; a good book about developing Enterprise Applications using Lightweight Frameworks such as <a href="http://www.springframework.org">Spring</a>, <a href="http://www.hibernate.org">Hibernate</a> and <a href="http://java.sun.com/jdo">JDO</a>. It basically advocates an alternative approach to using heavyweight containers such as EJBs (although they seem have improved a lot since the release of EJB3).</p>
<p>I was also able to meet the author, Chris Richardson, after attending my first <a href="http://www.shaunabram.com/wp-admin/San Francisco Java User Group">San Francisco Java User Group</a> meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunabram.com/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective Java</title>
		<link>http://www.shaunabram.com/effective-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=effective-java</link>
		<comments>http://www.shaunabram.com/effective-java/#comments</comments>
		<pubDate>Mon, 26 May 2008 23:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://www.shaunabram.com/?p=12</guid>
		<description><![CDATA[Just finished reading Effective Java by Joshua Bloch. It is a great book that contains many nuggets of info, best practices and gotchas. Definitely the best Java book I have read in a while. Next up, I have started on another book that Bloch contributed to: Java Concurrency in Practice.]]></description>
			<content:encoded><![CDATA[<p>Just finished reading <a href="http://www.amazon.co.uk/Effective-Java-Joshua-Bloch/dp/0201310058">Effective Java</a> by Joshua Bloch.</p>
<p>It is a great book that contains many nuggets of info, best practices and gotchas. Definitely the best Java book I have read in a while.</p>
<p>Next up, I have started on another book that Bloch contributed to: <a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601">Java Concurrency in Practice</a>.</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=shaunabramcom-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=0321356683&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunabram.com/effective-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

