Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/App.java @ 13:0d6badf6af42
Added not yet working backend to artifact database.
artifacts/trunk@28 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 06 Sep 2009 16:16:54 +0000 |
parents | 8f2de197bce2 |
children | 1259d192e3c3 |
comparison
equal
deleted
inserted
replaced
12:3f01e317f615 | 13:0d6badf6af42 |
---|---|
9 { | 9 { |
10 public static void main(String[] args) { | 10 public static void main(String[] args) { |
11 FactoryBootstrap bootstrap = new FactoryBootstrap(); | 11 FactoryBootstrap bootstrap = new FactoryBootstrap(); |
12 | 12 |
13 bootstrap.boot(); | 13 bootstrap.boot(); |
14 | |
15 Backend backend = new Backend(); | |
16 | |
17 ArtifactDatabaseImpl db = new ArtifactDatabaseImpl( | |
18 bootstrap, backend); | |
14 } | 19 } |
15 } | 20 } |
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: | 21 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: |