<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Rails Rocks&#8230; (A perspective from Java Engineer)</title>
	<atom:link href="http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/</link>
	<description>My technical thougts.</description>
	<lastBuildDate>Thu, 11 Dec 2008 13:38:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dr.Ranjith</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-9</link>
		<dc:creator>Dr.Ranjith</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-9</guid>
		<description>Excellent article Mr. Vijay.  There are so many things which we never think about until we come across a problem. This article is definitely proactive in nature and I am sure that many people are going to benefit a lot from it.</description>
		<content:encoded><![CDATA[<p>Excellent article Mr. Vijay.  There are so many things which we never think about until we come across a problem. This article is definitely proactive in nature and I am sure that many people are going to benefit a lot from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijayanandraj</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-8</link>
		<dc:creator>vijayanandraj</dc:creator>
		<pubDate>Sun, 14 Jan 2007 13:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-8</guid>
		<description>I have worked with Hibernate3 and annotations ( I always thought EJB3 was based on Hibernate ;) ). But someway I feel activerecord was more appealing, may be it was perfectively wired with Actionpack. 

Question about scalability came to my mind also. But I have not done any benchmark test to confirm the same. I am seeing lots many contents that contradict the fact that &quot;Rails is not Scalable&quot;
http://www.loudthinking.com/arc/000479.html

I dont agree with lack of tool support as &quot;RadRails&quot; was pretty stable and more than enough for most of my needs. Though I didn’t tried the debugging features.

I thought Ruby Gems was perfect answer for packaging rails apps?  Though I have not tried  it.

Another interesting thing I learnt about rails was, we can distribute rails app as exe(Sadly only for demo, Not production friendly). Just by clicking the exe we can see rails app in the browser (Even without ruby installed on client machine). I have not tried this though. 
http://www.erikveen.dds.nl/distributingrubyapplications/rails.html

I agree with you about code obfuscation and IP concern. But my point here is , any code if they want can be  de-obfuscated. :)</description>
		<content:encoded><![CDATA[<p>I have worked with Hibernate3 and annotations ( I always thought EJB3 was based on Hibernate <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). But someway I feel activerecord was more appealing, may be it was perfectively wired with Actionpack. </p>
<p>Question about scalability came to my mind also. But I have not done any benchmark test to confirm the same. I am seeing lots many contents that contradict the fact that &#8220;Rails is not Scalable&#8221;<br />
<a href="http://www.loudthinking.com/arc/000479.html" rel="nofollow">http://www.loudthinking.com/arc/000479.html</a></p>
<p>I dont agree with lack of tool support as &#8220;RadRails&#8221; was pretty stable and more than enough for most of my needs. Though I didn’t tried the debugging features.</p>
<p>I thought Ruby Gems was perfect answer for packaging rails apps?  Though I have not tried  it.</p>
<p>Another interesting thing I learnt about rails was, we can distribute rails app as exe(Sadly only for demo, Not production friendly). Just by clicking the exe we can see rails app in the browser (Even without ruby installed on client machine). I have not tried this though.<br />
<a href="http://www.erikveen.dds.nl/distributingrubyapplications/rails.html" rel="nofollow">http://www.erikveen.dds.nl/distributingrubyapplications/rails.html</a></p>
<p>I agree with you about code obfuscation and IP concern. But my point here is , any code if they want can be  de-obfuscated. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aejaz</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-7</link>
		<dc:creator>Aejaz</dc:creator>
		<pubDate>Sun, 14 Jan 2007 06:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-7</guid>
		<description>I guess you haven&#039;t tried EJB3(No XML needed) or haven&#039;t worked with large scale applications. I have evaluated rails &amp; have dropped it due to several reasons, namely,

- Questionable scalability
- Too low level to manipulate the view side(lack of UI components)
- Lack of application packaging facilities
- Lack of code obfuscation which is necessary to protect your IP if you want to
   sell your application
- Big one : Lack of tool support

I have more reasons but this should suffice for now.</description>
		<content:encoded><![CDATA[<p>I guess you haven&#8217;t tried EJB3(No XML needed) or haven&#8217;t worked with large scale applications. I have evaluated rails &amp; have dropped it due to several reasons, namely,</p>
<p>- Questionable scalability<br />
- Too low level to manipulate the view side(lack of UI components)<br />
- Lack of application packaging facilities<br />
- Lack of code obfuscation which is necessary to protect your IP if you want to<br />
   sell your application<br />
- Big one : Lack of tool support</p>
<p>I have more reasons but this should suffice for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan`s Weblog &#187; links for 2007-01-14</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-6</link>
		<dc:creator>Urubatan`s Weblog &#187; links for 2007-01-14</dc:creator>
		<pubDate>Sun, 14 Jan 2007 00:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-6</guid>
		<description>[...] Rails Rocks… (A perspective from Java Engineer) « Techie by Mind…. [...]</description>
		<content:encoded><![CDATA[<p>[...] Rails Rocks… (A perspective from Java Engineer) « Techie by Mind…. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fixer</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-5</link>
		<dc:creator>fixer</dc:creator>
		<pubDate>Sat, 13 Jan 2007 04:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-5</guid>
		<description>frobot: just one example, i recently used stripes, it is a very clean and fast web application framework. it incorporates well with spring or hibernate and requires almost no seperate configuration files. why would i bother with rails if i have something give me the similar gains with better performance and tool support? Seam is another good example..</description>
		<content:encoded><![CDATA[<p>frobot: just one example, i recently used stripes, it is a very clean and fast web application framework. it incorporates well with spring or hibernate and requires almost no seperate configuration files. why would i bother with rails if i have something give me the similar gains with better performance and tool support? Seam is another good example..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frobot</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-4</link>
		<dc:creator>frobot</dc:creator>
		<pubDate>Fri, 12 Jan 2007 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-4</guid>
		<description>App server or JDK versions make neglible difference in productivity.

Just the immediacy of editing code and checking results, vs. the slow edit-compile-deploy (and often restart) cycle of a J2EE app-server is a huge productivity boost.

The best thing about Rails is it makes it easy to do the right thing, and unnecessary to do the wrong thing. One alleged strength of J2EE is the quality and maintainability of application code. But it&#039;s just so tedious and labor-intensive, that in practice it&#039;s difficult to do the right thing.

Worse, it&#039;s easy and tempting to do the wrong thing -- e.g. excessive scriptlet code in JSP, cross-layer contamination, duplication, no unit tests, etc.  This becomes a downward spiral -- shortcuts result in less maintainability, resulting in more time pressures, incenting more bad behavior.

So while an environment like PHP are often criticized as being quick-and-dirty, in reality J2EE projects degenerate into slow-and-dirty.

The natural state of Rails apps is quick-and-clean. It doesn&#039;t require constant policing, vigilance, and energy to make sure the team produces good, maintainable, testable code.</description>
		<content:encoded><![CDATA[<p>App server or JDK versions make neglible difference in productivity.</p>
<p>Just the immediacy of editing code and checking results, vs. the slow edit-compile-deploy (and often restart) cycle of a J2EE app-server is a huge productivity boost.</p>
<p>The best thing about Rails is it makes it easy to do the right thing, and unnecessary to do the wrong thing. One alleged strength of J2EE is the quality and maintainability of application code. But it&#8217;s just so tedious and labor-intensive, that in practice it&#8217;s difficult to do the right thing.</p>
<p>Worse, it&#8217;s easy and tempting to do the wrong thing &#8212; e.g. excessive scriptlet code in JSP, cross-layer contamination, duplication, no unit tests, etc.  This becomes a downward spiral &#8212; shortcuts result in less maintainability, resulting in more time pressures, incenting more bad behavior.</p>
<p>So while an environment like PHP are often criticized as being quick-and-dirty, in reality J2EE projects degenerate into slow-and-dirty.</p>
<p>The natural state of Rails apps is quick-and-clean. It doesn&#8217;t require constant policing, vigilance, and energy to make sure the team produces good, maintainable, testable code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijayanandraj</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-3</link>
		<dc:creator>vijayanandraj</dc:creator>
		<pubDate>Fri, 12 Jan 2007 14:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-3</guid>
		<description>I dont think App servers makes a big sense here(Because I am talking about the developement time).
  I think the ORM in Rails(Active Record), Scafolding (Ajax Scaffolding) , Metaprogramming, built-in-testing etc.. gives leading edge to rails than any comparing technologies. Another feature that fascinated more in rails is seamless integration between web and persistence layer. To do the same thing in  J2ee using Spring &amp; Hibernate  I can remember how many xml file I wrote. I agree current version of hibernate no need seperate config file, rather we can map it with annotations. But still by following just few conventions in rails I can just declare the class and I can persist it. I can list some many goodie feature in rails, but that may make my reply bulkier. 

Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>I dont think App servers makes a big sense here(Because I am talking about the developement time).<br />
  I think the ORM in Rails(Active Record), Scafolding (Ajax Scaffolding) , Metaprogramming, built-in-testing etc.. gives leading edge to rails than any comparing technologies. Another feature that fascinated more in rails is seamless integration between web and persistence layer. To do the same thing in  J2ee using Spring &amp; Hibernate  I can remember how many xml file I wrote. I agree current version of hibernate no need seperate config file, rather we can map it with annotations. But still by following just few conventions in rails I can just declare the class and I can persist it. I can list some many goodie feature in rails, but that may make my reply bulkier. </p>
<p>Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afsina</title>
		<link>http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-2</link>
		<dc:creator>afsina</dc:creator>
		<pubDate>Fri, 12 Jan 2007 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://vijayanandraj.wordpress.com/2007/01/11/rails-rocks-a-perspective-from-java-engineer/#comment-2</guid>
		<description>maybe you felt that way because you were developing under using J2EE 1.4 with archaic app servers under java 1.4?  (eg websphere)?</description>
		<content:encoded><![CDATA[<p>maybe you felt that way because you were developing under using J2EE 1.4 with archaic app servers under java 1.4?  (eg websphere)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
