<?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: Testing java code using rspec and jruby</title>
	<atom:link href="http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/</link>
	<description>What's the simplest thing that could possibly go wrong?</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joakim Ohlrogge</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-7966</link>
		<dc:creator>Joakim Ohlrogge</dc:creator>
		<pubDate>Thu, 20 Sep 2007 09:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-7966</guid>
		<description>You&#039;re welcome :)

I guess its about time to wrap it up and create some open source project from that so it can be used and developed further.

Just need to find the time...</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome :)</p>
<p>I guess its about time to wrap it up and create some open source project from that so it can be used and developed further.</p>
<p>Just need to find the time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-7690</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Mon, 10 Sep 2007 15:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-7690</guid>
		<description>Thanks for the link Joakim, that looks like pretty cool stuff.</description>
		<content:encoded><![CDATA[<p>Thanks for the link Joakim, that looks like pretty cool stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joakim Ohlrogge</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-7658</link>
		<dc:creator>Joakim Ohlrogge</dc:creator>
		<pubDate>Sun, 09 Sep 2007 09:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-7658</guid>
		<description>I just blogged about integrating RSpec and JUnit 4.4. You might find it interesting: http://johlrogge.wordpress.com/2007/09/08/hybrid-theory/

This way I can run my RSpec-tests as ai would run the if they where JUnit tests from eclipse and I don&#039;t see why it wouldn&#039;t work from idea, net-beans, ant, maven etc although I haven&#039;t tested it yet.</description>
		<content:encoded><![CDATA[<p>I just blogged about integrating RSpec and JUnit 4.4. You might find it interesting: <a href="http://johlrogge.wordpress.com/2007/09/08/hybrid-theory/" rel="nofollow">http://johlrogge.wordpress.com/2007/09/08/hybrid-theory/</a></p>
<p>This way I can run my RSpec-tests as ai would run the if they where JUnit tests from eclipse and I don&#8217;t see why it wouldn&#8217;t work from idea, net-beans, ant, maven etc although I haven&#8217;t tested it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-3068</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Wed, 30 May 2007 12:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-3068</guid>
		<description>Tool support is a good point (I&#039;m programming in Ruby these days, and even without Java the IDE support isn&#039;t great).

I haven&#039;t tried it yet (coincidentally I was just downloading it when you posted the comment!), but the upcoming &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/Ruby&quot; rel=&quot;nofollow&quot;&gt;NetBeans Ruby tools&lt;/a&gt; appear to &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/RubyTesting&quot; rel=&quot;nofollow&quot;&gt;integrate with RSpec&lt;/a&gt;. Whether you can jump to the declaration of a Java class/method from JRuby code I&#039;m not sure, but it wouldn&#039;t surprise me.</description>
		<content:encoded><![CDATA[<p>Tool support is a good point (I&#8217;m programming in Ruby these days, and even without Java the IDE support isn&#8217;t great).</p>
<p>I haven&#8217;t tried it yet (coincidentally I was just downloading it when you posted the comment!), but the upcoming <a href="http://wiki.netbeans.org/wiki/view/Ruby" rel="nofollow">NetBeans Ruby tools</a> appear to <a href="http://wiki.netbeans.org/wiki/view/RubyTesting" rel="nofollow">integrate with RSpec</a>. Whether you can jump to the declaration of a Java class/method from JRuby code I&#8217;m not sure, but it wouldn&#8217;t surprise me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeny</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-3064</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Wed, 30 May 2007 12:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-3064</guid>
		<description>I hope this is just the beginning of rspec-java descriptive posts. I believe one of the first questions from readers should be:
&quot; What about tools? Junit is well integrated with Eclipse and all other IDEs. What is the fate of rSpec? &quot;

If there was some way to have the rspec code somehow emulate what JUnit does, then that could solve this question - but since I am far from being a java programmer, I have no idea what else can be done on this matter.</description>
		<content:encoded><![CDATA[<p>I hope this is just the beginning of rspec-java descriptive posts. I believe one of the first questions from readers should be:<br />
&#8221; What about tools? Junit is well integrated with Eclipse and all other IDEs. What is the fate of rSpec? &#8221;</p>
<p>If there was some way to have the rspec code somehow emulate what JUnit does, then that could solve this question &#8211; but since I am far from being a java programmer, I have no idea what else can be done on this matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://www.kerrybuckley.org/2006/12/21/testing-java-code-using-rspec-and-jruby/comment-page-1/#comment-77</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Thu, 21 Dec 2006 15:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2006/12/21/testing-java-code-using-rspec-and-jruby/#comment-77</guid>
		<description>A very interesting post! I&#039;m excited to see RSpec start to get some attention for testing Java code; it&#039;s really a great tool and runs almost flawlessly under JRuby (minus a few remaining RSpec specs that appear to be text formatting issues).

One suggestion: You can also use include_class with classes that might conflict as follows, to eliminate the Java::Date and module Java stuff:

include_class(&quot;java.util.Date&quot;) { &quot;JDate&quot; }
date = JDate.new

It&#039;s quite a bit more readable.

Thanks for this post; I&#039;ll probably be blogging it soon!</description>
		<content:encoded><![CDATA[<p>A very interesting post! I&#8217;m excited to see RSpec start to get some attention for testing Java code; it&#8217;s really a great tool and runs almost flawlessly under JRuby (minus a few remaining RSpec specs that appear to be text formatting issues).</p>
<p>One suggestion: You can also use include_class with classes that might conflict as follows, to eliminate the Java::Date and module Java stuff:</p>
<p>include_class(&#8220;java.util.Date&#8221;) { &#8220;JDate&#8221; }<br />
date = JDate.new</p>
<p>It&#8217;s quite a bit more readable.</p>
<p>Thanks for this post; I&#8217;ll probably be blogging it soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.772 seconds -->

