Archive for February, 2004

A Weblogic “Kitchen Sink” episode

Thursday, February 19th, 2004

I encountered a lovely piece of Classpath Hell thanks to Weblogic (7.0) today. Or rather a colleague of mine did; I just helped him figure it out.

(more…)

Tags: , ,

Aliasing problems and final member variables

Monday, February 16th, 2004

I hit a really stupid problem today, and I’ve only got myself to blame (as usual).

The problem was really simple. I was making an object that needed to know when it was created. This creation date wasn’t necessarily “now”, so I was passing a Calendar object in to the constructor of the object to represent the creation date.

(more…)

Tags: ,