Archive for February, 2003

Acronym Challenge Demo

I’ve deployed the 1st version of the Acronym Challenge webapp to the server at this location.

Customized Ant Within Eclipse

Restarting Tomcat everytime I deployed with the Lomboz Eclipse plugin was proving to be too lengthy, so I set out trying to customize Ant a bit.

Acronym Controller Done

The controller is finished, although it may change later. It takes a URL string from the request and instantiates an Action object which then can forward someone to a JSP page or do whatever.

ProFTP

I removed the unwieldly wu-ftp stuff from the server today (wieldiness is proportional to my own knowledge) and replaced it with the ever promising ProFTP server. Of notability is its ability to avoid recursive DNS lookups which were slowing things down. If I see an attack, I’ll just do a whois.

Acronym Controller Progress

Finally got a useful action map coded. Before, the controller was just simply printing Strings. Now, Classes are being instantiated from a Properties file and the Action interface is working as it should. The latest version of the Controller is posted.

Acronym Project Update

Accomplished a few things today … I finally figured out how to create an externalized mapping of commands to classes. I was reading a chapter in the book JavaServer Pages by Oreilly. They described a popular technique of creating an Action Interface and then extending this interface to give you a mapping of […]

Acronym Java Project

I am going to document my progress through a personal challenge so to help others and myself learn about steps A-Z in creating a web app from scratch.

The Acronym Challenge is going to be a posting game (I use this term loosely) where an acronym will be posted and people submit entries that match the […]