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
Tag Archives: tips
Roundup – Royalty Free Icons and Images for Web Developers
We all need, ‘em – quality icons and images for websites and applications. One of the biggest problems is finding packs that are – Consistently high quality Have a consistent look and feel There’s little point in have a hodge-podge … Continue reading
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
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.
Wicket On Google App Engine (GAE) – Deployment Configuration
Just a quick tip – generally with Wicket we want to supply our application with a way to choose between “Development” vs. “Deployment” mode automatically, so that we can get stack traces etc. during development and disable development features for … Continue reading
Posted in Java, Software Engineering
Tagged app-engine, Google, Java, open-source, tips, wicket
1 Comment