'Développement' Category
-
Feb172010
Some jRRD news
Some (old) news about jRRD, a pure java library that allows you to read Round Robin Database files created by rrdtool.
The project has been “mavenized” and moved to SVN (ok, maybe we should have switched directly to Git, please don’t tell Linus we are still using SVN).
A version 0.3 has been released, a full changelog [...] -
Feb172010
Cygwin rxvt under windows Seven
Ok, you’ve not been blessed by the MacOS Spirit so you don’t have a MBP but you’d like to have a decent *nix term under windows Seven. You tried the same shortcut that worked previously under XP:
C:\Cygwin\bin\rxvt.exe -g 120×70+75+-1 -sl 1500 -fn courier -bg black -fg grey -sr -e bash –login -i
but all you [...] -
Nov022009
Piwik Analytics plugin for Hudson
Piwik is an open source (GPL licensed) web analytics software program (similar to Google Analytics). Hudson is a continuous integration server. If you want to track visits on your Hudson server using piwik, you need a Piwik Analytics plugin for Hudson. None exists officialy. I had a look at the Google Analytics plugin and adapted [...]
-
Jun112009
Java: auto-initialisation des variables d’instance…ou pas
A chaque fois que je crée une nouvelle classe, je me demande si je dois forcer la valeur par défaut des variables d’instance. La plupart du temps je me dis “je ne veux pas dépendre d’un comportement par défaut, je vais forcer explicitement la valeur par défaut de la variable d’instance, ce sera plus lisible”. [...]
-
May262009
Comparaison de frameworks web
Plus on lit d’articles à ce sujet, plus on trouve de nouveaux liens. En voici quelques uns (des liens):
http://internna.blogspot.com/2009/04/web-framework-comparison-prototyping.html
http://java.dzone.com/tips/java-web-frameworks-survey
http://docs.google.com/Doc?id=ajgdx7ccvkxg_50ccp25f -
May192009
Soap vs Rest
Rest est “tendance” en ce moment. Mais est-ce toujours le bon choix? Elements de réponse par ici sur CleverAge.