Tag Archives: wicket

onmydoorstep.com.au – officially launched!

So as of tonight, onmydoorstep.com.au is officially launched! What does that mean? Basically I’m just telling anyone who’ll listen, about it. This site represents around 3 months work, in spare time and on weekends. It’s the reason my blog posts … Continue reading

Posted in Databases, Design, General, Java, Software Engineering | Tagged guice, Java, jpa, onmydoorstep, warp-persist, wicket | Leave a comment

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

Posted in Java, Software Engineering | Tagged ajax, Java, tips, web, wicket | 12 Comments

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

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 | 2 Comments