Comment on Lift 2.1 shipsComments−swah15ySo, whats the easiest, tested way for a Django programmer, outsider to the Java world to write a site running on the JVM?−cageface15yProbably Rails with JRuby. Install rvm, use rvm to install jruby, then install rails via jgem and you're ready to go.Sinatra would be even easier if you're doing something simple.Edit: very curious as to the reason for downvotes on this. If you have a better answer, give it.−riffraff15yplay framework, I'd say http://www.playframework.org/−j4mie15yYou can run Django on Jython:http://docs.djangoproject.com/en/dev/howto/jython/−matt222415yI prefer the new site. The old one was horrible, imo.
Comments
So, whats the easiest, tested way for a Django programmer, outsider to the Java world to write a site running on the JVM?
Probably Rails with JRuby. Install rvm, use rvm to install jruby, then install rails via jgem and you're ready to go.
Sinatra would be even easier if you're doing something simple.
Edit: very curious as to the reason for downvotes on this. If you have a better answer, give it.
play framework, I'd say http://www.playframework.org/
You can run Django on Jython:
http://docs.djangoproject.com/en/dev/howto/jython/
I prefer the new site. The old one was horrible, imo.