<?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: Build your Web2 site quicker &#8211; Free Ruby Book</title>
	<atom:link href="http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/</link>
	<description>People, Technology, Business and Innovation</description>
	<lastBuildDate>Mon, 15 Feb 2010 20:01:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12891</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 30 Jan 2007 11:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12891</guid>
		<description>John,

If you have a 1 page already done , fire it over to paulb (at sign) firstpartners.net

Paul</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>If you have a 1 page already done , fire it over to paulb (at sign) firstpartners.net</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12868</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Tue, 30 Jan 2007 10:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12868</guid>
		<description>We have a beta of our solution, we&#039;re out there engaging with partners at the moment getting the final touches.

I can send you a more info by mail if your interested.</description>
		<content:encoded><![CDATA[<p>We have a beta of our solution, we&#8217;re out there engaging with partners at the moment getting the final touches.</p>
<p>I can send you a more info by mail if your interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12861</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 30 Jan 2007 09:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12861</guid>
		<description>John (W),

Appreciate the comment - you&#039;re further ahead than I am on the rails stuff. Have you actually got to production with your current project , or is it still under wraps?

What tipped the scales for me to start getting into Ruby is that yourself and a couple of other good / heavyweight Enterprise Java guys are swearing by it. 

Paul</description>
		<content:encoded><![CDATA[<p>John (W),</p>
<p>Appreciate the comment &#8211; you&#8217;re further ahead than I am on the rails stuff. Have you actually got to production with your current project , or is it still under wraps?</p>
<p>What tipped the scales for me to start getting into Ruby is that yourself and a couple of other good / heavyweight Enterprise Java guys are swearing by it. </p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12848</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Tue, 30 Jan 2007 09:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12848</guid>
		<description>Webrick is a development server and has never been proposed as a production solution. 

Mongrel is the solution. A cluster of mongrel&#039;s can work with a software (e.g apache ) or hardware load balancer ensuring a horizontally scalable solution.

Line for line ruby is slower than java, however performance is more than language choice. Its also about design and development decisions. Rails provides separation of concerns as well as horizontal scaling baked in.</description>
		<content:encoded><![CDATA[<p>Webrick is a development server and has never been proposed as a production solution. </p>
<p>Mongrel is the solution. A cluster of mongrel&#8217;s can work with a software (e.g apache ) or hardware load balancer ensuring a horizontally scalable solution.</p>
<p>Line for line ruby is slower than java, however performance is more than language choice. Its also about design and development decisions. Rails provides separation of concerns as well as horizontal scaling baked in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12812</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 30 Jan 2007 07:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12812</guid>
		<description>John (McC),

Do you know how fast it is in a web environment? I got the impression that the standard (Webbrick) server would fall over quite easily.

Fortunately , they have a way of working with Apache, I haven&#039;t tested the scalability (yet) of that.

Paul</description>
		<content:encoded><![CDATA[<p>John (McC),</p>
<p>Do you know how fast it is in a web environment? I got the impression that the standard (Webbrick) server would fall over quite easily.</p>
<p>Fortunately , they have a way of working with Apache, I haven&#8217;t tested the scalability (yet) of that.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McClean</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12739</link>
		<dc:creator>John McClean</dc:creator>
		<pubDate>Tue, 30 Jan 2007 00:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12739</guid>
		<description>er Paul, isn&#039;t that 3 reasons? 


Seriously though - I read recently that the JRuby developers have managed to optimise JRuby (with JIT compiler I think) so that it&#039;s running at twice the speed of C Ruby. Although I don&#039;t think JRuby with compiler is released yet... Could well turn out that Java will be the platform for Ruby..</description>
		<content:encoded><![CDATA[<p>er Paul, isn&#8217;t that 3 reasons? </p>
<p>Seriously though &#8211; I read recently that the JRuby developers have managed to optimise JRuby (with JIT compiler I think) so that it&#8217;s running at twice the speed of C Ruby. Although I don&#8217;t think JRuby with compiler is released yet&#8230; Could well turn out that Java will be the platform for Ruby..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12706</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 29 Jan 2007 22:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12706</guid>
		<description>John,

Not the intention to make it sound lightweight - more explaining the reasons why I&#039;m interested in it. 

Paul</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Not the intention to make it sound lightweight &#8211; more explaining the reasons why I&#8217;m interested in it. </p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/comment-page-1/#comment-12704</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Mon, 29 Jan 2007 22:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.firstpartners.net/blog/technology/java/2007/01/29/build-your-web2-site-quicker-free-ruby-book/#comment-12704</guid>
		<description>You make it sound like ruby (and rails) is a prototyping language - its not.</description>
		<content:encoded><![CDATA[<p>You make it sound like ruby (and rails) is a prototyping language &#8211; its not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
