view artifact-database/doc/artifactdb-example-conf.xml @ 5:8f2de197bce2

Added config to artifact database and modelled bootstap of artifact factories on top of this. artifacts/trunk@15 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 04 Sep 2009 12:04:12 +0000
parents
children e8626caac353
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<artifact-database>
    <factories>
        <context-factory>com.example.Context</context-factory>
        <artifact-factories>
            <artifact-factory>com.example.ArtifactExampleFactoryOne</artifact-factory>
            <artifact-factory>com.example.ArtifactExampleFactoryTwo</artifact-factory>
            <artifact-factory>com.example.ArtifactExampleFactoryThree</artifact-factory>
        </artifact-factories>
    </factories>
</artifact-database>

http://dive4elements.wald.intevation.org