view artifact-database/src/main/java/de/intevation/artifactdatabase/App.java @ 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 141457e0d7b1
children 0d6badf6af42
line wrap: on
line source
package de.intevation.artifactdatabase;

/**
 * Starting point of the artifact database.
 *
 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de)
 */
public class App
{
    public static void main(String[] args) {
        FactoryBootstrap bootstrap = new FactoryBootstrap();

        bootstrap.boot();
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org