<?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: A quick and dirty jruby mysql jdbc wrapper</title>
	<atom:link href="http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/</link>
	<description>Where the rising ape meets the falling angel</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:19:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris St. John</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-123</link>
		<dc:creator>Chris St. John</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-123</guid>
		<description>&lt;a href=&quot;#comment-1381&quot; rel=&quot;nofollow&quot;&gt;@Chad Johnson &lt;/a&gt; 
Worked great, thanks Chad.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1381" rel="nofollow">@Chad Johnson </a><br />
Worked great, thanks Chad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ochronus</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-122</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Thu, 28 May 2009 18:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-122</guid>
		<description>&lt;a href=&quot;#comment-1381&quot; rel=&quot;nofollow&quot;&gt;@Chad Johnson &lt;/a&gt; 
Thanks, I didn&#039;t know about this one! Looks promising, nice tip!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1381" rel="nofollow">@Chad Johnson </a><br />
Thanks, I didn&#8217;t know about this one! Looks promising, nice tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Johnson</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-121</link>
		<dc:creator>Chad Johnson</dc:creator>
		<pubDate>Thu, 28 May 2009 05:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-121</guid>
		<description>Ruby DBI has a JRuby JDBC driver called dbd-jdbc (it works with all JDBC drivers) :

http://kenai.com/projects/dbd-jdbc/pages/Home

Ruby DBI docs :

http://ruby-dbi.rubyforge.org/

Gem install :

`jruby -S gem install dbi dbd-jdbc`

-CJ</description>
		<content:encoded><![CDATA[<p>Ruby DBI has a JRuby JDBC driver called dbd-jdbc (it works with all JDBC drivers) :</p>
<p><a href="http://kenai.com/projects/dbd-jdbc/pages/Home" rel="nofollow">http://kenai.com/projects/dbd-jdbc/pages/Home</a></p>
<p>Ruby DBI docs :</p>
<p><a href="http://ruby-dbi.rubyforge.org/" rel="nofollow">http://ruby-dbi.rubyforge.org/</a></p>
<p>Gem install :</p>
<p>`jruby -S gem install dbi dbd-jdbc`</p>
<p>-CJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osman</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-120</link>
		<dc:creator>osman</dc:creator>
		<pubDate>Mon, 25 May 2009 20:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-120</guid>
		<description>I highly recommend you http://sequel.rubyforge.org.</description>
		<content:encoded><![CDATA[<p>I highly recommend you <a href="http://sequel.rubyforge.org" rel="nofollow">http://sequel.rubyforge.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ochronus</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-119</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Mon, 25 May 2009 18:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-119</guid>
		<description>&lt;p&gt;A nice quick wrapper for SELECT-s for jdbc-mysql! No more iterating through the resultset like in java&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://digg.com/programming/A_quick_and_dirty_jruby_mysql_jdbc_wrapper#c25853329&quot; rel=&quot;nofollow&quot;&gt;Digg&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A nice quick wrapper for SELECT-s for jdbc-mysql! No more iterating through the resultset like in java</p>
<p><i>This comment was originally posted on <a href="http://digg.com/programming/A_quick_and_dirty_jruby_mysql_jdbc_wrapper#c25853329" rel="nofollow">Digg</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ochronus</title>
		<link>http://blog.mostof.it/a-quick-and-dirty-jruby-mysql-jdbc-wrapper/#comment-118</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Mon, 25 May 2009 18:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=90#comment-118</guid>
		<description>&lt;p&gt;A quick and dirty jruby mysql jdbc wrapper : &lt;a href=&quot;http://bit.ly/p1SzL&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/p1SzL&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/ochronus/statuses/1914627646&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A quick and dirty jruby mysql jdbc wrapper : <a href="http://bit.ly/p1SzL" rel="nofollow">http://bit.ly/p1SzL</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/ochronus/statuses/1914627646" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
</channel>
</rss>

