CARVIEW |
- Source
- Commits
- Network (1)
- Issues (0)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

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
https://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 https://localhost:8080/
Running in Tomcat
Put it in tomcat/webapps/ROOT and visit https://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:
Mailing List:
GoogleGroups rhino-for-webapps
Lighthouse (Bug Tracking):
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security
Keyboard Shortcuts
Site wide shortcuts
- s
- Focus site search
- ?
- Bring up this help dialog
Commit list
- j
- Move selected down
- k
- Move selected up
- t
- Open tree
- p
- Open parent
- c or o or enter
- Open commit
Pull request list
- j
- Move selected down
- k
- Move selected up
- o or enter
- Open issue
Issues
- j
- Move selected down
- k
- Move selected up
- x
- Toggle select target
- o or enter
- Open issue
- I
- Mark selected as read
- U
- Mark selected as unread
- e
- Close selected
- y
- Remove selected from view
- c
- Create issue
- l
- Create label
- i
- Back to inbox
- u
- Back to issues
- /
- Focus issues search
Network Graph
- ← or h
- Scroll left
- → or l
- Scroll right
- ↑ or k
- Scroll up
- ↓ or j
- Scroll down
- t
- Toggle visibility of head labels
- shift ← or shift h
- Scroll all the way left
- shift → or shift l
- Scroll all the way right
- shift ↑ or shift k
- Scroll all the way up
- shift ↓ or shift j
- Scroll all the way down