Wednesday, March 21, 2007

Visitors Not Welcome

The Register carries this story today. Am I the only one offended by this? Oh well, I'll just not visit!

Thursday, March 15, 2007

Why does JSF use JSP

I've been looking into JSF these last days. What I don't get about it is why they use JSP to create the component tree? If you write an internationalized application, you end up with zero, zip, kein HTML on your page. At that point, wouldn't we be better off just building the component tree in Java, with nice things like code assist and static type checks? Or am I just missing something here?

Wednesday, March 14, 2007

log4j must die!

Arghh, stuck in log4j hell once again:

log4j:WARN Please initialize the log4j system properly.

I would, if this fucking piece of shit actually told me any useful information, like where it was trying to load the configuration from.