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 @richard_nichols
Also on Github.Tags
ant apple automation cluster css cv Design developer doclet documentation drm ebook Google guice guides 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 windowsArchives
-
Popular Posts
- Converting Ebook Formats – .mobi to .epub
- Simple Guide To Sub-reports in JasperReports / iReport
- Face Detection in Java – Haar Cascade with JJIL (how-to)
- 1 Minute Guide – Installing Redmine on Windows
- Implementing Facebook OAuth 2.0 Authentication in Java
- Wicket – forcing page reload on browser back button…
- 5 Minute Guide to Clustering – Java Web Apps in Tomcat
- Automatic release packaging w/ version numbers for Netbeans Java Projects…
Category Archives: Java
The JCP is a sham…
Reading the minutes from the key JCP EC meeting on Oracle’s refusal to grant Apache a TCK licence, I think this dialog is very telling – Doug asked Oracle to acknowledge that it was asking the ECs to condone breaking … Continue reading
visural-wicket 0.6.5 release is available!
It’s taken longer than I’d hoped, but the next release of the visural-wicket library for Apache Wicket is now available – 0.6.5 This version is mostly a minor enhancement and fix release, but includes almost 6 months worth of patches … Continue reading
Posted in Java, Software Engineering, Wicket
Tagged Java, open-source, releases, visural-wicket, web, wicket
4 Comments
Implementing a “Draft Mode” with Apache Wicket Forms
A question came up on wicket-users recently about whether it’s possible to implement a form in Wicket whereby you can bypass the validation temporarily so that users could save prior to submitting the form. Think something along the lines of … Continue reading
Getting a non-relative (absolute) URL for a Wicket page
Just a quick Wicket tid-bit I found today – generally with Wicket, when you create a BookmarkablePageLink or use “urlFor(…)“, the resulting URL is stated as a relative path, e.g. “../../something/mypage” (i.e. those that contain “..”). Sometimes you need to … Continue reading