IzPack 3.9.0 roadmap
The roadmap for IzPack 3.9.0 has been published last week-end. Basically, everything should happen in september, with a release expected at the end of september. Exciting changes are on the way, and the IzPack native launcher will be released at the same time in version 2.1, based on Qt. There are already a few fixes for the launcher in the SVN trunk, among which a (finally) correct behaviour when detecting / launching processes. Support for building Mac OS X universal binaries has been added, and a script has been added to embed the Qt libraries inside the application bundle (else, it wouldn't work on a machine without Qt...). Stay tuned for more
Digne du Daily WTF
J'ai reçu le code Java suivant, digne du Daily WTF, dont le but est de compter le nombre d'éléments d'un tableau obtenu en faisant un split() sur une instance de String. Je tairai le nom du coupable qui ne connais pas l'existence de l'attribut length d'un tableau ...
line = myBuffer.readLine(); while (line != null) { stringSet = line.split(" "); int i = 0; try { while (true) { System.out.println(stringSeti); ++i; } } catch(Exception e) {} line = myBuffer.readLine(); }
JBoss uses IzPack

If you download a JBoss[1] product and opt for an installer package, you will be using a customized version of IzPack
Notes
[1] JBoss is now a division of RedHat by the way.
Integration del.icio.us
J'ai ajouté l'intégration des mes derniers bookmarks del.icio.us dans la barre de droite. C'est aussi amusant que presque inutile

