Archive for January, 2005

Spring Framework

Monday, January 31st, 2005

I’ve been reading up a little on the Spring Framework, which seems very impressive. It can be used in several tiers of a typical web application, and depending on where it is used it either cooperates or competes with other established frameworks. For example, Spring comes with its own MVC imlementation that competes with Apache [...]

Subversion on Gentoo

Wednesday, January 26th, 2005

I just moved the Subversion repository that I created on my Windows box some time ago over to my Gentoo box (actually the same box, just a different dual-boot OS, now that I’m phasing out Windows in favor of Gentoo Linux). This was a very smooth operation, and I’m pretty impressed with the way Gentoo’s [...]

Debugging via Google

Wednesday, January 19th, 2005

I just had a funny debugging experience. I had added a new Ant target with a Java task, but when I tried to execute it Ant complained with the following error message:

The <java> type doesn’t support the “classame” attribute

As I didn’t see anything obvious, I did what I often do in those cases: I copied [...]

Updated ATI Linux Drivers

Monday, January 17th, 2005

Since I installed Gentoo Linux a few weeks ago, I have made it a habit to check the ATI website almost every day to see if a new driver has been released that supports my AMD64 processor as well as the XOrg (instead of XFree) server. The default driver works fine in 2D, but it [...]

Gentoo for All the Unusual Reasons

Sunday, January 16th, 2005

Here is a Great article on Gentoo Linux. It includes a lot of information about Gentoo’s package management system, including an overview of how to build your own or customize existing ebuild files. It also has some very interesting points on how a corporate environment could benefit from Gentoo, which is different from the usual [...]

Axis / Web Services

Thursday, January 13th, 2005

I finally got an opportunity to work with web services. I had of course read about these in the past and in fact implemented web service like applications prior to the emergence of SOAP, but I had never really had a chance to actually work with web services on a project. On my current project, [...]

VNV Nation and Coder23

Saturday, January 8th, 2005

I saw VNV Nation in San Francisco yesterday, and I have to say that it was a great show - especially considering that apart from the live vocals and a little bit of live drumming, which was more for show than for actual percussion, there was no live music to speak of. Still, the two [...]

More file system woes…

Sunday, January 2nd, 2005

I ran into another FAT32 limitation yesterday: I had completely forgotten that the maximum file tsize in FAT32 is 4GB. Or more likely, it simply wasn’t an issue back when I was using FAT32 the last time. Unfortunately, it is much more of an issue now. I frequently burn DVDs, and as a regular DVD [...]

Cross OS file system support

Sunday, January 2nd, 2005

Now that I’m getting more serious about switching to Linux, I had to come up with a good strategy for sharing data between Linux and Windows. I still need Windows XP for games, and potentially for a few other applications, so I’m not quite ready to give it up completely. Unfortunately, sharing data between the [...]