Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.65 KB

README.textile

File metadata and controls

57 lines (32 loc) · 1.65 KB

Rhino-for-Webapps : A JavaScript bridge for Google App Engine

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.

Web Site

http://rhino-for-webapps.appspot.com/

(witten with Javascript, running on this software, on Google AppEngine)

Running with bundled Jetty server:

$>cd /path/to/rhino-for-webapps/
$>./server.sh start

Then visit http://localhost:8080/

Running in Tomcat

Put it in tomcat/webapps/ROOT and visit http://localhost:8080/

Running in Google App Engine

$> /path/to/appengine/bin/dev_appserver.sh /path/to/rhino-for-webapps/

Building Source

  • project is ready to go
  • source files lib in WEB-INF/classes

@$> ant @

Related Technology Links

Rhino – Java-based JavaScript engine

GitHub repositories:

GitHub rhino-for-webapps

Mailing List:

GoogleGroups rhino-for-webapps

Lighthouse (Bug Tracking):

Lighthouse rhino-for-webapps