view artifact-database/src/main/java/de/intevation/artifactdatabase/App.java @ 10:e8626caac353

* Made Artifact life cycle symmetric: setup/endOfLife. * Implement defaults for Artifact and ArtifactFactory. * Added connection pooling from apache commons dbcp * Made sql schema of artifact database more compatible. * Improve example config. * Made artifactdb start with 'mvn exec:exec' * minor fixes. artifacts/trunk@25 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 06 Sep 2009 12:00:56 +0000
parents 8f2de197bce2
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