<?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: A Sun Employee Likes Rails Too!!</title>
	<atom:link href="http://www.ryanripley.com/55-ruby-on-rails-update-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanripley.com/55-ruby-on-rails-update-1</link>
	<description>Business, Technology, Movies, Rants and anything that I think is cool or worth bitching about.</description>
	<pubDate>Fri, 05 Sep 2008 22:03:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Shawn Oster</title>
		<link>http://www.ryanripley.com/55-ruby-on-rails-update-1#comment-97</link>
		<dc:creator>Shawn Oster</dc:creator>
		<pubDate>Tue, 28 Mar 2006 08:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanripley.com/?p=55#comment-97</guid>
		<description>Actually that's *not* what is suprising.  What is suprising is that he hasn't been set on fire by McNeilly.

I happen to live 10 minutes away from a major Sun campus and there are a *huge* amount of people that I've known that have worked there that a) highly dislike Java and b) love either .NET or Ruby (or like both, like me).</description>
		<content:encoded><![CDATA[<p>Actually that&#8217;s *not* what is suprising.  What is suprising is that he hasn&#8217;t been set on fire by McNeilly.</p>
<p>I happen to live 10 minutes away from a major Sun campus and there are a *huge* amount of people that I&#8217;ve known that have worked there that a) highly dislike Java and b) love either .NET or Ruby (or like both, like me).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Strobl</title>
		<link>http://www.ryanripley.com/55-ruby-on-rails-update-1#comment-85</link>
		<dc:creator>Roman Strobl</dc:creator>
		<pubDate>Wed, 01 Mar 2006 07:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanripley.com/?p=55#comment-85</guid>
		<description>Interesting... I didn't know that. Anyway Ruby on Rails is the framework that made people aware of continuations, I think. David Heinemeier Hannson is a very good evangelist.</description>
		<content:encoded><![CDATA[<p>Interesting&#8230; I didn&#8217;t know that. Anyway Ruby on Rails is the framework that made people aware of continuations, I think. David Heinemeier Hannson is a very good evangelist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ryanripley.com/55-ruby-on-rails-update-1#comment-84</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 28 Feb 2006 14:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanripley.com/?p=55#comment-84</guid>
		<description>Hmm, I missed the part where Rails uses continuations:

&lt;em&gt;Some of the most popular frameworks started to support continuations&lt;/em&gt;

&lt;a href="http://cocoon.apache.org/" rel="nofollow"&gt;Cocoon has had continuations since before Rails was a twinkle in DHH's eye.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hmm, I missed the part where Rails uses continuations:</p>
<p><em>Some of the most popular frameworks started to support continuations</em></p>
<p><a href="http://cocoon.apache.org/" rel="nofollow">Cocoon has had continuations since before Rails was a twinkle in DHH&#8217;s eye.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Strobl</title>
		<link>http://www.ryanripley.com/55-ruby-on-rails-update-1#comment-83</link>
		<dc:creator>Roman Strobl</dc:creator>
		<pubDate>Tue, 28 Feb 2006 08:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanripley.com/?p=55#comment-83</guid>
		<description>Hi, do you know what does Ruby on Rails need to really get into the mainstream? One of the large IT companies standing behind it. 

Btw, I really think that frameworks such as JSF and even Java EE have their place on the world. Ruby on Rails solves very well the problem of creating web applications with a database backend. Being a long time PHP programmer, I realize how much cleaner the code can be with Ruby. And I really enjoyed building simple web applications with Rails. But it's not a solution for all the world's problems, sometimes visual component-based development is something your team needs and sometimes you need to build really large systems which scale, are redundant and integrate with legacy systems - and are heavily transactional. Ruby on Rails needs to be ready for such problems if it wants to replace Java in the enterprises.

Did you notice that the Java world is being influenced by Ruby on Rails? Some of the most popular frameworks started to support continuations, there's a lot of simplification going on with annotations and convention over configuration - which is a really good thing. 

Did you also notice that Sun is adding support for scripting languages? It started by &lt;a href="http://www.ociweb.com/jnb/jnbFeb2006.html" rel="nofollow"&gt;JSR 223&lt;/a&gt; which enables scripting languages to be tightly integrated into the Java platform and it will continue with JDK 7 with the planned special bytecode for dynamic languages running on top of the JVM.

I am looking forward to see more scripting languages on Java platform and I hope that one day I will be able to use the powerfull frameworks and libraries from the Java world with a scripting language such as Ruby. This combination would be just very cool.
</description>
		<content:encoded><![CDATA[<p>Hi, do you know what does Ruby on Rails need to really get into the mainstream? One of the large IT companies standing behind it. </p>
<p>Btw, I really think that frameworks such as JSF and even Java EE have their place on the world. Ruby on Rails solves very well the problem of creating web applications with a database backend. Being a long time PHP programmer, I realize how much cleaner the code can be with Ruby. And I really enjoyed building simple web applications with Rails. But it&#8217;s not a solution for all the world&#8217;s problems, sometimes visual component-based development is something your team needs and sometimes you need to build really large systems which scale, are redundant and integrate with legacy systems - and are heavily transactional. Ruby on Rails needs to be ready for such problems if it wants to replace Java in the enterprises.</p>
<p>Did you notice that the Java world is being influenced by Ruby on Rails? Some of the most popular frameworks started to support continuations, there&#8217;s a lot of simplification going on with annotations and convention over configuration - which is a really good thing. </p>
<p>Did you also notice that Sun is adding support for scripting languages? It started by <a href="http://www.ociweb.com/jnb/jnbFeb2006.html" rel="nofollow">JSR 223</a> which enables scripting languages to be tightly integrated into the Java platform and it will continue with JDK 7 with the planned special bytecode for dynamic languages running on top of the JVM.</p>
<p>I am looking forward to see more scripting languages on Java platform and I hope that one day I will be able to use the powerfull frameworks and libraries from the Java world with a scripting language such as Ruby. This combination would be just very cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
