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.
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? ;-)