Centipede Code Login
A password is required to download the Java code for Centipede. If you don't have it, I'll be glad to email it to you.
If you see a "Can't contact server..." message following your password submission, try again in 30 seconds, the server is probably busy.
Technical NoteRequiring a password for access demonstrates my Java servlet skills. I implemented this login with a servlet, Authenticate.java, which is hosted for me by the free server, http://www.myjavaserver.com. It authenticates the password you enter, then transfers control to the appropriate download page on my site. The entire process is done without using a client-side scripting language like JavaScript which may not be enabled in the user's browser.
|
