That sounds interesting. What kind of Apps are you talking about? Like
a plugin for Etherpad?
Sorry 4 my english
Anyway, I agree that it would be great to have a minimal "hello world"
app that runs on AppJet.
Silvio
$ cd infrastructure/
$ SCALA_HOME=... MYSQL_CONNECTOR_JAR=... bin/makejar.sh
$ echo 'serverhandlers.requestHandler = function() {
response.write("Hello, World!"); }' >> main.js
$ java -jar build/appjet.jar main.js
J.D.
BTW are there plans to open source the fancy pants branch from AppJet
1? My dream is to combine it with the etherpad parts to get a general
OSS application platform for server-side JavaScript, similar to the
original AppJet and what I am trying to do with jgate.de.