Entries from March 2009

Sending files through action listeners

Date March 16, 2009

For this weeks JSF tip, I’ll show you how to send binary data (such as a file) to the user by way of an action handler or listener. Say, you want to generate a custom PDF and send it to the user as he clicks a link. You need a JSF page, and a backing [...]

JSF and I18N

Date March 9, 2009

It has been a busy year so far. Every year I start out thinking that I really need to relax because the previous year was too hectic, but every year it ends up being much more hectic. Anyway, I thought I’d post a JSF quick time that might shave some headache for people developing internationalised [...]