-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Command Line
JCommander 1.0 – Annotation driven command line parser for Java
JCommander is a small framework for easy command line parameter parsing. You create a class that will hold all the command line arguments and annotate the fields to define which parameter will be bound to the variable. Here is a … Continue reading