This post originated from an RSS feed registered with Java Buzz
by Mike Melia.
Original Post: Digester, BeanUtils, equals(), hashCode() and...
Feed Title: I know the meaning of life, it doesn't help me a bit
Feed URL: http://www.gigantiq.com/blogs/mike/?feed=rss2
Feed Description: Observations on the Java, OSS worlds with an agile perspective. Observation on the .NET world from a learning and agile perspective.
I'm currently working on a tool to perform historical analysis of CruiseControl logfiles. It uses the wonderful JFreeChart to generate various charts based on data retrieved from the log files by Commons Digester and I'm quite happy with it. I...