Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed Oct 21 11:10:28 2009 +0000 +++ b/gnv-artifacts/ChangeLog Thu Oct 22 08:50:21 2009 +0000 @@ -1,3 +1,23 @@ +2009-10-22 Tim Englich <tim.englich@intevation.de> + + * doc/conf/conf.xml, + doc/conf/products/**/conf_*.xml: + Split the Configuration of the ArtifactDatabase in several Configurationfiles. + For Each Product-Artifact one single File to make it easier to administer the System. + * src/main/java/de/intevation/gnv/transition/TransitionFactory.java (createTransition), + src/main/java/de/intevation/gnv/transition/TransitionBase.java (setup), + src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java (setup), + src/main/java/de/intevation/gnv/artifacts/fis/FISArtifact.java (setup): + Lookup of XML-Attributes was changed from XPath-lookup to direct + Access on the fetched Element to speed up the Artifactinstantiation issue40 + * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java (getConfigurationFragment): + Read Configurationinformations for the Productartifact from a separat folder if an xlink:href + Attribute exists in tne Configurationnode of the Artifact. + This was inserted to speed up the Artifactinstantiation and to split the Configuration + in several Configurationfiles that where smallaer issue40 + Also the lookup of XML-Attributes was changed from XPath-lookup to direct + Access on the fetched Element + 2009-10-21 Tim Englich <tim.englich@intevation.de> * doc/conf/conf.xml: