Posted by Tom Eustace on February 20, 2012
|
Comments|Read full article
I recently had to develop a tool to be deployed on local windows servers, that could be run using a bat file.
Posted by Tom Eustace on August 26, 2011
|
Comments|Read full article
I've just started using play and really like it. On my first project I needed multiple database support, I was using 1.2 which didn't have multiple database support.
Posted by Tom Eustace on March 08, 2011
|
Comments|Read full article
I've tried ANT and Maven, so thought I'd give Gradle a go and very happy I did. My first script is below.
Posted by Tom Eustace on December 10, 2010
|
Comments|Read full article
A few handy tools for java development...
Posted by Tom Eustace on November 12, 2010
|
Comments|Read full article
Had some internationalization training recently. Externalize strings is the big take away, use message files as below.