Monthly Archives: July 2007

I *heart* winning “I *heart* POJOs” stickers

Now everyone will know!

I won a bumper sticker!


Posted in Uncategorized | Tagged , , | 3 Comments

Implementing a deep clone using private copy constructors in Java

One of the drawbacks of Java is that there is no quick-and-easy way to copy an object into a new memory location. The Object class has a clone() method, but this method will not perform a complete memory location copy of that object. If the object being cloned has any references to other [...]


Posted in Uncategorized | Tagged , | 3 Comments
Check out the latest GroovyMag to see an interview with me about the 1.1 release of GrailsUI: