Acronym Challenge Demo

Java — Dillon @ 10:15 pm

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

(more…)

Customized Ant Within Eclipse

Java — Dillon @ 12:13 am

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.

(more…)

Acronym Controller Done

Java — Dillon @ 10:09 am

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.

(more…)

ProFTP

News — Dillon @ 10:05 pm

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

Java — Dillon @ 1:17 am

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.

(more…)

Acronym Project Update

Java — Dillon @ 9:32 pm

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 actions to class names. This is the code snippet they show:

(more…)

Acronym Java Project

Java — Dillon @ 7:30 pm

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 acronym. For example, TCP = tangy chocolate popsicles. Then the entries can be voted on. A set number of top scoring entries will be displayed, etc, etc. The entire system will be anonymous to start with and may or may not incorporate login functionality. I want it to be easy to use.

(more…)

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2012 SQUARISM | powered by WordPress with Barecity