

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02
Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

Double double = config.getDouble("number");
Integer integer = config.getInteger("number");
配置参数可以从以下来源获取: 完整的 Configuration API 在 这里 .
Apache Jakarta Commons Configuration 最新发布版本在 这里 . 也可以在 IBiblio 获取 . The Changes Report explains all of the changes and bug fixes that have been made.
Commons Configuration 开始出现于Apache JServ的代码中. The JServ 的代码随后被加入到了Jakarta Turbine . 在Jakarta Turbine之后, 配置接口被移到Jakarta Velocity ,并进行了大量的改进. 在 Velocity之后, 代码被作为ExtendedProperties介绍到了Jakarta Commons 里。Configuration 作为沙盒组件开始出现在Commons 中, 在2003年末,被提升为 Commons 专有组件。.
(正赶上Configuration的文档在升级,Last published: 05 February 2005 | Doc for 1.1RC1 ,可能会出现一些不同。)