<?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: Reading Lines Using Java</title>
	<atom:link href="http://www.wooliet.com/2008/08/21/reading-lines-using-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wooliet.com/2008/08/21/reading-lines-using-java/</link>
	<description>Floating my Boat</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:20:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon</title>
		<link>http://www.wooliet.com/2008/08/21/reading-lines-using-java/comment-page-1/#comment-55</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 24 Aug 2008 22:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=90#comment-55</guid>
		<description>In the enterprise world, you would be amazed/concerned how often you need to pull data from legacy systems that don&#039;t allow database access, aren&#039;t wrapped in a convenient web service and for various other reasons end up giving you a CSV file as your only data extract mechanism.

I end up using BufferedReader a LOT for integration reasons.</description>
		<content:encoded><![CDATA[<p>In the enterprise world, you would be amazed/concerned how often you need to pull data from legacy systems that don&#8217;t allow database access, aren&#8217;t wrapped in a convenient web service and for various other reasons end up giving you a CSV file as your only data extract mechanism.</p>
<p>I end up using BufferedReader a LOT for integration reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.wooliet.com/2008/08/21/reading-lines-using-java/comment-page-1/#comment-45</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Fri, 22 Aug 2008 15:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=90#comment-45</guid>
		<description>Uh, as a sign I spend too much time in the web world, the thought of reading data from a text file makes my lip curl. I like accessing my data the web way: databases and user input. :) Files are so messy.</description>
		<content:encoded><![CDATA[<p>Uh, as a sign I spend too much time in the web world, the thought of reading data from a text file makes my lip curl. I like accessing my data the web way: databases and user input. <img src='http://www.wooliet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Files are so messy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
