summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogDatabaseConnection.java
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit makes old versions fail. Fix this.David A. Madore2020-10-071-2/+4
|
* Try to avoid the dreaded error "The hostname localhost could not be verified ↵David A. Madore2020-10-061-0/+1
| | | | by hostnameverifier PgjdbcHostnameVerifier".
* Use JDBC4, in order to use the .isValid() method.David A. Madore2014-10-121-1/+1
| | | | | | Note that the PostgreSQL implementation does not have this in the 9.1-901 version. Try 9.2-1002 instead (sucks: this is not in Debian stable...).
* Check whether database connection is still open.David A. Madore2014-10-121-1/+1
| | | | | Note, however, that a real check needs to use .isValid() which is only available starting from JDBC4. So, we need to move up to this.
* Introduce at least a semblance of thread-safety.David A. Madore2014-10-051-1/+4
|
* First servlet version that is actually capable of (sometimes) producing some ↵David A. Madore2014-10-051-33/+46
| | | | | | output. Concurrency is completely broken, however.
* Remove all templates from damlengine; introduce config variables instead.David A. Madore2014-10-031-6/+30
| | | | | Location of template files should now be specified by the DAMLENGINE_TEMPLATE_PATH environment variable.
* Introduce (limited) support for PG* environment variables and .pgpass file.David A. Madore2011-09-011-3/+48
|
* RSS feed generator.David A. Madore2011-08-311-0/+1
|
* (Preliminary) handling of weblog entry selection and summary.David A. Madore2011-08-281-0/+30