<?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: Trimming JDBC</title>
	<atom:link href="http://en.newinstance.it/2006/10/23/trimming-jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/</link>
	<description>Welcome to the official blog of Luigi R. Viggiano. Beware of imitations.</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:25:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hammer</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-978</link>
		<dc:creator>Hammer</dc:creator>
		<pubDate>Wed, 01 Nov 2006 19:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-978</guid>
		<description>Take a look at O/R Broker.</description>
		<content:encoded><![CDATA[<p>Take a look at O/R Broker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jari</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-976</link>
		<dc:creator>Jari</dc:creator>
		<pubDate>Wed, 01 Nov 2006 13:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-976</guid>
		<description>Have a look at DBUtils from Apache Commons.

&lt;a href=&quot;http://jakarta.apache.org/commons/dbutils/&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org/commons/dbutils/&lt;/a&gt;

Jari</description>
		<content:encoded><![CDATA[<p>Have a look at DBUtils from Apache Commons.</p>
<p><a href="http://jakarta.apache.org/commons/dbutils/" rel="nofollow">http://jakarta.apache.org/commons/dbutils/</a></p>
<p>Jari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carfield Yim</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-887</link>
		<dc:creator>Carfield Yim</dc:creator>
		<pubDate>Thu, 26 Oct 2006 03:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-887</guid>
		<description>Have a feeling that spring jdbctemplate is what you looking for, may be you can take a look? http://www.springframework.org/docs/reference/jdbc.html</description>
		<content:encoded><![CDATA[<p>Have a feeling that spring jdbctemplate is what you looking for, may be you can take a look? <a href="http://www.springframework.org/docs/reference/jdbc.html" rel="nofollow">http://www.springframework.org/docs/reference/jdbc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-856</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Tue, 24 Oct 2006 08:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-856</guid>
		<description>Thanks Brian, jDBI sounds good! 
Unluckily in current project buyer mandates that we &lt;strong&gt;&lt;em&gt;must&lt;/em&gt;&lt;/strong&gt; use jdk 1.3 :-(
(definitely: I&#039;m not working in a vanguard company)

How many higher level APIs around JDBC! How time wasting JDBC API is! ;-)</description>
		<content:encoded><![CDATA[<p>Thanks Brian, jDBI sounds good!<br />
Unluckily in current project buyer mandates that we <strong><em>must</em></strong> use jdk 1.3 :-(<br />
(definitely: I&#8217;m not working in a vanguard company)</p>
<p>How many higher level APIs around JDBC! How time wasting JDBC API is! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-855</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Tue, 24 Oct 2006 07:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-855</guid>
		<description>&gt; What does your new JDBC framework provide 
&gt; that the Spring JDBC DAO framework doesn’t?

I&#039;ll give a look at Spring JDBC DAO, thankyou for your hint

This codes are just some utility methods I wrote for current project: I would have choosen hibernate if I could, but the buyer asked for plain jdbc access for this app and I wrote this.

I&#039;m working in a &lt;a href=&quot;/2006/10/19/automatic-transaction-management-with-pojos/&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;context&lt;/a&gt; where recent technologies are refused for several (ridiculous) reasons. This is the music here, let&#039;s dance.</description>
		<content:encoded><![CDATA[<p>> What does your new JDBC framework provide<br />
> that the Spring JDBC DAO framework doesn’t?</p>
<p>I&#8217;ll give a look at Spring JDBC DAO, thankyou for your hint</p>
<p>This codes are just some utility methods I wrote for current project: I would have choosen hibernate if I could, but the buyer asked for plain jdbc access for this app and I wrote this.</p>
<p>I&#8217;m working in a <a href="/2006/10/19/automatic-transaction-management-with-pojos/" rel="nofollow" rel="nofollow" rel="nofollow" rel="nofollow">context</a> where recent technologies are refused for several (ridiculous) reasons. This is the music here, let&#8217;s dance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian McCallister</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-847</link>
		<dc:creator>Brian McCallister</dc:creator>
		<pubDate>Mon, 23 Oct 2006 21:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-847</guid>
		<description>Okay, it is a project plug, but... You might want to look at &lt;a href=&quot;http://jdbi.codehaus.org/&quot; rel=&quot;nofollow&quot;&gt;jDBI&lt;/a&gt;. It does the &lt;a href=&quot;https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/TestQueries.java&quot; rel=&quot;nofollow&quot;&gt;result set mapping&lt;/a&gt;, has &lt;a href=&quot;https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/TestTransactions.java&quot; rel=&quot;nofollow&quot;&gt;decent tx conveniences&lt;/a&gt;, and has upcoming support for some serious convenience &lt;a href=&quot;https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/unstable/eod/MyQueries.java&quot; rel=&quot;nofollow&quot;&gt;magic&lt;/a&gt; :-)

-Bran</description>
		<content:encoded><![CDATA[<p>Okay, it is a project plug, but&#8230; You might want to look at <a href="http://jdbi.codehaus.org/" rel="nofollow">jDBI</a>. It does the <a href="https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/TestQueries.java" rel="nofollow">result set mapping</a>, has <a href="https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/TestTransactions.java" rel="nofollow">decent tx conveniences</a>, and has upcoming support for some serious convenience <a href="https://svn.codehaus.org/jdbi/trunk/src/test/org/skife/jdbi/v2/unstable/eod/MyQueries.java" rel="nofollow">magic</a> :-)</p>
<p>-Bran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john smith</title>
		<link>http://en.newinstance.it/2006/10/23/trimming-jdbc/comment-page-1/#comment-846</link>
		<dc:creator>john smith</dc:creator>
		<pubDate>Mon, 23 Oct 2006 21:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2006/10/23/trimming-jdbc/#comment-846</guid>
		<description>What does your new JDBC framework provide that the Spring JDBC DAO framework doesn&#039;t?  We use it very successfully.  ...and it handles transactions transparently using AOP.</description>
		<content:encoded><![CDATA[<p>What does your new JDBC framework provide that the Spring JDBC DAO framework doesn&#8217;t?  We use it very successfully.  &#8230;and it handles transactions transparently using AOP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

