Hello World from the wappskafander_t1 root page!
The wappskafander_t1 is a tool for publishing Java servlet based web
applications as end-user-executable stand-alone applications.
The idea is that the end user writes, or looks up, only a port number and
executes start<the_rest_of_the_script_name> and the servlet based web
application runs on the local machine without any need for doing any
further installation or configuration.
In real world this HTML page is for serving the JavaScript based GUI and
the GUI communicates with the server only by using AJAX or
websockets.
The Java servlets implement the server side of the web application.
On Linux this HTML page is placed to the web root by a file system symbolic
link, which means that there's no need for restarting the server, whenever
one updates plain HTML or JavaScript.
An introduction:
http://www.metacafe.com/watch/9687437/wappskafander_t1_introduction/
Project repository:
https://github.com/martinvahi/wappskafander_t1
The
Hello World servlet.