<?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: Sun &#8211; Week Forty</title>
	<atom:link href="http://blog.hashbang0.com/2009/04/09/sun-week-forty/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/</link>
	<description>A blog of life and geekery</description>
	<lastBuildDate>Sun, 18 Jul 2010 09:44:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: #! &#187; Sun Week Fortyone</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-93</link>
		<dc:creator>#! &#187; Sun Week Fortyone</dc:creator>
		<pubDate>Sun, 12 Jul 2009 11:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-93</guid>
		<description>[...] Not a moment too soon either! OK, so I&#8217;ve listened to what Rob said in the comments from last weeks entry and started to re-plan things, plus sent an email to the guy I was doing the work for. He came back [...]</description>
		<content:encoded><![CDATA[<p>[...] Not a moment too soon either! OK, so I&#8217;ve listened to what Rob said in the comments from last weeks entry and started to re-plan things, plus sent an email to the guy I was doing the work for. He came back [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sun Week Forty-One &#171; #!</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-92</link>
		<dc:creator>Sun Week Forty-One &#171; #!</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-92</guid>
		<description>[...] Not a moment too soon either! OK, so I&#8217;ve listened to what Rob said in the comments from last weeks entry and started to re-plan things, plus sent an email to the guy I was doing the work for.  He came [...]</description>
		<content:encoded><![CDATA[<p>[...] Not a moment too soon either! OK, so I&#8217;ve listened to what Rob said in the comments from last weeks entry and started to re-plan things, plus sent an email to the guy I was doing the work for.  He came [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lavery</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-91</link>
		<dc:creator>Ben Lavery</dc:creator>
		<pubDate>Fri, 17 Apr 2009 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-91</guid>
		<description>Well, after an email to the guy I&#039;m doing this work for, he wants to spawn a Java app for each booking...
I&#039;ll detail it more in this weeks entry...</description>
		<content:encoded><![CDATA[<p>Well, after an email to the guy I&#8217;m doing this work for, he wants to spawn a Java app for each booking&#8230;<br />
I&#8217;ll detail it more in this weeks entry&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Young</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-90</link>
		<dc:creator>Rob Young</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-90</guid>
		<description>Ah I see! I don&#039;t think there&#039;s much of a case for the ResultSet object to be scrapped, but it is very convenient to work with an ORM and be able to have a List returned :)

Hope you get it sorted! :D</description>
		<content:encoded><![CDATA[<p>Ah I see! I don&#8217;t think there&#8217;s much of a case for the ResultSet object to be scrapped, but it is very convenient to work with an ORM and be able to have a List returned <img src='http://blog.hashbang0.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope you get it sorted! <img src='http://blog.hashbang0.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lavery</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-86</link>
		<dc:creator>Ben Lavery</dc:creator>
		<pubDate>Wed, 15 Apr 2009 07:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-86</guid>
		<description>The main problem last week was I was unsure how to find information about the database like version numbers, and access details (port number and database name for instance).
Once I found out these and managed to find the JDBC driver, it has worked pretty well!  I&#039;m not sure I like the Object the database returns, the ResultSet Object would, in my opinion, be better being scrapped and just let the database return an 2D array of Objects...But since I&#039;ve now written my function to do something similar, it doesn&#039;t matter too much :D</description>
		<content:encoded><![CDATA[<p>The main problem last week was I was unsure how to find information about the database like version numbers, and access details (port number and database name for instance).<br />
Once I found out these and managed to find the JDBC driver, it has worked pretty well!  I&#8217;m not sure I like the Object the database returns, the ResultSet Object would, in my opinion, be better being scrapped and just let the database return an 2D array of Objects&#8230;But since I&#8217;ve now written my function to do something similar, it doesn&#8217;t matter too much <img src='http://blog.hashbang0.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Young</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-88</link>
		<dc:creator>Rob Young</dc:creator>
		<pubDate>Wed, 15 Apr 2009 05:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-88</guid>
		<description>No problem - interested to hear about your gripes with Sybase; sounds nasty!

I wouldn&#039;t have suspected it too much of a problem with JDBC ?</description>
		<content:encoded><![CDATA[<p>No problem &#8211; interested to hear about your gripes with Sybase; sounds nasty!</p>
<p>I wouldn&#8217;t have suspected it too much of a problem with JDBC ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lavery</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-87</link>
		<dc:creator>Ben Lavery</dc:creator>
		<pubDate>Tue, 14 Apr 2009 21:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-87</guid>
		<description>Yes, that would be a much better idea!  Would help keep all the code a bit more together too, rather than it spilling from database to application!
Cheers Rob :D</description>
		<content:encoded><![CDATA[<p>Yes, that would be a much better idea!  Would help keep all the code a bit more together too, rather than it spilling from database to application!<br />
Cheers Rob <img src='http://blog.hashbang0.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Young</title>
		<link>http://blog.hashbang0.com/2009/04/09/sun-week-forty/comment-page-1/#comment-89</link>
		<dc:creator>Rob Young</dc:creator>
		<pubDate>Tue, 14 Apr 2009 21:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://hashbang0.wordpress.com/?p=556#comment-89</guid>
		<description>Sounds complicated!

Could you not trigger your Java app from the database as a standalone job  and have the app do the querying (you could even encapsulate the resultset in a stored proc) instead of the other way round?

It could retrieve all the necessary information with one query, and from here it could email everyone it needs to based on the list of dated bookings retrieved - minimises DB interaction :)

Rob</description>
		<content:encoded><![CDATA[<p>Sounds complicated!</p>
<p>Could you not trigger your Java app from the database as a standalone job  and have the app do the querying (you could even encapsulate the resultset in a stored proc) instead of the other way round?</p>
<p>It could retrieve all the necessary information with one query, and from here it could email everyone it needs to based on the list of dated bookings retrieved &#8211; minimises DB interaction <img src='http://blog.hashbang0.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->