Java is great. Reams of configuration files are not. They are cumbersome, lack the the same tool support as your code, and, in reality, do not provide much additional flexibility once your code is
... [More]
deployed. Furthermore, with all the complexity that these many sets of configuration bring to the table, errors are common and often difficult to validate resulting in downtime and many headaches.
Configer is the solution to this problem. It provides simple configuration management in your code that can be overridden at the command line or modified via JMX during run time. [Less]