<?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: Would you like using() in Java?</title>
	<atom:link href="http://almaer.com/blog/would-you-like-using-in-java/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/would-you-like-using-in-java</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Strachan</title>
		<link>http://almaer.com/blog/would-you-like-using-in-java/comment-page-1#comment-4362</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Thu, 08 Jul 2004 10:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/would-you-like-using-in-java#comment-4362</guid>
		<description>When we first started Groovy we thought using might be interesting - it turns out using is really limited - its of little use.

As Jon says, what you really need is closures. Then you can do real stuff (like JDBC queries or file piping) and easily handle the closing of multiple resources with complex exception semantics - yet to the developer it looks really simple &amp; easy - even if the exception handling &amp; resource closing logic can be kinda complex.

http://groovy.codehaus.org/Groovy+SQL
</description>
		<content:encoded><![CDATA[<p>When we first started Groovy we thought using might be interesting &#8211; it turns out using is really limited &#8211; its of little use.</p>
<p>As Jon says, what you really need is closures. Then you can do real stuff (like JDBC queries or file piping) and easily handle the closing of multiple resources with complex exception semantics &#8211; yet to the developer it looks really simple &#038; easy &#8211; even if the exception handling &#038; resource closing logic can be kinda complex.</p>
<p><a href="http://groovy.codehaus.org/Groovy+SQL" rel="nofollow">http://groovy.codehaus.org/Groovy+SQL</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
