google-code-export / appengine-jruby

Automatically exported from code.google.com/p/appengine-jruby
0 stars 0 forks source link

support other JVM languages #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AppEngine::Rack.configure_app(          
    :application => "application-id",
    :runtime => "jruby" # default
    :runtime => "rhino" # requires appengine-rhino-jars
    :runtime => "duby"  # no jars (but a compile step)
    :version => 1)

Original issue reported on code.google.com by mando.wo...@gmail.com on 17 Dec 2009 at 10:56