Europeans Of The Year

Unless you’re totally xenophobic, you should consider voting for the Europeans of the Year, organized by the European Voice magazine, which “casts a spotlight on 50 individuals who have most influenced the European legislative and political agenda during the preceding year”. (They have to be European, but you don’t.) I took interest in this poll …

Continue reading ‘Europeans Of The Year’ »

Java ClassLoaders

I just read an interesting article about Java ClassLoaders: Find a way out of the ClassLoader maze. It’s a couple of years old, but still completely relevant. If you’ve ever had to reference a ClassLoader, you’ll want to read it.

GemStone Facets

I just read a really interesting whitepaper about an object database for Java called GemStone Facets. It’s basically like virtual memory for persistent Java objects; objects are faulted into local memory from a shared transactional cache. The downside is that it requires a custom JVM, currently based on the Sun JDK 1.4.2 codebase. Supposedly, they’ve …

Continue reading ‘GemStone Facets’ »

Microsoft .CRAP

I wanted to install the SharpReader RSS Aggregator for Windows. Unfortunately, like many other Windows RSS readers out there, it requires .NET framework 1.1. You know, Microsoft’s takeoff on Java that combines the large footprint and installation hassles of a bulky VM [err, “CLR”] with their legendary security vulnerabilities. Let’s get this puppy installed! Step …

Continue reading ‘Microsoft .CRAP’ »