Fri, 23 Sep 2005

11:01 PM - JJ updates

Well I migrated a few weeks back on the JJ code due to the server crash. I had the code locally and on my cvs repository though. I'll be publishing new binary copies of the class files soon. I want to do a new source forge release over the weekend if possible.

Here's what i got done:

1. Entry's are available individually (from before)
2. Date is set dynamically for RSS copyright header stuff
3. update and login classes now handle desktop clients differently than web clients and do not return HTML. Instead they return pre-determined constant strings. More work is needed on this interface.
4. Error loading preferences in some cases no longer through a servlet exception but rather display a message to the user. This should handle mysql hiccups better and show less information about error conditions to the user.
5. I'm now catching errors with the single entry id code from part 1.
6. Minor html cosmetic changes and tweaked string concatination.
7. I also analyzed a bug i found previously. The calendar freaks out in rare cases and starts appending the date multiple times. To resolve the bug, i must keep track of calendar state and not append if a date is there. I'm still looking at this bug for the best solution.

0 comments