When I worked for a consulting firm I got an opportunity to work on a Strategy...
One of the things that keep popping up often is a need to write batch programs that is started from command line. Every single time its always been either reinvent the wheel or copy/paste from old code. So recently decided to put an end to this practice by looking at CLI solution from Apache.
CLI is a really nice utility and could be a potential enterprise reusable component. However while...