<?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 for Realjenius.com</title>
	<atom:link href="http://www.realjenius.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.realjenius.com</link>
	<description>Realjenius.com - Tech, Java, Ruby, Scala, and Sarchasm</description>
	<lastBuildDate>Wed, 03 Mar 2010 12:20:14 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Check Out the Play Framework by Costis</title>
		<link>http://www.realjenius.com/2010/03/01/check-out-the-play-framework/comment-page-1/#comment-657</link>
		<dc:creator>Costis</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=454#comment-657</guid>
		<description>After being disgusted from working for 5 years with ASP.NET (I am a victim of Webforms), I started looking for other frameworks that could bring happiness to my web development work. I spent a few months with Cakephp and Django. I liked both of them, especially Django, but I wasn&#039;t feeling comfortable with PHP and Python. Then I stumbled upon Play! framework and never looked back. I&#039;ve been using it for a month and I am totally pleased with it. The documentation is not very good (nothing compared to Django&#039;s docs), but the support via the google group is excellent. Working with Java, Intellij IDEA and Play! framework is a joy. The pluggable architecture (like django), the code-test cycle, JPA for data access, no compiles, Groovy for templates and blazing performance with the included HTTP server are things that made me fall for this framework.</description>
		<content:encoded><![CDATA[<p>After being disgusted from working for 5 years with ASP.NET (I am a victim of Webforms), I started looking for other frameworks that could bring happiness to my web development work. I spent a few months with Cakephp and Django. I liked both of them, especially Django, but I wasn&#8217;t feeling comfortable with PHP and Python. Then I stumbled upon Play! framework and never looked back. I&#8217;ve been using it for a month and I am totally pleased with it. The documentation is not very good (nothing compared to Django&#8217;s docs), but the support via the google group is excellent. Working with Java, Intellij IDEA and Play! framework is a joy. The pluggable architecture (like django), the code-test cycle, JPA for data access, no compiles, Groovy for templates and blazing performance with the included HTTP server are things that made me fall for this framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Out the Play Framework by Sakuraba</title>
		<link>http://www.realjenius.com/2010/03/01/check-out-the-play-framework/comment-page-1/#comment-656</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Wed, 03 Mar 2010 10:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=454#comment-656</guid>
		<description>I am switching from Grails to Play, because it is faster, more stable and requires less restarts. They have an awesome browser based test runner for all your tests, which makes testing a lot faster and easiert as doing it with Grails. It is amazing. My Integration-Tests for Play run in microseconds, whereas with Grails it takes at least 10-30 seconds to bootstrap the entire environment and then run my tests.

Besides the screencast, there is the usual suspect - a tutorial about creating a blog application - that takes you through all of the basics of Play in a very nice way: http://www.playframework.org/documentation/1.0.1/guide1</description>
		<content:encoded><![CDATA[<p>I am switching from Grails to Play, because it is faster, more stable and requires less restarts. They have an awesome browser based test runner for all your tests, which makes testing a lot faster and easiert as doing it with Grails. It is amazing. My Integration-Tests for Play run in microseconds, whereas with Grails it takes at least 10-30 seconds to bootstrap the entire environment and then run my tests.</p>
<p>Besides the screencast, there is the usual suspect &#8211; a tutorial about creating a blog application &#8211; that takes you through all of the basics of Play in a very nice way: <a href="http://www.playframework.org/documentation/1.0.1/guide1" rel="nofollow">http://www.playframework.org/documentation/1.0.1/guide1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: The JIT Compiler by Paul</title>
		<link>http://www.realjenius.com/2009/10/06/distilling-jruby-the-jit-compiler/comment-page-1/#comment-630</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=293#comment-630</guid>
		<description>Hey,

thanks for the fantastic writeup.  I&#039;m trying to diagnose an issue to do with Jruby performance and this was a great help.  There is some info on the different command line JIT flags that can be set for Jruby here:

http://kenai.com/projects/jruby/pages/PerformanceTuning#JIT_Runtime_Properties</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>thanks for the fantastic writeup.  I&#8217;m trying to diagnose an issue to do with Jruby performance and this was a great help.  There is some info on the different command line JIT flags that can be set for Jruby here:</p>
<p><a href="http://kenai.com/projects/jruby/pages/PerformanceTuning#JIT_Runtime_Properties" rel="nofollow">http://kenai.com/projects/jruby/pages/PerformanceTuning#JIT_Runtime_Properties</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JRuby &#8220;IO.foreach&#8221; Performance by Vladimir Sizikov</title>
		<link>http://www.realjenius.com/2009/11/03/jruby-io-foreach-performance/comment-page-1/#comment-494</link>
		<dc:creator>Vladimir Sizikov</dc:creator>
		<pubDate>Wed, 04 Nov 2009 09:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=405#comment-494</guid>
		<description>Heh, this was fun to read, as it was real fun to watch the evolution of the fix. :)</description>
		<content:encoded><![CDATA[<p>Heh, this was fun to read, as it was real fun to watch the evolution of the fix. <img src='http://www.realjenius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: Tracking Scope by The Rubyist: September 2009 Edition</title>
		<link>http://www.realjenius.com/2009/09/25/distilling-jruby-tracking-scope/comment-page-1/#comment-241</link>
		<dc:creator>The Rubyist: September 2009 Edition</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=228#comment-241</guid>
		<description>[...] Distilling JRuby: Tracking Scope [...]</description>
		<content:encoded><![CDATA[<p>[...] Distilling JRuby: Tracking Scope [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: The JIT Compiler by Thiago Arrais (arrais) 's status on Thursday, 08-Oct-09 11:08:28 UTC - Identi.ca</title>
		<link>http://www.realjenius.com/2009/10/06/distilling-jruby-the-jit-compiler/comment-page-1/#comment-225</link>
		<dc:creator>Thiago Arrais (arrais) 's status on Thursday, 08-Oct-09 11:08:28 UTC - Identi.ca</dc:creator>
		<pubDate>Thu, 08 Oct 2009 11:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=293#comment-225</guid>
		<description>[...]  http://www.realjenius.com/2009/10/06/distilling-jruby-the-jit-compiler/  [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://www.realjenius.com/2009/10/06/distilling-jruby-the-jit-compiler/" rel="nofollow">http://www.realjenius.com/2009/10/06/distilling-jruby-the-jit-compiler/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: Tracking Scope by R.J.</title>
		<link>http://www.realjenius.com/2009/09/25/distilling-jruby-tracking-scope/comment-page-1/#comment-89</link>
		<dc:creator>R.J.</dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=228#comment-89</guid>
		<description>Very cool - thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Very cool &#8211; thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: Tracking Scope by Thomas Enebo</title>
		<link>http://www.realjenius.com/2009/09/25/distilling-jruby-tracking-scope/comment-page-1/#comment-88</link>
		<dc:creator>Thomas Enebo</dc:creator>
		<pubDate>Sat, 26 Sep 2009 16:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=228#comment-88</guid>
		<description>Excellent article and continuation on exploring JRuby internals.  I endorse these as good explanations of how things work inside JRuby.  Keep up the good work...

One thing which probably could have saved you a little time:  jruby -S ast -e &#039;a = 3; b = a&#039;
Unpublished, but very useful for debugging parser problems...</description>
		<content:encoded><![CDATA[<p>Excellent article and continuation on exploring JRuby internals.  I endorse these as good explanations of how things work inside JRuby.  Keep up the good work&#8230;</p>
<p>One thing which probably could have saved you a little time:  jruby -S ast -e &#8216;a = 3; b = a&#8217;<br />
Unpublished, but very useful for debugging parser problems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: Tracking Scope by R.J.</title>
		<link>http://www.realjenius.com/2009/09/25/distilling-jruby-tracking-scope/comment-page-1/#comment-87</link>
		<dc:creator>R.J.</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=228#comment-87</guid>
		<description>Thanks! I&#039;m glad you enjoyed it.

I spent the better part of a few evenings researching the JRuby scope code. I think this one was a little harder than the method dispatching, but mostly because it required more intimate knowledge of the Ruby scoping rules.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m glad you enjoyed it.</p>
<p>I spent the better part of a few evenings researching the JRuby scope code. I think this one was a little harder than the method dispatching, but mostly because it required more intimate knowledge of the Ruby scoping rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distilling JRuby: Tracking Scope by Vladimir Sizikov</title>
		<link>http://www.realjenius.com/2009/09/25/distilling-jruby-tracking-scope/comment-page-1/#comment-86</link>
		<dc:creator>Vladimir Sizikov</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.realjenius.com/?p=228#comment-86</guid>
		<description>Whoa, great article!!! How long did it take for you to figure this stuff out? :) I&#039;ll be sure checking for more articles from you, keep up the great work!</description>
		<content:encoded><![CDATA[<p>Whoa, great article!!! How long did it take for you to figure this stuff out? <img src='http://www.realjenius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll be sure checking for more articles from you, keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
