All the software you need to host AppJet apps.
This repository hosts sources of the original Appjet.jar web application framework and our additions to it. You will find everything needed to run Appjet apps locally or to host them on your own server. This is the same version of the framework that is running on http://apps.jgate.de where you can also host your appjet applications.
appjet-1.0.4.jar -- Dec 12 2010 20:47:10 GMT+0100
Java 1.6 or higher Mac OS X: You will need to update to the latest Java (requires OS X 10.5) and then configure Java Preferences according to these instructions. Windows or Linux: You can get Java 1.6 from Sun.
Just put the jar file somewhere accessible from the command prompt.
$ java -jar appjet-1.0.4.jar myapp.js
That's it! myapp.js should contain the same JavaScript code that you would use for an app hosted on apps.jgate.de.
For full instructions have a look at the wiki.
You can find an introduction to the source code here. Bugs and pending features are on our issue tracker. A step-by-step guide to development using git can be found here.
Please make your changes in a branch to ensure that new commits to your master are not included in the pull request, and to make it easier for us to merge your commits.
Please do not rebase our tree into yours. See here for when to rebase.
Here is our bug tracker and our roadmap.
More general info and updates about the project can be found on our blog.