You can work your way through the workshop on a stand-alone machine. Your machine should be networked though. So http://localhost/ must be resolvable in your local browser [1]. All samples were tested on Microsoft Windows™. Of course the Java environment enables you to run the same samples on other systems as well. All the software you need is free-of-charge and can be downloaded from the internet. You need the following Java packages.
Java 2 SDK Standard Edition v.1.3.1
Java 2 SDK Enterprise Edition v.1.3.1
Check the correct installation by starting the J2EE server [2] and browse http://localhost:8000. You should see a message in the browser saying that “Viewing this page means that your Web Server has been installed correctly and is serving files properly”.
Since the samples are minimal a full-fledged IDE is not needed. You can suffice with a text editor to enter the code. A makefile is delivered with each sample.