What is a good way of parsing command line arguments in Java?
Someone pointed me to args4j lately which is annotation based. I really like it!