Annotations vs. configuration files
[Posted August 3, 2005 by cook]
Dennis Sosnoski
explores annotations and configuration files on IBM developerWorks.
"
Annotations let you specify metadata as part of your source code. With this feature, you can embed tool instructions in your code rather than creating separate configuration files that you then need to maintain in parallel to the source code. But, as Java consultant Dennis Sosnoski explains, configuration files still have their uses, especially for aspect-like functions that cut across the source code structure of an application."
(
Log in to post comments)