Mercurial > dive4elements > framework
comparison Changelog @ 15:9ad6ec2d09c3
Implemented restoring artifacts from database.
artifacts/trunk@30 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 07 Sep 2009 10:06:23 +0000 |
parents | 0d16d1bb2df0 |
children | 635310c6a20e |
comparison
equal
deleted
inserted
replaced
14:0d16d1bb2df0 | 15:9ad6ec2d09c3 |
---|---|
1 2009-09-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
4 Implemented loading of artifacts from database. If the last access of an | |
5 artifact is too long ago for its time to life, null is returned. | |
6 | |
7 * TODO: Added remark to implement a "killer" thread which periodically cleans the | |
8 database from outdated artifacts and calls the endOfLife() method on those. | |
9 | |
1 2009-09-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 10 2009-09-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 11 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/SQL.java: | 12 * artifact-database/src/main/java/de/intevation/artifactdatabase/SQL.java: |
4 Properties wrapper for SQL statements. The properties are looked up | 13 Properties wrapper for SQL statements. The properties are looked up |
5 in resorces /sql/DRIVER.properties (DRIVER is the name of the db driver class, | 14 in resorces /sql/DRIVER.properties (DRIVER is the name of the db driver class, |