Java

Erik's Pulse: 2006-08-01

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

Erik's Pulse: 2006-07-11

2 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

Char to Zero Padded Hex

<1 min read

Integer.toHexString(0x100 (int) 'f').substring(1).toUpperCase();

Read more →
Java

Weird Al Javavic: Java EE 5

1 min read

Listen to Roumen new hit single… Ladies and gentlemen, this is Java EE 5! One, two, three, four, five There's a technology I use day and night For my appli…

Read more →
Linux

Backing MySQL Up

<1 min read

I've seen quite some talk about various Automatic MySQL Backup scripts. Maybe I'm missing the point, but backing up MySQL databases is not rocket science. I…

Read more →
Java

Erik's Pulse: 2006-06-13

2 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →