Tag Archives: Google

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

Can’t Publish A Google Form Outside Your Domain?

This one was way harder than it should have been to figure out – if you want to publish a Google Spreadsheets Form and you use Google Apps For Your Domain, make sure these radio buttons in your Docs service … Continue reading

Posted in General | Tagged Google, ui | 1 Comment

The 5 Minute Guice Primer

I’ve just finished getting up to speed with Google’sĀ Guice 2.0 and have integrated it into two of my projects. It’s been a very comfortable experience and I could see myself Guicifying most of my Java projects from now on. To … Continue reading

Posted in General, Java, Software Engineering | Tagged Google, guice, ioc, Java, open-source, tips | 1 Comment