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 images ioc IT jasperreports Java javadoc javascript jobs jpa junit markdown 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
- Adding a Dynamic Watermark to an Image - Java Web Application
- 1 Minute Guide - Installing Redmine on Windows
- Implementing Facebook OAuth 2.0 Authentication in Java
- 5 Minute Guide to Clustering - Java Web Apps in Tomcat
- Wicket - forcing page reload on browser back button...
Currently Reading
Monthly Archives: March 2010
Wicket – forcing page reload on browser back button…
An interesting issue arises when doing AJAX with Wicket, where you have an AJAX-enabled page with a bunch of controls that get generated/refreshed by AJAX. The user then navigates to another page, and subsequently hits the back button and returns … Continue reading
HTML Sanitizer added to visural-common…
Cleaning HTML input to protect against cross site scripting (XSS) attacks is never fun. Doing some searching for a suitable Java-based sanitizing tool came up with a few candidates – the OWASP AntiSamy seems like the most fully featured one, … Continue reading
Posted in Java, Software Engineering
Tagged Java, open-source, security, visural-common, web, wicket, xss
Leave a comment
1 second guide – enabling gzip compression in Apache Tomcat
This is one of those note-to-self posts. Add the following attributes to the <Connector> in Tomcat’s server.xml to enable gzip compression of responses: compression=”on” compressionMinSize=”2048″ compressableMimeType=”text/html,text/xml,text/csv,text/css,text/javascript” Done.
Back to Dreamhost…
I’ve had to move this site back to Dreamhost temporarily as I FUBAR’ed my Linode instance by executing “yum update”. Fortunately I have regular word press backups happening so I didn’t really loose much, except my temper. I was having … Continue reading