I discovered (via Hibernate's site) that new versions were released on Friday. I always seem to miss these announcements. Looks like I get to do a bit of upgrading this week. Tomcat, Hibernate and the Display Tag Library. Upgrade or feel the pain in few months - that's how I look at it.
My Job Hunt in South Florida is at a standstill. My countless e-mails to job postings from Monster and DICE are not receiving any replies. Not that I expected any, but receiving an e-mail reply saying "we hired someone else" would be nice. I've done the Monster and DICE thing for many years now and never gotten a job from them, so I don't know why I'm expecting one now. Most of my jobs/contracts have come from connections. That is, folks that I know (or have worked with in the past) that are looking for someone with my skills. The problem is, I don't have any connections in Florida. I really would like to move in June, but at the rate I'm going, it looks like we might be stuck in Denver for awhile. So it's time to come up with a new strategy.
Step #1: Lookup companies in the South Florida Business Journal and send e-mails to HR Directors - or at least searching for jobs on their websites.
Step #2: If I'm not successful by mid/late-April in getting at least one interview, it's time to fly. I'll schedule a trip down there and start soliciting my resume door-to-door and attending networking events (i.e. JUG Meetings).
Or I could revert back to my tried and true philosophy. The best things come to those who wait. It's much easier and requires a lot less work. Besides, I like it in Denver and currently have a great day job. Suggestions are welcome.
Simon Brown was nice enough to whip up an application for testing the display tag library. Amazingly enough, it passes all the tests! At first glance, Simon's TagUnit seems to just test getters and setters and if classes are loadable. I think these are great tests, but for truly robust tests for the display tag, I think we need tests that test specific behavior (i.e. you click on a column heading and it sorts that column). IMO, WebTest is probably the best candidate. The problem is, it might take awhile to write these tests, and no one seems to have much time to work on the display tag project. Any volunteers? ;-)