Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 204:734ac082c8d1
Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
gnv-artifacts/trunk@259 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 22 Oct 2009 08:50:21 +0000 |
parents | 226091ed3cbd |
children | 6e7952fd1744 |
comparison
equal
deleted
inserted
replaced
203:226091ed3cbd | 204:734ac082c8d1 |
---|---|
1 2009-10-22 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * doc/conf/conf.xml, | |
4 doc/conf/products/**/conf_*.xml: | |
5 Split the Configuration of the ArtifactDatabase in several Configurationfiles. | |
6 For Each Product-Artifact one single File to make it easier to administer the System. | |
7 * src/main/java/de/intevation/gnv/transition/TransitionFactory.java (createTransition), | |
8 src/main/java/de/intevation/gnv/transition/TransitionBase.java (setup), | |
9 src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java (setup), | |
10 src/main/java/de/intevation/gnv/artifacts/fis/FISArtifact.java (setup): | |
11 Lookup of XML-Attributes was changed from XPath-lookup to direct | |
12 Access on the fetched Element to speed up the Artifactinstantiation issue40 | |
13 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java (getConfigurationFragment): | |
14 Read Configurationinformations for the Productartifact from a separat folder if an xlink:href | |
15 Attribute exists in tne Configurationnode of the Artifact. | |
16 This was inserted to speed up the Artifactinstantiation and to split the Configuration | |
17 in several Configurationfiles that where smallaer issue40 | |
18 Also the lookup of XML-Attributes was changed from XPath-lookup to direct | |
19 Access on the fetched Element | |
20 | |
1 2009-10-21 Tim Englich <tim.englich@intevation.de> | 21 2009-10-21 Tim Englich <tim.englich@intevation.de> |
2 | 22 |
3 * doc/conf/conf.xml: | 23 * doc/conf/conf.xml: |
4 Added relative locations for further required configurationfiles . issue59 | 24 Added relative locations for further required configurationfiles . issue59 |
5 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java (createArtifactContext): | 25 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java (createArtifactContext): |