<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ruby for Java Programmers, Part II</title>
	<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/</link>
	<description>Ugo Cei's Weblog</description>
	<pubDate>Fri, 08 Aug 2008 19:09:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Agylen &#187; Ruby for Java Programmers, Part V</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1216</link>
		<dc:creator>Agylen &#187; Ruby for Java Programmers, Part V</dc:creator>
		<pubDate>Mon, 27 Feb 2006 17:29:20 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1216</guid>
		<description>[...] If you&#8217;ve been following the previous articles in this series (Part I, Part II, Part III and Part IV) but are not yet satisfied with the range of solutions I presented for calling Ruby code from Java, here&#8217;s another one for you. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] If you&#8217;ve been following the previous articles in this series (Part I, Part II, Part III and Part IV) but are not yet satisfied with the range of solutions I presented for calling Ruby code from Java, here&#8217;s another one for you. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agylen &#187; Ruby for Java Programmers, Part IV</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1150</link>
		<dc:creator>Agylen &#187; Ruby for Java Programmers, Part IV</dc:creator>
		<pubDate>Wed, 08 Feb 2006 17:59:43 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1150</guid>
		<description>[...] In the previous installments of this series, I did some experiments trying to make Java and Ruby coexist by using two bridges: rjb and YAJB. This time, I&#8217;m going to try to solve the same problem using JRuby. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In the previous installments of this series, I did some experiments trying to make Java and Ruby coexist by using two bridges: rjb and YAJB. This time, I&#8217;m going to try to solve the same problem using JRuby. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Chanezon</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1135</link>
		<dc:creator>Patrick Chanezon</dc:creator>
		<pubDate>Thu, 02 Feb 2006 04:41:07 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1135</guid>
		<description>Very cool Ugo: I've always considered the few ruby libraries I found for parsing feeds pretty lame, but I'm too lazy to port ROME to ruby.
Going native is a good idea.

PS: we released ROME 0.8 a few minutes ago, we now support Atom 1.0.
cf http://blog.chanezon.com/articles/2006/02/01/rome-0-8-released-now-support-atom-1-0-rfc-4287</description>
		<content:encoded><![CDATA[<p>Very cool Ugo: I&#8217;ve always considered the few ruby libraries I found for parsing feeds pretty lame, but I&#8217;m too lazy to port ROME to ruby.<br />
Going native is a good idea.</p>
<p>PS: we released ROME 0.8 a few minutes ago, we now support Atom 1.0.<br />
cf <a href="http://blog.chanezon.com/articles/2006/02/01/rome-0-8-released-now-support-atom-1-0-rfc-4287" rel="nofollow">http://blog.chanezon.com/articles/2006/02/01/rome-0-8-released-now-support-atom-1-0-rfc-4287</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Brondsema's Blog</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1115</link>
		<dc:creator>Dave Brondsema's Blog</dc:creator>
		<pubDate>Fri, 27 Jan 2006 04:15:46 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1115</guid>
		<description>&lt;strong&gt;code reuse, meta-indexes&lt;/strong&gt;

Ugo Cei's recent posts about using Java from Ruby have made me start thinking about such code re-use.  Code re-use is obviously a good thing.  Very often there are tools out there that do what you need.  If it works with the language you are using, an...</description>
		<content:encoded><![CDATA[<p><strong>code reuse, meta-indexes</strong></p>
<p>Ugo Cei&#8217;s recent posts about using Java from Ruby have made me start thinking about such code re-use.  Code re-use is obviously a good thing.  Very often there are tools out there that do what you need.  If it works with the language you are using, an&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugo</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1112</link>
		<dc:creator>ugo</dc:creator>
		<pubDate>Thu, 26 Jan 2006 10:06:41 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1112</guid>
		<description>What you get from feed.getEntries is a java.util.Collection. If you're asking whether it wouls be possible to just do "feed.getEntries.each do ...", well the answer is no.</description>
		<content:encoded><![CDATA[<p>What you get from feed.getEntries is a java.util.Collection. If you&#8217;re asking whether it wouls be possible to just do &#8220;feed.getEntries.each do &#8230;&#8221;, well the answer is no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carfield Yim</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1111</link>
		<dc:creator>Carfield Yim</dc:creator>
		<pubDate>Thu, 26 Jan 2006 09:36:02 +0000</pubDate>
		<guid>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/#comment-1111</guid>
		<description>I support you don't need to write while loop but able to use Ruby closure, right?

Or rjb require you not to use closure?</description>
		<content:encoded><![CDATA[<p>I support you don&#8217;t need to write while loop but able to use Ruby closure, right?</p>
<p>Or rjb require you not to use closure?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
