Download Latest Version xconf-3.0-standalone.jar (2.3 MB)
Email in envelope

Get an email when there's a new version of XConf

Home / xconf / 1.9.3
Name Modified Size InfoDownloads / Week
Parent folder
xconf-1.9.3.zip 2007-04-14 1.6 MB
Totals: 1 Item   1.6 MB 0

XML Configuration File Processor

It is currently common to build a number of releases from a single code base. For example, a development release, a QA release, a production release and perhaps customer-specific releases. However, these releases seem to differ mostly in the contents of their XML configuration files, and then only very little. Maintaining all these slightly different configuration files is a real nuisance.

XConf was created to simplify this maintenance. Its fundamental premise is that a single development-release (or production-release) configuration file is created and maintained, and is processed by XConf at either build or deployment time into an appropriate release by applying one or more XML-based scripts. Each script contains only the differences required to create the appropriate release, thus removing the need for the mass duplication of configuration files.

This is not really a new solution, since XSLT has been used in the past to do this quite successfully, but XPath can get a little arcane, and maintaining transformation scripts using XSLT can become really complex very quickly. XConf uses a very simple and compact method of specifying elements that need to be processed, and provides some very useful constructs to make transformations painless.

See doc/index.html for a more complete description.

Enjoy.

Source: README.md, updated 2013-04-28