Erik's Pulse: 2006-01-10
Erik's weekly column published in the Javalobby Newsletter.
Read more →The Pulse: A Year in Review
Erik's Pulse has been published. 46 editions of The Pulse were published in 2005. Did you read them all? If not, here is your chance to quickly get caught up.
Read more →Erik's Pulse: 2006-01-03
Erik's weekly column published in the Javalobby Newsletter.
Read more →IDEA, CVS, SSH and Athlon 64/nforce4
If you're having problems accessing CVS servers over SSH using IDEA and are running on a Athlon 64 with a Nvidia nforce4 chipset, like I had. You need to dis…
Read more →JavaSchool Perils
[@593] JavaSchool Perils Joel has written an interesting article titled The Perils of JavaSchools. While I don't disagree that the state of computer science…
Read more →toString Velocity Template
[@586] toString Velocity Template I'm using the excellent GenereateToString plugin to automatically create toString() methods in IDEA. I've modified the defa…
Read more →Array Initialization
[@687] Array Initialization public class Example { public Boolean flags[] = new Boolean[4]; public static void main(String[] args){ Example ex = new Example…
Read more →

