<?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 for Along Came Betty</title>
	<atom:link href="http://blog.darevay.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darevay.com</link>
	<description>You know, software and some other stuff like maybe guitar or something</description>
	<lastBuildDate>Wed, 27 Jan 2010 13:24:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by Inigo</title>
		<link>http://blog.darevay.com/about/comment-page-1/#comment-3642</link>
		<dc:creator>Inigo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?page_id=2#comment-3642</guid>
		<description>Hello, 
I&#039;m interested in using ROOSCALOO but I can not run. I can compile and create the Jar. Now, I run from the command line but I don&#039;t know how to works it.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m interested in using ROOSCALOO but I can not run. I can compile and create the Jar. Now, I run from the command line but I don&#8217;t know how to works it.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Eclipse Reconciler by Swati</title>
		<link>http://blog.darevay.com/2007/11/the-eclipse-reconciler/comment-page-1/#comment-3640</link>
		<dc:creator>Swati</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=8#comment-3640</guid>
		<description>Hi,
Thanks a lot for sharing the understanding. It helped me get back in touch with what I had worked on long time ago.

Eager to check other articles on your blog.

Swati</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot for sharing the understanding. It helped me get back in touch with what I had worked on long time ago.</p>
<p>Eager to check other articles on your blog.</p>
<p>Swati</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can anything I write here help open source? by Nicholas</title>
		<link>http://blog.darevay.com/2009/11/can-anything-i-write-here-help-open-source/comment-page-1/#comment-3105</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=223#comment-3105</guid>
		<description>Blog traffic is super-gratifying.  Keep it all here. ;)</description>
		<content:encoded><![CDATA[<p>Blog traffic is super-gratifying.  Keep it all here. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remedial Scala: Interpreting Scala from Scala by philip andrew</title>
		<link>http://blog.darevay.com/2009/01/remedial-scala-interpreting-scala-from-scala/comment-page-1/#comment-2595</link>
		<dc:creator>philip andrew</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=183#comment-2595</guid>
		<description>Hi, any updates on interpreter? I want to do this for some scala code and keep the state of the interpreter hanging around.</description>
		<content:encoded><![CDATA[<p>Hi, any updates on interpreter? I want to do this for some scala code and keep the state of the interpreter hanging around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing Multiple WSDLs with Maven by asaf</title>
		<link>http://blog.darevay.com/2009/03/importing-multiple-wsdls-with-maven/comment-page-1/#comment-1898</link>
		<dc:creator>asaf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 11:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=198#comment-1898</guid>
		<description>Dude, you totally aced it with your solution to this bug.
Apparently this guys *still* haven&#039;t the bug (they upgraded to 1.12 version)</description>
		<content:encoded><![CDATA[<p>Dude, you totally aced it with your solution to this bug.<br />
Apparently this guys *still* haven&#8217;t the bug (they upgraded to 1.12 version)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Little Soul Crushing Features of Java by Dario</title>
		<link>http://blog.darevay.com/2009/04/ten-little-soul-crushing-features-of-java/comment-page-1/#comment-1837</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=205#comment-1837</guid>
		<description>IllegalArgumentException is to be thrown when argument is illegal or inappropiate, and it&#039;s a RuntimeException (About RuntimeException, since every method can throw it, none is required to tell, so it&#039;s easy to miss that or any of its subclasses)
MalformedURLException is more strict, specifically it hasn&#039;t a recognizable protocol or the url string couldn&#039;t be parsed. It&#039;s a IOException subclass, no a RuntimeException one, so it has to be declared and thus it won&#039;t jump by surprise.
Beside RuntimeException family (like NullPointer, ClassCast, IndexOutOfBounds...), MalformedURLException seems full of sense to me...</description>
		<content:encoded><![CDATA[<p>IllegalArgumentException is to be thrown when argument is illegal or inappropiate, and it&#8217;s a RuntimeException (About RuntimeException, since every method can throw it, none is required to tell, so it&#8217;s easy to miss that or any of its subclasses)<br />
MalformedURLException is more strict, specifically it hasn&#8217;t a recognizable protocol or the url string couldn&#8217;t be parsed. It&#8217;s a IOException subclass, no a RuntimeException one, so it has to be declared and thus it won&#8217;t jump by surprise.<br />
Beside RuntimeException family (like NullPointer, ClassCast, IndexOutOfBounds&#8230;), MalformedURLException seems full of sense to me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Little Soul Crushing Features of Java by dave</title>
		<link>http://blog.darevay.com/2009/04/ten-little-soul-crushing-features-of-java/comment-page-1/#comment-1642</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 08 May 2009 17:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=205#comment-1642</guid>
		<description>&lt;a href=&quot;#comment-1641&quot; rel=&quot;nofollow&quot;&gt;@Svend&lt;/a&gt; 
join() can be implemented with concat(), but they&#039;re not the same. I want to write:
&quot;, &quot;.join(Arrays.asList(&quot;Jim&quot;, &quot;Bob&quot;, &quot;Al&quot;));
and get:
&quot;Jim, Bob, Al&quot;.

You&#039;re code for reading a file is fine, but, again it&#039;s a matter of convenience. Rather than writing that function over and over from project to project I want it built in:
String s = String.fromFile(&quot;test.txt&quot;);
or something like that.

I&#039;ve just been spoiled by scripting languages I guess.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1641" rel="nofollow">@Svend</a><br />
join() can be implemented with concat(), but they&#8217;re not the same. I want to write:<br />
&#8220;, &#8220;.join(Arrays.asList(&#8220;Jim&#8221;, &#8220;Bob&#8221;, &#8220;Al&#8221;));<br />
and get:<br />
&#8220;Jim, Bob, Al&#8221;.</p>
<p>You&#8217;re code for reading a file is fine, but, again it&#8217;s a matter of convenience. Rather than writing that function over and over from project to project I want it built in:<br />
String s = String.fromFile(&#8220;test.txt&#8221;);<br />
or something like that.</p>
<p>I&#8217;ve just been spoiled by scripting languages I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Little Soul Crushing Features of Java by Svend</title>
		<link>http://blog.darevay.com/2009/04/ten-little-soul-crushing-features-of-java/comment-page-1/#comment-1641</link>
		<dc:creator>Svend</dc:creator>
		<pubDate>Fri, 08 May 2009 17:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=205#comment-1641</guid>
		<description>1. Isn&#039;t that what String.concat(String) is for?
10. InputStream and Reader are streaming interfaces, which means that they can have more content than you can fit in an array. It sounds like you&#039;re talking about file based input stream or readers, in which case you can do this (provided your file length is smaller than 2GB):
method(File file) {
  FileInputStream fis = new FileInputStream(file);
  byte[] bytes = new byte[(int)file.length());
  fis.read(bytes);
}</description>
		<content:encoded><![CDATA[<p>1. Isn&#8217;t that what String.concat(String) is for?<br />
10. InputStream and Reader are streaming interfaces, which means that they can have more content than you can fit in an array. It sounds like you&#8217;re talking about file based input stream or readers, in which case you can do this (provided your file length is smaller than 2GB):<br />
method(File file) {<br />
  FileInputStream fis = new FileInputStream(file);<br />
  byte[] bytes = new byte[(int)file.length());<br />
  fis.read(bytes);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Little Soul Crushing Features of Java by dave</title>
		<link>http://blog.darevay.com/2009/04/ten-little-soul-crushing-features-of-java/comment-page-1/#comment-1162</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 19 Apr 2009 12:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=205#comment-1162</guid>
		<description>Yep. It&#039;s fixed now. Thanks for catching that.</description>
		<content:encoded><![CDATA[<p>Yep. It&#8217;s fixed now. Thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Little Soul Crushing Features of Java by mkneissl</title>
		<link>http://blog.darevay.com/2009/04/ten-little-soul-crushing-features-of-java/comment-page-1/#comment-1159</link>
		<dc:creator>mkneissl</dc:creator>
		<pubDate>Sun, 19 Apr 2009 11:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darevay.com/?p=205#comment-1159</guid>
		<description>Mostly agree to your list, but shouldn&#039;t 6) read &quot;non-empty directory&quot;?</description>
		<content:encoded><![CDATA[<p>Mostly agree to your list, but shouldn&#8217;t 6) read &#8220;non-empty directory&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
