Skip to content

Some basic java to help integrate the Rhino engine into the Servlet environment

Notifications You must be signed in to change notification settings

thatcher/rhino-for-webapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some basic java to help integrate the Rhino engine into the Servlet environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published