Property files are widely used to control application configurations. One great advantage of property files: they let you change your application’s configuration without recompilation. However, you ...
Developers like to code. They declare variables, write methods and integrate classes together. What developers aren't big on is configuration. It's a hassle to configure an application so that it can ...
I have touched on several subjects in individual posts prior to this one that now come together in this single post. These subjects include use of File.deleteOnExit() in Groovy, creation of temporary ...