Rhino-for-webapps is a simple bridge technology for enabling development of
webapps with javascript in proven containers like Jetty, Tomcat, and of course
Google AppEngine. It provides as little as possible and is not itself an
application framework, only the lowest common denominator.
Rhino is of course Mozilla’s wonderful javascript engine for use in the jvm,
giving you both the elegance of the javascript language and E4X along with
the leverage of being able to script with java libraries for image manipulation,
data storage and analytics, network i/o operations etc.
http://rhino-for-webapps.appspot.com/
(witten with Javascript, running on this software, on Google AppEngine)
$>cd /path/to/rhino-for-webapps/
$>./server.sh start
Then visit http://localhost:8080/
Put it in tomcat/webapps/ROOT and visit http://localhost:8080/
$> /path/to/appengine/bin/dev_appserver.sh /path/to/rhino-for-webapps/
- project is ready to go
- source files lib in WEB-INF/classes
@$> ant @
Rhino – Java-based JavaScript engine