[go: up one dir, main page]

Menu

[r91]: / 2.0.3 / src / website.html  Maximize  Restore  History

Download this file

45 lines (31 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div id="copy">
<!-- $Id$ -->
<h3>TREEConfigurationSystems Traversing Environments Readily (TREECSTER)</h3>
<p><a href="https://sourceforge.net/projects/treecster/">Treecster</a> provides
easy hierarchical configuration structures. This is done with advanced hierarchy
functions and inheritance of properties. Visit
the <a href="https://sourceforge.net/projects/treecster/">project site</a> for
downloads and information on how to contribute.</p>
<h3>What's so great about it?</h3>
<p>With Treecster, you can do away with lengthy configuration files specifying
every property for every instance of every application in every
environment. Treecster is designed around the idea of defaults, hierarchy, and
variants. Unwieldy property files with endless key-value pairs are replaced with
as little as
one <a href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a>
file, with defaults specified at each configuration level (i.e. environment,
application, instance, and so on) and custom values defined in the
sub-levels.</p>
<h3>How to use Treecster?</h3>
<p>Treecster is simple, see the <a href="/treecster_api/" title="API">API</a>.</p>
<p><strong>Download</strong></p>
<p>You can download the latest version at
the <a href="https://sourceforge.net/projects/treecster/files/latest/download?source=files">Sourceforge
download page</a>, or you can get the source code by
following <a href="https://sourceforge.net/projects/treecster/files/2.0.0/treecster-2.0.0-src.jar/download">this
link</a>.</p>
<p><strong>Support</strong></p>
<p>Please use the <a href="https://sourceforge.net/p/treecster/discussion/">Discussion Forums</a>.</p>
<p><strong>License</strong></p>
<p>Treecster is released under <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License version 3.0 (GPLv3)</a></p>
</div>