<?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: The week in review &#8211; 2008-47</title>
	<atom:link href="http://www.javathinking.com/2008/11/the-week-in-review-2008-47/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javathinking.com/2008/11/the-week-in-review-2008-47/</link>
	<description>Java and software development related thoughts</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:59:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paul</title>
		<link>http://www.javathinking.com/2008/11/the-week-in-review-2008-47/comment-page-1/#comment-1413</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.javathinking.com/?p=165#comment-1413</guid>
		<description>Thanks Fletch, I enjoyed doing them too - but I didn&#039;t know if they were worthwhile or if anyone else would find them interesting. I did consider just doing lots of small posts thinking the information wouldn&#039;t get so &#039;lost&#039; perhaps - and then just abandoned the idea. Perhaps I&#039;ll start up again!</description>
		<content:encoded><![CDATA[<p>Thanks Fletch, I enjoyed doing them too &#8211; but I didn&#8217;t know if they were worthwhile or if anyone else would find them interesting. I did consider just doing lots of small posts thinking the information wouldn&#8217;t get so &#8216;lost&#8217; perhaps &#8211; and then just abandoned the idea. Perhaps I&#8217;ll start up again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fletch</title>
		<link>http://www.javathinking.com/2008/11/the-week-in-review-2008-47/comment-page-1/#comment-1412</link>
		<dc:creator>Fletch</dc:creator>
		<pubDate>Mon, 10 Aug 2009 11:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.javathinking.com/?p=165#comment-1412</guid>
		<description>I liked this post and I liked the idea of &quot;week in review&quot;. I searched but noticed these posts seem to have finished at the end of 2008. Why don&#039;t you do them anymore?</description>
		<content:encoded><![CDATA[<p>I liked this post and I liked the idea of &#8220;week in review&#8221;. I searched but noticed these posts seem to have finished at the end of 2008. Why don&#8217;t you do them anymore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.javathinking.com/2008/11/the-week-in-review-2008-47/comment-page-1/#comment-511</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 29 Nov 2008 05:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.javathinking.com/?p=165#comment-511</guid>
		<description>If params.id is not an Integer, an exception will be thrown:

&lt;code&gt;
org.hibernate.TypeMismatchException: Provided id of the wrong type. Expected: class java.lang.Long, got class java.lang.String
&lt;/code&gt;

Thats okay with me - people can construct URLs to send anything to the server, and if exceptions like these happen I&#039;m okay handling it with a generic error.

The important thing is that the UI doesn&#039;t let this happen with normal use.</description>
		<content:encoded><![CDATA[<p>If params.id is not an Integer, an exception will be thrown:</p>
<p><code><br />
org.hibernate.TypeMismatchException: Provided id of the wrong type. Expected: class java.lang.Long, got class java.lang.String<br />
</code></p>
<p>Thats okay with me &#8211; people can construct URLs to send anything to the server, and if exceptions like these happen I&#8217;m okay handling it with a generic error.</p>
<p>The important thing is that the UI doesn&#8217;t let this happen with normal use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thevery</title>
		<link>http://www.javathinking.com/2008/11/the-week-in-review-2008-47/comment-page-1/#comment-504</link>
		<dc:creator>thevery</dc:creator>
		<pubDate>Sun, 23 Nov 2008 09:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.javathinking.com/?p=165#comment-504</guid>
		<description>&gt;def book=Book.get(params.id)

but what if id is not int? ;)</description>
		<content:encoded><![CDATA[<p>&gt;def book=Book.get(params.id)</p>
<p>but what if id is not int? <img src='http://www.javathinking.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

