Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 1122:1985d5db0feb
Implemented a global configuration that should be used to initialize the geobackend.
geo-backend/trunk@1149 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Jun 2010 13:31:07 +0000 |
parents | 9d530f913729 |
children | f76541120bcb |
comparison
equal
deleted
inserted
replaced
1121:9d530f913729 | 1122:1985d5db0feb |
---|---|
1 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/config/Configuration.java: A | |
4 global configuration for this geo-backend. Before using the geo-backend, | |
5 it is now necessary to create an instance of this class and call its | |
6 initialize(.) method. This method currently takes the following arguments: | |
7 | |
8 - conf: an xml document that should contain a node named 'geo-backend' | |
9 that contains all configurations required by the geo-backend. | |
10 - configDir: the absolute path to the root configuration directory that | |
11 might contain further configuration files. | |
12 - placeholder: the placeholder string that is used in the central config | |
13 file to replace the path to the configuration directory. | |
14 | |
15 Furthermore, this Configuration is used to initialize the so-called | |
16 'sql-cache' that caches sql statements - it has been configured via system | |
17 properties until now. | |
18 | |
19 * src/main/java/de/intevation/gnv/geobackend/base/query/CachingQueryExecutorFactory.java, | |
20 src/main/java/de/intevation/gnv/geobackend/base/query/QueryExecutorFactory.java: | |
21 The sql-cache configuration is not read from system properties but from | |
22 global configuration now. | |
23 | |
1 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 24 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/gnv/geobackend/util/XMLUtils.java: Some | 26 * src/main/java/de/intevation/gnv/geobackend/util/XMLUtils.java: Some |
4 functions to handle xml stuff. | 27 functions to handle xml stuff. |
5 | 28 |