About Me
I'm a contract Java developer working in Melbourne for the past 10+ years.
More recently I created onmydoorstep.com.au, a place to find out more about where you live in Australia.
I'm also active in the open-source community with several projects ongoing.
Follow me on Twitter here.Tags
ant apple automation cluster css cv Design developer doclet documentation drm ebook pdf Google guice guides ide ioc IT jasperreports Java javadoc javascript jobs jpa junit markdown mockito netbeans off-topic open-source performance recruitment regex releases servers soap-box syntax testing tips ui visural-common visural-wicket warp-persist web wicket windows-
Popular Posts
- Simple Guide To Sub-reports in JasperReports / iReport
- 1 Minute Guide - Installing Redmine on Windows
- Implementing Facebook OAuth 2.0 Authentication in Java
- Wicket - forcing page reload on browser back button...
- Setting Up Memcached As A Windows Service
- 5 Minute Guide to Clustering - Java Web Apps in Tomcat
Currently Reading
Tag Archives: automation
Using Bottom-Up Iterative Object/Database Layer With hbm2java and warp-persist
This post sort of follows on from my last one – for the project I’m currently working on at work, we have a very large legacy database (1500+ tables) on top of which we are implementing a new business layer … Continue reading
Posted in Java, Software Engineering
Tagged ant, automation, guice, hibernate, Java, jpa, tips, warp-persist
Leave a comment
Automatically Updating Your Source File Headers With Ant’s ReplaceRegExp Task
A while ago I was looking for a way to automatically be able to update the standard “flowerbox text” at the start of all the source files in our projects. Generally this is the space where you would include information … Continue reading
Automatic Javascript and CSS Compression For Java Webapps
One of the “no brainer” ways to make your web sites / web apps load faster for users is to utilise Javascript and CSS compression. This means at least, stripping out all the white-space, comments and other non-essential character data … Continue reading
Posted in General, Java, Software Engineering
Tagged ant, automation, css, Java, javascript, tips
3 Comments