<?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: Getting Started With JRuby</title>
	<atom:link href="http://www.engineyard.com/blog/2009/getting-started-with-jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/getting-started-with-jruby/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 05:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cnutter</title>
		<link>http://www.engineyard.com/blog/2009/getting-started-with-jruby/comment-page-1/#comment-37509</link>
		<dc:creator>cnutter</dc:creator>
		<pubDate>Wed, 04 Nov 2009 07:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1332#comment-37509</guid>
		<description>Curious: Yes, what you say is true; this is more an &quot;intro to JRuby for Ruby folks&quot;. But that is largely the point...up until this point, Ruby and Rails are just Ruby and Rails, regardless of whether you are on JRuby or not. We&#039;ve made it a key point of JRuby that Ruby should &quot;just work&quot;, so any tutorial you&#039;d follow to get a Ruby or Rails application working should work the same on JRuby as it does on any other Ruby. 
 
You are correct, though. We on the JRuby team need help selling &quot;Ruby&quot; to the non-Ruby masses. We&#039;re so close to Ruby that we forget (or at least don&#039;t address the fact) that Ruby itself requires a bit of selling at times. Most of our presentations and posts are focused on people who have already decided Ruby is the way to go. Hopefully as JRuby continues to gain momentum, we&#039;ll see more folks from the Ruby world selling to non-Ruby developers, and since many of those developers are using JVM-based libraries and languages, JRuby will be a natural progression. </description>
		<content:encoded><![CDATA[<p>Curious: Yes, what you say is true; this is more an &quot;intro to JRuby for Ruby folks&quot;. But that is largely the point&#8230;up until this point, Ruby and Rails are just Ruby and Rails, regardless of whether you are on JRuby or not. We&#039;ve made it a key point of JRuby that Ruby should &quot;just work&quot;, so any tutorial you&#039;d follow to get a Ruby or Rails application working should work the same on JRuby as it does on any other Ruby. </p>
<p>You are correct, though. We on the JRuby team need help selling &quot;Ruby&quot; to the non-Ruby masses. We&#039;re so close to Ruby that we forget (or at least don&#039;t address the fact) that Ruby itself requires a bit of selling at times. Most of our presentations and posts are focused on people who have already decided Ruby is the way to go. Hopefully as JRuby continues to gain momentum, we&#039;ll see more folks from the Ruby world selling to non-Ruby developers, and since many of those developers are using JVM-based libraries and languages, JRuby will be a natural progression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curious</title>
		<link>http://www.engineyard.com/blog/2009/getting-started-with-jruby/comment-page-1/#comment-37502</link>
		<dc:creator>Curious</dc:creator>
		<pubDate>Wed, 04 Nov 2009 00:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1332#comment-37502</guid>
		<description>This post really should be called &quot;Converting to JRuby&quot;. It&#039;s not about getting started, this is for Ruby developers that already use Ruby on other platforms.  
 
For those that are looking to get started with Ruby, using JRuby, this post really doesn&#039;t contain much info. E.g. sample code, &quot;hello, world&quot;. All the things you expect on a getting started page. 
 
Is JRuby just a secondary platform for Ruby, as this post implies? Or is it a reasonble place to start learning about Ruby development? 
  </description>
		<content:encoded><![CDATA[<p>This post really should be called &quot;Converting to JRuby&quot;. It&#039;s not about getting started, this is for Ruby developers that already use Ruby on other platforms.  </p>
<p>For those that are looking to get started with Ruby, using JRuby, this post really doesn&#039;t contain much info. E.g. sample code, &quot;hello, world&quot;. All the things you expect on a getting started page. </p>
<p>Is JRuby just a secondary platform for Ruby, as this post implies? Or is it a reasonble place to start learning about Ruby development?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRuby&#8217;s Future at Engine Yard &#124; Engine Yard Blog</title>
		<link>http://www.engineyard.com/blog/2009/getting-started-with-jruby/comment-page-1/#comment-9696</link>
		<dc:creator>JRuby&#8217;s Future at Engine Yard &#124; Engine Yard Blog</dc:creator>
		<pubDate>Tue, 28 Jul 2009 23:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1332#comment-9696</guid>
		<description>[...] first stop should be either my previous Engine Yard blog post on Getting Started with JRuby or the JRuby home site at jruby.org. You&#8217;ll find instructions on how to download, install, [...]</description>
		<content:encoded><![CDATA[<p>[...] first stop should be either my previous Engine Yard blog post on Getting Started with JRuby or the JRuby home site at jruby.org. You&#8217;ll find instructions on how to download, install, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.engineyard.com/blog/2009/getting-started-with-jruby/comment-page-1/#comment-3875</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1332#comment-3875</guid>
		<description>Very excited to see JRuby support on Engine Yard! 
 
JRuby-on-Rails applications run seamlessly on GlassFish - as a Gem or as a WAR. Multiple tips are available at: &lt;a href=&quot;http://blogs.sun.com/arungupta/tags/rubyonrails+totd&quot; target=&quot;_blank&quot;&gt;http://blogs.sun.com/arungupta/tags/rubyonrails+t...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Very excited to see JRuby support on Engine Yard! </p>
<p>JRuby-on-Rails applications run seamlessly on GlassFish &#8211; as a Gem or as a WAR. Multiple tips are available at: <a href="http://blogs.sun.com/arungupta/tags/rubyonrails+totd" target="_blank">http://blogs.sun.com/arungupta/tags/rubyonrails+t&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

