Tags: Java

Jul 19, 11:16 AM by Kai Jäger

Dynamic-typing and performance

Pretty much by accident I just discovered this video on YouTube, in which James Gosling, inventor of the Java programming language, basically badmouthes Ruby and it's lack of scalability. Twitter [...]

Jul 17, 22:06 PM by Kai Jäger

Re: Java Posse #196

Marc Seeger kindly informed me today, that the Java Posse was doing a section (mp3) in their latest episode on my recent blog post Java Swing is not [...]

Jul 06, 09:25 AM by Kai Jäger

Java Swing is not thread-safe

So I just learned that Java's GUI-framework "Swing" is not thread-safe (and neither is Microsoft's "Windows Forms"). What that means is that GUI components may only be manipulated by a [...]