Parsing Command-Line Parameters with JCommander 1. Overview In this tutorial, we’ll learn how to use JCommander to parse command-line parameters. We’ll explore several of its features as we build a simple command-line application. 2. Why JCommander? “Because life is too short to parse command line parameters” – Cédric Beust JCommander, created by Cédric… Continue Reading jcommander-parsing-command-line-parameters

Java Weekly, Issue 307 1. Spring and Java ===== >> Static Data with Spring Boot [reflectoring.io] A good tutorial on externalizing application configuration with @ConfigurationProperties. >> The best way to fix the Hibernate MultipleBagFetchException [vladmihalcea.com] A quick look at the right way to solve this problem, while exposing inefficiencies of an… Continue Reading java-weekly-307