Java programming dynamics, Part 3: Applied reflection (IBM developerWorks)
[Posted July 16, 2003 by cook]
Dennis M. Sosnoski
writes about Java command line argument processing on IBM's
developerWorks.
"
Command line argument processing is one of those nasty chores that seems to keep coming around no matter how many times you've dealt with it in the past. Rather than writing variations of the same code over and over, why not use reflection to simplify the job of argument processing? Java consultant Dennis Sosnoski shows you how. In this article, Dennis outlines an open source library that makes command line arguments practically handle themselves."
(
Log in to post comments)