Cacioweb demo
August 16, 2011 7 Comments
Extending a little bit on Mario’s explanations, I installed a live demo of the cacio-web. Following this link will open up a simple Java Notepad (the one included as demo in OpenJDK) in your browser, without utilizing any browser plugin, in other words, only using HTML and JavaScript on the client end. The actual JVM is running on the server. Notice that the file operations and System.exit() are blocked by the security manager, otherwise you would be able to mess with my server 🙂
The above should run in most modern browsers, including iPad and several phone browsers. Have fun!