This past week or so two developers whom I greatly respect and admire really opened my eyes. It's been an interesting time since then. On October 23 on the Struts Developer list Craig McClanahan wrote:
To which Ted Husted followed up:
Wow! Here are two of the leaders of the Java web development world extolling the virtues of Ruby on Rails. It was an eye opener to me.
I have respected and admired these two guys for years. I've used Struts 1 and 2. I learned Struts 1 from Ted's book. I've worked with Struts 2 for over a year now. Hell, I've bent Struts 2 to my Groovy will with help from the guys on the Struts 2 list. And here they are lauding Ruby on Rails.
Now, personally I've stayed away from Rails. I really didn't want to learn another language, another framework, another set of libraries, another, another, another... Yea, call me lazy, it's a virtue. (cf: man perl)
Well, I'm one week, well really about 12 hours, into playing with RoR, and I'm thoroughly impressed. I keep thinking to myself, "why have I been working so hard all these years?!?!" Where's the XML? Where are the annotations? Where's all the configuration? Where's the struggle to get Spring working with Hibernate/JPA, working with Struts 2? What you mean I don't have to compile, deploy, restart?!?! Huh?
I realize now that I've been trying to do with GroovyWorks what the Rails guys have already accomplished with Ruby. I sort of solved the deploy and restart problem by using Spring/Groovy/Struts2, but what a pain! If I change an interface I have to restart my container.
Now, I'm just at the banging rocks together phase with RoR but I see the promise. I see light and I don't hear any trains. The virtues so far:
This issue all on its own is what pushed me to get Groovy Works working. Groovy Works isn't as good as Rails, because all transactional classes must implement an interface, so if you change the interface you have to restart. Even with this deficiency it would be hard for me to calculate the amount of time not needing to deploy and restart has saved me over the past year using Groovy Works. I can't imagine how much more I'll save with Rails.
Well, as you can probably tell, I'm pretty excited about Rails. I'm going to keep walking toward the light.
[1] Myer, Bertrand, "Object Oriented Software Construction": Basically it boils down to being able to access a member or a method that takes no arguments using the same syntax. This allows you to change from a member to a method and not break your existing code.
Recent comments
6 weeks 4 days ago
7 weeks 2 days ago
7 weeks 5 days ago
8 weeks 5 days ago
9 weeks 17 hours ago
9 weeks 23 hours ago
9 weeks 5 days ago
12 weeks 6 days ago
13 weeks 4 days ago
13 weeks 4 days ago