<?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: Ruby for Java Programmers, Part II</title>
	<atom:link href="http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/</link>
	<description>Ugo Cei's Weblog</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:35:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pravin</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/comment-page-1/#comment-428433</link>
		<dc:creator>pravin</dc:creator>
		<pubDate>Tue, 22 Dec 2009 11:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=835#comment-428433</guid>
		<description>It possible to call Java class from ruby app using RJB.
But how do we call/invoke ruby app methods from the JAVA application?
Any pointers on this will be really helpful.</description>
		<content:encoded><![CDATA[<p>It possible to call Java class from ruby app using RJB.<br />
But how do we call/invoke ruby app methods from the JAVA application?<br />
Any pointers on this will be really helpful.</p>
]]></content:encoded>
	</item>
	<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-page-1/#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 isPermaLink="false">http://agylen.com/?p=835#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>[...] 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. [...]</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-page-1/#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 isPermaLink="false">http://agylen.com/?p=835#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>[...] 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. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Chanezon</title>
		<link>http://agylen.com/2006/01/25/ruby-for-java-programmers-part-ii/comment-page-1/#comment-1135</link>
		<dc:creator>Patrick Chanezon</dc:creator>
		<pubDate>Thu, 02 Feb 2006 04:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=835#comment-1135</guid>
		<description>Very cool Ugo: I&#039;ve always considered the few ruby libraries I found for parsing feeds pretty lame, but I&#039;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-page-1/#comment-1115</link>
		<dc:creator>Dave Brondsema's Blog</dc:creator>
		<pubDate>Fri, 27 Jan 2006 04:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=835#comment-1115</guid>
		<description>&lt;strong&gt;code reuse, meta-indexes&lt;/strong&gt;

Ugo Cei&#039;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-page-1/#comment-1112</link>
		<dc:creator>ugo</dc:creator>
		<pubDate>Thu, 26 Jan 2006 10:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=835#comment-1112</guid>
		<description>What you get from feed.getEntries is a java.util.Collection. If you&#039;re asking whether it wouls be possible to just do &quot;feed.getEntries.each do ...&quot;, 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-page-1/#comment-1111</link>
		<dc:creator>Carfield Yim</dc:creator>
		<pubDate>Thu, 26 Jan 2006 09:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=835#comment-1111</guid>
		<description>I support you don&#039;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>
