> And don't say Grails please, as I might as well just use JRuby on > Rails.... just wondering if there is a good java web framework out > there that is as rails-like as java can get?
Actually, having done Grails and Rails (JRuby and Ruby), I'd still do a Grails app over JRuby on Rails. Main reason is deployment, I've run into a few native extensions in Ruby that don't work in JRuby and its just annoying in that regard. I basically stopped paying attention to Java Web frameworks after discovering Grails, although I'm still looking for something that makes the whole forms based data collection side of things completely painless. ExtJS is good if you can deal with the JavaScript, A ExtGWT is a bit more painful - it's not 'GWT with prettier controls' as I first thought. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
