Brett Thomas wrote: > I think IDEs are important too, and will always be better in a static > typed > language like java. I haven't seen a ruby (or python) IDE that comes > close > to the java IDEs.
Good Java IDEs exist because the language (and tools like Ant) is so clumsy that you need an IDE to automate lots of stuff for you. An IDE for Ruby would be pointless, because the language and build tools are so concise and powerful. > Look at Google Web Toolkit. I hate java, but I still > use > GWT for ajax apps instead of rails. (And by the way, it has an awesome > discussion list :) Of course, Rails 2's Ajax helpers are crap. I'd seriously consider GWT for the frontend (and Rails for the backend) if I were doing Ajax -- but then I'd put JRuby on top of the GWT libraries. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

