Java

Java was the main language taught while I was studying at TCD. I've been programming in Java since 2007. Working on development of eclipse plugins. Recently started working with Spring and Hibernate.

Run Play Application With bat File

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.

Add Multiple Database Support to Play! Framework

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.

Gradle, Testng and Reportng

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.

Handy Eclipse Plugins for Java Development

Posted by Tom Eustace on December 10, 2010|Comments|Read full article
A few handy tools for java development...

A Little i18n

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.