Dan WalmsleyCoding so you don't have to

Tag Archives: wicket

Apache Wicket on Google App Engine for Java

Posted on by dan

Holy smokes, that was easy. I’ve got a basic Wicket app running on Google App Engine in under 2 minutes. 3 small traps for the unwary. First of all, you … Continue reading

Sending HTML Email with Wicket part II: Converting links

Posted on by dan

In my previous post, I showed how you can use Wicket‘s HTML rendering engine to render HTML emails by faking a request/response cycle. In this post, I’ll show you how … Continue reading

Render a Wicket page to a string for HTML email

Posted on by dan

Something that’s very desirable to do in Apache Wicket is create HTML emails using Wicket’s brilliant component-oriented markup. I’ve been working on this problem on and off for ages — … Continue reading

Jackrabbit, Wicket, Tomcat, Maven2… hell.

Posted on by dan

What follows is lessons learned migrating to the potentially magnificent Maven2 for dependency management. Put <scope>provided</scope> on Tomcat shared resources in your pom.xml If you deploy jars as a shared … Continue reading

Browse by Topic