JTheque Core 2.1.0 released !

Hi,It's my pleasure to announce that I've finally released JTheque Core 2.1.0 !The different services of the core are now separated using OSGi. With this separation, I've improved a lot the design of the core and the orthogonality of the … [Read more...]

Compute command-line arguments with Apache Commons CLI

For a project at school, I needed to refactor an old code parsing almost 30 command line arguments. I needed to add some more arguments and change some old args, but the old code was not maintainable at all. So I decided to use a library to make the … [Read more...]