<?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: JRuby</title>
	<atom:link href="http://tech.puredanger.com/index.php/2006/11/07/jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2006/11/07/jruby/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: J. V.</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/comment-page-1/#comment-157867</link>
		<dc:creator>J. V.</dc:creator>
		<pubDate>Tue, 07 Apr 2009 18:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2006/11/07/jruby/#comment-157867</guid>
		<description>Here you can find entry level examples for JRuby and Swing: http://www.readytouseexamples.com/40-ruby/163-jruby</description>
		<content:encoded><![CDATA[<p>Here you can find entry level examples for JRuby and Swing: <a href="http://www.readytouseexamples.com/40-ruby/163-jruby" rel="nofollow">http://www.readytouseexamples.com/40-ruby/163-jruby</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/comment-page-1/#comment-201</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 09 Nov 2006 19:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2006/11/07/jruby/#comment-201</guid>
		<description>Thanks!  Fixed.</description>
		<content:encoded><![CDATA[<p>Thanks!  Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navjeet</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/comment-page-1/#comment-200</link>
		<dc:creator>Navjeet</dc:creator>
		<pubDate>Thu, 09 Nov 2006 19:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2006/11/07/jruby/#comment-200</guid>
		<description>First of all thanks for posting these notes. It is useful to those of us who could not attend. Just a few corrections to the code.

mc = MClass.new(&quot;Joe&quot;)

should be

mc = MyClass.new(&quot;Joe&quot;)

include_class &quot;java.lang.util.ArrayList&quot;

should be

include_class &quot;java.util.ArrayList&quot;

And finally

each { &#124;x&#124; puts x }

should probably be

x.each { &#124;x&#124; puts x } 
or better 
x.each { &#124;y&#124; puts y }</description>
		<content:encoded><![CDATA[<p>First of all thanks for posting these notes. It is useful to those of us who could not attend. Just a few corrections to the code.</p>
<p>mc = MClass.new(&#8220;Joe&#8221;)</p>
<p>should be</p>
<p>mc = MyClass.new(&#8220;Joe&#8221;)</p>
<p>include_class &#8220;java.lang.util.ArrayList&#8221;</p>
<p>should be</p>
<p>include_class &#8220;java.util.ArrayList&#8221;</p>
<p>And finally</p>
<p>each { |x| puts x }</p>
<p>should probably be</p>
<p>x.each { |x| puts x }<br />
or better<br />
x.each { |y| puts y }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/comment-page-1/#comment-199</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 08 Nov 2006 15:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2006/11/07/jruby/#comment-199</guid>
		<description>Thanks!  I&#039;ll update the transcript to make it more Ruby-friendly... :)</description>
		<content:encoded><![CDATA[<p>Thanks!  I&#8217;ll update the transcript to make it more Ruby-friendly&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://tech.puredanger.com/2006/11/07/jruby/comment-page-1/#comment-198</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 08 Nov 2006 15:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2006/11/07/jruby/#comment-198</guid>
		<description>Thanks for this. Ruby comments use &#039;#&#039; not &#039;//&#039;, incidentally.</description>
		<content:encoded><![CDATA[<p>Thanks for this. Ruby comments use &#8216;#&#8217; not &#8216;//&#8217;, incidentally.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

