Easing Configuration with Java
Configuration can be a maintenance mess and add to a developer's burden. This article introduces a Java framework with which developers can define their application's configuration in terms of high-level interfaces; the framework then generates automatic implementations of these interfaces backed by a physical configuration source, like a properties file or database. This approach, designed and detailed by Merlin Hughes, is intended to improve on the practices of using string constants and manual type conversion when handling configuration data, while maintaining compatibility with existing configuration tools and files.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.