Archive for the E-mail Category

Wicket Quickstart - Posted October 7, 2007

People seem to have problems getting started with Wicket using the Maven 2 archetype quickstart. In an effort to make this as obvious as possible, I’ve created a screencast showing you how to do it, explaining each step in detail along the way. It’s done from a pretty-much virgin installation, so there are no bits [...]


DSPAM with VExim and folder-based training using Courier IMAP - Posted December 28, 2006

Spam is getting worse, so I’m trying out DSPAM. I’ve added it into my vexim set-up and although it’s early days, things are looking promising. I run various accounts with IMAP/POP3. For the POP3 users, there are training aliases to forward incorrectly-classified mail to. For IMAP users, it would be much more convenient to have [...]


More on boilerplate and IoC - Posted December 6, 2006

Java has lately been seriously annoying me in this regard. Why do I have to write getters/setters for beans? Why can’t we just have a property keyword instead that does it automatically? Why does everyone insist on using getters/setters in the first place rather than public fields anyway? What’s the point? Ah, yes, we need [...]