Archive for the 'Java' Category

Java profiling with HAT

Sunday, June 4th, 2006

Java profiling with HAT, The Java Heap Analysis Tool

Unit testing datasources without hibernate

Tuesday, June 21st, 2005

How did I get unit testing to work?

Wiki on Design Patterns

Tuesday, October 26th, 2004

People Projects and Patterns features links to very useful patterns, plus interesting discussions on the Business Object.

Many-to-many example using Hibernate

Thursday, August 5th, 2004

Code….

A Hibernate tip for many-to-many relationships

Thursday, August 5th, 2004

I found a very useful explanation why the bridge table for a many-to-many relationship was not saving when I did an insert. The Inside explanation of inverse=true points out that
“The side having inverse=”false” (default value) has this responsibility (and will create the appropriate SQL query - insert, update or delete). Changes made to the […]

Avoid the dreaded replaceAll method

Saturday, July 31st, 2004

Nice tip from the O’Reilly Hacks website.