<?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: MicroISV: Deciding on a platform (aka Ruby on Rails) (aka Rapid Application Development for people who know how to program)</title>
	<atom:link href="http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/</link>
	<description>This is not the greatest tagline in the world... this is just a tribute.</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:36:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hammett</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1596</link>
		<dc:creator>hammett</dc:creator>
		<pubDate>Fri, 26 Aug 2005 16:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1596</guid>
		<description>&lt;p&gt;Castle has a Rails-like ActiveRecord implementation that uses NHibernate. So far I&#039;m very happy with it&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;a target=&quot;_new&quot; href=&quot;http://www.castleproject.org/index.php/ActiveRecord&quot; rel=&quot;nofollow&quot;&gt;http://www.castleproject.org/index.php/ActiveRecord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Castle has a Rails-like ActiveRecord implementation that uses NHibernate. So far I&#8217;m very happy with it</p>
<p></p>
<p><a target="_new" href="http://www.castleproject.org/index.php/ActiveRecord" rel="nofollow">http://www.castleproject.org/index.php/ActiveRecord</a></p>
<p></p>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1595</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 26 Aug 2005 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1595</guid>
		<description>&lt;p&gt;How shameful. :o A bug in my code!&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;10.times { &#124;i&#124; puts &#039;Hip Hip! Hooray&#039; + ( &#039;!&#039; * i ) }&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;That&#039;s what I get for not proof-reading. :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How shameful. <img src='http://averyblog.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  A bug in my code!</p>
<p></p>
<p>10.times { |i| puts &#8216;Hip Hip! Hooray&#8217; + ( &#8216;!&#8217; * i ) }</p>
<p></p>
<p>That&#8217;s what I get for not proof-reading. <img src='http://averyblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1594</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 26 Aug 2005 03:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1594</guid>
		<description>&lt;p&gt;Marcus: ActiveRecord isn&#039;t an O/R Mapper. The first sign is that it&#039;s Database Driven. So it by and large requires your database to be structured a certain way. James is spot on when he supposes he might save more than a few hours. ActiveRecord is far from the best part of Rails. You could use NHibernate in .NET land and get more features from Day One if that was all it offered.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;James: Welcome to the dark side. :)&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;10.times { puts &#039;Hip Hip! Hooray&#039; + ( &#039;!&#039; * i ) }&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Marcus: ActiveRecord isn&#8217;t an O/R Mapper. The first sign is that it&#8217;s Database Driven. So it by and large requires your database to be structured a certain way. James is spot on when he supposes he might save more than a few hours. ActiveRecord is far from the best part of Rails. You could use NHibernate in .NET land and get more features from Day One if that was all it offered.</p>
<p></p>
<p>James: Welcome to the dark side. <img src='http://averyblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p></p>
<p>10.times { puts &#8216;Hip Hip! Hooray&#8217; + ( &#8216;!&#8217; * i ) }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Avery</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1593</link>
		<dc:creator>James Avery</dc:creator>
		<pubDate>Fri, 26 Aug 2005 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1593</guid>
		<description>&lt;p&gt;Brian,&lt;/p&gt;
&lt;p&gt;&lt;br&gt;   I could definitly use Ruby/Rails support for the web services, I am just not sure what level of support there is. That is something I will investigate when I get to that point. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>   I could definitly use Ruby/Rails support for the web services, I am just not sure what level of support there is. That is something I will investigate when I get to that point. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1599</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 25 Aug 2005 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1599</guid>
		<description>&lt;p&gt;Why not use the Ruby/Rails support for web services? Providing a hosted service is another option. LAMP hosting solutions are no-brainers for MicroISVs who have a clue about managing costs, and want to extract high profits.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Regards the &#039;enterprise applications&#039; I think this is where a lot of things have gone wrong. It&#039;s a nice term for &#039;overengineer&#039;. People turn a 20 page brochureware website into a buggy, month long project using the out-of-the-box .NET tools. People think they have to be building enterprise applications instead of building software that is actually useful. Yes this is partly an organisational culture, IT industry and Mort problem - but the tools increase the problem. MicroISVs should steer well clear of anything that will result in issues like that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why not use the Ruby/Rails support for web services? Providing a hosted service is another option. LAMP hosting solutions are no-brainers for MicroISVs who have a clue about managing costs, and want to extract high profits.</p>
<p></p>
<p>Regards the &#8216;enterprise applications&#8217; I think this is where a lot of things have gone wrong. It&#8217;s a nice term for &#8216;overengineer&#8217;. People turn a 20 page brochureware website into a buggy, month long project using the out-of-the-box .NET tools. People think they have to be building enterprise applications instead of building software that is actually useful. Yes this is partly an organisational culture, IT industry and Mort problem &#8211; but the tools increase the problem. MicroISVs should steer well clear of anything that will result in issues like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus McConnell</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1598</link>
		<dc:creator>Marcus McConnell</dc:creator>
		<pubDate>Thu, 25 Aug 2005 13:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1598</guid>
		<description>&lt;p&gt;If you go with ASP.NET for web services and Ruby for your main site you&#039;ve just made a decision to use multiple platforms for your Micro ISV project. I would think the cost of supporting two platforms down the road doesn&#039;t justify a few hours saved by the ORM tools. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you go with ASP.NET for web services and Ruby for your main site you&#8217;ve just made a decision to use multiple platforms for your Micro ISV project. I would think the cost of supporting two platforms down the road doesn&#8217;t justify a few hours saved by the ORM tools. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schoolcraft</title>
		<link>http://averyblog.com/rubyrails/microisv-deciding-on-a-platform-aka-ruby-on-rails-aka-rapid-application-development-for-people-who-know-how-to-program/comment-page-1/#comment-1597</link>
		<dc:creator>Jeff Schoolcraft</dc:creator>
		<pubDate>Thu, 25 Aug 2005 11:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=455#comment-1597</guid>
		<description>&lt;p&gt;James,&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;If you&#039;re instered in Ruby on Rails you should check out the Castle project:&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;a target=&quot;_new&quot; href=&quot;http://www.castleproject.org/index.php/Main_Page&quot; rel=&quot;nofollow&quot;&gt;http://www.castleproject.org/index.php/Main_Page&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>James,</p>
<p></p>
<p>If you&#8217;re instered in Ruby on Rails you should check out the Castle project:</p>
<p></p>
<p><a target="_new" href="http://www.castleproject.org/index.php/Main_Page" rel="nofollow">http://www.castleproject.org/index.php/Main_Page</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

