<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7461099095881552480.post3772277626547199963..comments</id><updated>2008-12-18T10:05:09.678-08:00</updated><title type='text'>Comments on Enterprise Java Technology: Rod Johnson: "Can Ruby on Rails do that?"</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://enterprisejavatechblog.blogspot.com/feeds/3772277626547199963/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html'/><author><name>David Reines</name><uri>http://www.blogger.com/profile/18406100106368055000</uri><email>david.reines@objectpartners.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-6709111032901166384</id><published>2008-12-18T10:05:00.000-08:00</published><updated>2008-12-18T10:05:00.000-08:00</updated><title type='text'>The short answer is yes Ruby on Rails can do that ...</title><content type='html'>The short answer is yes Ruby on Rails can do that when running under JRuby. (I use this ability everyday in my work.)&lt;BR/&gt;&lt;BR/&gt;It's nice that Grails can do it, although I would be more surprised if it couldn't do it. It's really not a big deal. After all Grails IS built on top of Spring. &lt;BR/&gt;&lt;BR/&gt;Wrapping Java services in a Ruby facade is very easy. My experience in the Java to Ruby transition is that things that seem like a big deal in Java are trivial in [J]Ruby. So, much so that no one bothers to waste time doing posts about it. (For instance I did my Spring integration in about 5-10 minutes from conception to working.)&lt;BR/&gt;&lt;BR/&gt;Mark Menard</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/6709111032901166384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/6709111032901166384'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1229623500000#c6709111032901166384' title=''/><author><name>Vita Rara</name><uri>http://www.blogger.com/profile/14237598315022861781</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-3674768086674831796</id><published>2008-12-11T23:25:00.000-08:00</published><updated>2008-12-11T23:25:00.000-08:00</updated><title type='text'>Phew, I think Spring has come a long way from maki...</title><content type='html'>Phew, I think Spring has come a long way from making j2ee simpler to being a huge complex, bloated behemoth itself. After shifting around tons of configuration-files, spilling these strange syntactic beasts that annotations are all over your code, you come to realize that this is a gigantic hack to work around the fact that both java and groovy are missing important language features to make your code readable. &lt;BR/&gt;&lt;BR/&gt;So, maybe instead of yelling "the Railies don't have Annotations!!!", take a look into language features like opening up classes, eval, blocks etc. Rails/Ruby does not have annotations because there is no need to have them, The beauty and the simplicity of RoR comes from the fact that you do not need several different (xml, annotations, code, aspects...) to write your app, but you can stay in ruby all the time. Huge reduction of complexity. So instead of complaining about missing idiom-x or idiom-y, try to think for a while, why you needed the idiom in the first place - and that it only solves a problem  in java that you do not really have in ruby.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/3674768086674831796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/3674768086674831796'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1229066700000#c3674768086674831796' title=''/><author><name>mugwump64</name><uri>http://mugwump64.wordpress.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-1582346806487411002</id><published>2008-12-08T08:03:00.000-08:00</published><updated>2008-12-08T08:03:00.000-08:00</updated><title type='text'>Yeah, RoR can do that. We've been running rails as...</title><content type='html'>Yeah, RoR can do that. We've been running rails as the rendering engine for an legacy Java application that runs Spring IOC. &lt;BR/&gt;&lt;BR/&gt;We may end up keeping parts of the application in a hybrid state, but most likely it will end up becoming a pure Rails stack.&lt;BR/&gt;&lt;BR/&gt;Our "hybrid" application has been in production for about a year. There is a rails plugin for Spring IOC:&lt;BR/&gt;&lt;BR/&gt;http://mysterycoder.blogspot.com/2007/08/spring-rails-plugin-01.html</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/1582346806487411002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/1582346806487411002'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228752180000#c1582346806487411002' title=''/><author><name>Tyler Jennings</name><uri>http://www.blogger.com/profile/10115803805724277158</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-4689730482079371409</id><published>2008-12-07T22:21:00.000-08:00</published><updated>2008-12-07T22:21:00.000-08:00</updated><title type='text'>To clarify, why would I bother with Spring even if...</title><content type='html'>To clarify, why would I bother with Spring even if I were using JRuby.  I am a spring expert and in the camp of people that is a ruby convert, so spare me the Spring overviews, thx.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/4689730482079371409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/4689730482079371409'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228717260000#c4689730482079371409' title=''/><author><name>Javatechnologist</name><uri>http://www.blogger.com/profile/10175177758368385865</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-3870029121908079577</id><published>2008-12-07T22:19:00.000-08:00</published><updated>2008-12-07T22:19:00.000-08:00</updated><title type='text'>A better question would be why would I use Spring ...</title><content type='html'>A better question would be why would I use Spring if I was using Ruby.  Of course you can call a java class from a ruby script, but I think the real question is what is under the covers of all the calls that are left in the call stack using Groovy with Grails.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/3870029121908079577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/3870029121908079577'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228717140000#c3870029121908079577' title=''/><author><name>Javatechnologist</name><uri>http://www.blogger.com/profile/10175177758368385865</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-8014574602636010847</id><published>2008-12-05T19:27:00.000-08:00</published><updated>2008-12-05T19:27:00.000-08:00</updated><title type='text'>"Of course all of this will tie you to the JBoss r...</title><content type='html'>"Of course all of this will tie you to the JBoss runtime and environment"....&lt;BR/&gt;&lt;BR/&gt;pot calling kettle black by any chance.....</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/8014574602636010847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/8014574602636010847'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228534020000#c8014574602636010847' title=''/><author><name>Noel</name><uri>http://www.blogger.com/profile/00840813257506167283</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-2670362350773181064</id><published>2008-12-05T03:38:00.000-08:00</published><updated>2008-12-05T03:38:00.000-08:00</updated><title type='text'>@MarkOne thing is accessing Spring beans, which th...</title><content type='html'>@Mark&lt;BR/&gt;One thing is accessing Spring beans, which the example you gave is using the look-up mechanics rather than supporting autowiring like Grails does. Another thing is implementing code that works with the Spring framework. &lt;BR/&gt;&lt;BR/&gt;Since JRuby lacks support for annotations, generics and a byte code format that supports static signatures this is not possible and severly limits any integration efforts.&lt;BR/&gt;&lt;BR/&gt;@Flexpert&lt;BR/&gt;Yeah we've heard that one before and thanks to the Rails community for some of the inspiritation they provided in the early days. RoR really brought some great ideas to the table.&lt;BR/&gt;&lt;BR/&gt;Having said that innovation moves on, Grails supports conversational state management, declarative transactions, tag libraries and many features missing out of the box in RoR. Those who try to label it as a clone are missing out unfortunately.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/2670362350773181064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/2670362350773181064'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228477080000#c2670362350773181064' title=''/><author><name>Graeme Rocher</name><uri>http://www.blogger.com/profile/12301973191113958910</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-738086815270218947</id><published>2008-12-04T12:49:00.000-08:00</published><updated>2008-12-04T12:49:00.000-08:00</updated><title type='text'>Seriously... not to join in on a pathetic flame wa...</title><content type='html'>Seriously... not to join in on a pathetic flame war, but what are the roots of Grails?  Groovy + Rails?  Glad to hear of the awesome innovation coming from your camp.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/738086815270218947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/738086815270218947'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228423740000#c738086815270218947' title=''/><author><name>Flexpert</name><uri>http://www.blogger.com/profile/00706661646695047440</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-1504866985777307224</id><published>2008-12-04T11:19:00.000-08:00</published><updated>2008-12-04T11:19:00.000-08:00</updated><title type='text'>Yes, Ruby on Rails can do that. Here's a presentat...</title><content type='html'>Yes, Ruby on Rails can do that. Here's a presentation on JRoR, and starting around slide 32 it talks about accessing Spring beans from RoR. Last slide has more links.&lt;BR/&gt;&lt;BR/&gt;http://www.integrallis.com/downloads/rails_on_spring.pdf</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/1504866985777307224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/1504866985777307224'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228418340000#c1504866985777307224' title=''/><author><name>Mark Thomas</name><uri>http://www.blogger.com/profile/14233836102005970449</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-4329362537440163190</id><published>2008-12-04T07:09:00.000-08:00</published><updated>2008-12-04T07:09:00.000-08:00</updated><title type='text'>@BobGood to hear plans are afoot to provide featur...</title><content type='html'>@Bob&lt;BR/&gt;&lt;BR/&gt;Good to hear plans are afoot to provide features that have been available in Grails for years.&lt;BR/&gt;&lt;BR/&gt;Of course all of this will tie you to the JBoss runtime and environment. Why would you want to do this with Jboss on Rails when you can use Grails and maintain portability? ;-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/4329362537440163190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/4329362537440163190'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228403340000#c4329362537440163190' title=''/><author><name>Graeme Rocher</name><uri>http://www.blogger.com/profile/12301973191113958910</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7461099095881552480.post-7023854842221535442</id><published>2008-12-04T06:00:00.000-08:00</published><updated>2008-12-04T06:00:00.000-08:00</updated><title type='text'>We're working on all of that over here at the JBos...</title><content type='html'>We're working on all of that over here at the JBoss &lt;A HREF="http://oddthesis.org/" REL="nofollow"&gt;Odd Thesis&lt;/A&gt;.&lt;BR/&gt;&lt;BR/&gt;You'll be able to get ahold of anything you need from the Java side of the world, and definitely be able to inject stuff or grab the bean-factory you want.&lt;BR/&gt;&lt;BR/&gt;And Since JBoss supports Spring stuff...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/7023854842221535442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7461099095881552480/3772277626547199963/comments/default/7023854842221535442'/><link rel='alternate' type='text/html' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html?showComment=1228399200000#c7023854842221535442' title=''/><author><name>Bob McWhirter</name><uri>http://www.blogger.com/profile/08642767534220048894</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://enterprisejavatechblog.blogspot.com/2008/12/rod-johnson-can-ruby-on-rails-do-that.html' ref='tag:blogger.com,1999:blog-7461099095881552480.post-3772277626547199963' source='http://www.blogger.com/feeds/7461099095881552480/posts/default/3772277626547199963' type='text/html'/></entry></feed>