Excellent. I've also gotten the Jack servlet handler working with AppEngine (though any servlet container should work)
http://groups.google.com/group/jack-js/browse_thread/thread/ccbba4177bc7d9d5?hl=en For those not familiar, "Jack" is an interface for JavaScript web applications/frameworks based on Ruby's Rack and Python's WSGI. So far most of the handlers (the "bridges" to web servers) work on top of Rhino, including Jetty, AppEngine, other servlets, and the Simple Web server: http://jackjs.org/ Additionally, the Narwhal project aims to implement the standard APIs defined by the ServerJS group (https://wiki.mozilla.org/ServerJS and http://groups.google.com/group/serverjs) in Rhino: http://github.com/tlrobinson/narwhal -Tom On Apr 10, 12:45 am, Hannes Wallnoefer <[email protected]> wrote: > On Apr 9, 12:30 pm, Hannes Wallnoefer <[email protected]> wrote: > > > I've written a pretty complete Howto on running Rhino on Google App > > Engine using Helma NG: > > >http://dev.helma.org/ng/Running+Rhino+and+Helma+NG+on+Google+App+Engine/ > > > Please let me know if you find any errors or omissions! > > Sorry, there was a bug. In case you tried and got an error about > res.render, please try again, it should be working now. > > Hannes > > > > > Hannes > > > On Apr 8, 9:44 am, Tom Robinson <[email protected]> wrote: > > > > Google announced Java/JVM support on AppEngine today. I was wondering > > > if anyone had taken a stab at getting Rhino running on it? If not, I > > > plan on giving it a shot tomorrow. > > > >http://code.google.com/appengine/docs/java/ > > > > It sounds like others have already gotten JRuby, Jython, Scala, > > > Clojure, and Groovy working, so I suspect Rhino on AppEngine is at > > > least feasible, if not trivial. > > > > Here's an interesting set of blog posts:http://olabini.com/blog/tag/gae/ _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
