<?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"
	>
<channel>
	<title>Comments on: JRuby: Passing array of array of string to java</title>
	<atom:link href="http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html</link>
	<description>All things Marathon, Marathonite, Java and GUI Test automation, scripting and whatever is useful for test automation projects.</description>
	<pubDate>Sat, 31 Jul 2010 15:43:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Random T.</title>
		<link>http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html#comment-172</link>
		<dc:creator>Random T.</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marathontesting.com/?p=15#comment-172</guid>
		<description>This is quite a up-to-date info. I'll share it on Twitter.</description>
		<content:encoded><![CDATA[<p>This is quite a up-to-date info. I&#8217;ll share it on Twitter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</title>
		<link>http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html#comment-171</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 23:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marathontesting.com/?p=15#comment-171</guid>
		<description>Great ideas, is there a place to elaborate on this all?</description>
		<content:encoded><![CDATA[<p>Great ideas, is there a place to elaborate on this all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KD</title>
		<link>http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html#comment-160</link>
		<dc:creator>KD</dc:creator>
		<pubDate>Wed, 07 Jan 2009 07:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marathontesting.com/?p=15#comment-160</guid>
		<description>2.0b4 will ship with JRuby 1.1.5. Jython I am still keeping at 2.2.1 and removing separate model for 2.5 versions.

You can use earlier/later versions by setting the Home in project settings.

-- KD</description>
		<content:encoded><![CDATA[<p>2.0b4 will ship with JRuby 1.1.5. Jython I am still keeping at 2.2.1 and removing separate model for 2.5 versions.</p>
<p>You can use earlier/later versions by setting the Home in project settings.</p>
<p>&#8211; KD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dany</title>
		<link>http://blog.marathontesting.com/jruby-passing-array-of-array-of-string-to-java.html#comment-159</link>
		<dc:creator>Dany</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marathontesting.com/?p=15#comment-159</guid>
		<description>A posting to jruby-users suggested pre 1.1.3
[['r1c1', 'r1c2'], ['r2c1', 'r2c2']].map {&#124;ary&#124; ary.to_java(:String)

with 1.1.4+, the suggestion was
[['r1c1', 'r1c2'], ['r2c1', 'r2c2']].to_java java.lang.String[]

Which brings me to my question...  Do you plan to update jruby version with the next 2.0 release?</description>
		<content:encoded><![CDATA[<p>A posting to jruby-users suggested pre 1.1.3<br />
[['r1c1', 'r1c2'], ['r2c1', 'r2c2']].map {|ary| ary.to_java(:String)</p>
<p>with 1.1.4+, the suggestion was<br />
[['r1c1', 'r1c2'], ['r2c1', 'r2c2']].to_java java.lang.String[]</p>
<p>Which brings me to my question&#8230;  Do you plan to update jruby version with the next 2.0 release?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
