Java profiling with HAT
Sunday, June 4th, 2006Java profiling with HAT, The Java Heap Analysis Tool
Java profiling with HAT, The Java Heap Analysis Tool
How did I get unit testing to work?
People Projects and Patterns features links to very useful patterns, plus interesting discussions on the Business Object.
Code….
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 […]
Nice tip from the O’Reilly Hacks website.