Monthly Archives: July 2014

grailsApplication.config annoyance

What would you expect the following to return if the property isn’t defined? grailsApplication.config.unknownproperty a. Returns null b. Returns an empty string` c. Throws an exception d. None of the above Answer: d. None of the above In reality, the

Tagged with: ,
Posted in Programming

Moving Files Between Git Repos

Dumb Move Moving files between Git repos is easy. Just move the files from one directory to another. Delete from the first repo, add to the second. Another Way Moving files between Git repos while preserving the Git history is

Tagged with: , ,
Posted in Uncategorized

Debugging JVM Logging Issues

There are times in every Java / JVM developer’s life when you need to figure out what is happening at the log level. Maybe an issue in a 3rd party library, or maybe you’re stumped by the behavior if the

Tagged with: , , , , ,
Posted in Uncategorized
Design a site like this with WordPress.com
Get started