java - Are there frameworks for Jython or JRuby, or is it you can run a py or ruby app on the JVM? -


are there specific frameworks jython or jruby, or can run py or ruby app on jvm?

i.e. take python django app, , can run in on tomcat using jython?

sorry little confused.

jruby 1.5.x compatible ruby 1.8.7, , pretty write in ruby work in jruby. includes applications written in frameworks such ruby on rails, can converted war file , deployed tomcat. in fact netbeans ide comes ruby on rails support , default you're using jruby. makes easy if you're getting started language and/or framework.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -