Apache Commons Configuration的运用

Apache Commons Configuration的运用

Apache Commons Configuration的应用

http://lavasoft.blog.51cto.com/62575/101242

?

Apache Commons Configuration的应用


Commons Configuration是一个java应用程序的配置管理工具。可以从properties或者xml文件中加载软件的配置信息,用来构建支撑软件运行的基础环境。在一些配置文件较多较的复杂的情况下,使用该配置工具比较可以简化配置文件的解析和管理。也提高了开发效率和软件的可维护性。


官方主页:[url]http://commons.apache.org/configuration/[/url]



一、介绍


官方列举Commons Configuration的主要功能:

Configuration parameters may be loaded from the following sources:


Properties files?

XML documents?

Windows INI files?

Property list files (plist)?

JNDI?

JDBC Datasource?

System properties?

Applet parameters?

Servlet parameters


Commons Configuration所依赖的包

免责声明: 本文仅代表作者个人观点,与无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。

相关资料

推荐阅读

友情链接:

Copyright © 2013-2023 页 当前在线:1112人  网站在1天2时17分23秒内访问总人数:290467人 当前 4.53%  

Component Dependencies
Core Java 1.3
commons-collections
commons-lang
commons-logging
ConfigurationFactory commons-digester
commons-beanutils
Java 1.4 or xml-apis
DefaultConfigurationBuilder commons-beanutils
Java 1.4 or (xml-apis + xerces + xalan)
DatabaseConfiguration JDBC 3.0 (Java 1.4 or jdbc2_0-stdext.jar)
XMLConfiguration Java 1.4 or (xml-apis + xerces + xalan)
XMLPropertiesConfiguration Java 1.4 or (xml-apis + xerces)
Apache Commons Configuration的运用

相关文章:

你感兴趣的文章:

标签云: