Development sandbox
The sandbox has been designed to simplify creating new classes for WikiWebServer.
Every WikiWebServer page is generated by executing a class that implements the HTTPResponder interface. The class must generate valid content suitable for Internet browsers to interpret.
Developing a class within WikiWebServer is very easy. No development tools are required - all you need is a web browser.
To jump start development, the sandbox creates a simple example class for you to modify.
Useful links: [ Core Overview | Development Tips | Java API ]
Create a new WikiWebServer class
You must sign in before you can develop on WikiWebServer.