Java Based Web Server GUI
Overview:
This program is a very small cross platform GUI application. It will display a graphical interface to the end-user with a web browser, and can react to user responses.
Screenshot:
This is a simple application with the web server that takes in words and spits out a picture if it can:

Technical:
This is more or less a tiny Java web server. Basically it is ran in the background and the user navigates to their local host. Output can be done using standard HTML and input can be received from GET attributes.
Usage:
After compiling with javac simply run it. It can take one command line argument to specify the port, if not it defaults to 80. Then open up any web browser and goto localhost or 127.0.0.1 and the sample program shown above should be going.
Source Code:
Comments(0)
2008-03-25 18:40:00
Add your comment:
Hardware
Software
- TAIM (Alpha Version): GHCI integration with vim
- CheaTorrent -- An evil BitTorrent client
- Self Modifying 2D Turing Automata
- Competing Conway Life Automata
- X11 Timelapse Desktop Video
- Colored Wolfram Automata With Sound Input
- Pseudo Video Feedback in Processing
- Haskell Cipher Saber
- Illegal FIlenames -- Windows and *nix
- Simple Perl SDL Music Keyboard (Updated)
- Image to Spectrogram
- Pastebin Hell
- OMGWTFRNG (OWR)
- OTP Enhancement : Failure Report
- Java Network File Transfer Tool
- AES Encrypted Filesystem Speeds
- Dual Message Encryption
- PHP Website
- Mp3 Splitting Script
- Random Obfuscation Tool
- Filesystem Speed Comparisons
- Java Based Web Server GUI