summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Rename the "do_single_page" database column to "special_name", and update Jav...David A. Madore2014-10-121-5/+5
* Use JDBC4, in order to use the .isValid() method.David A. Madore2014-10-121-2/+2
* Check whether database connection is still open.David A. Madore2014-10-121-1/+1
* Separate the "has_cut" property from "do_single_page".David A. Madore2014-10-121-1/+1
* Round lastModifiedTime to last second when returning it for HTTP, but not int...David A. Madore2014-10-121-4/+2
* Fix stupid mistake: was passing a null DynamicContext.David A. Madore2014-10-121-1/+1
* Make it possible to link to previous and next entries from the single page te...servletDavid A. Madore2014-10-111-1/+1
* Allow for a way to access entries without giving number (redirect).David A. Madore2014-10-111-4/+60
* Permalinks in servlet system.David A. Madore2014-10-101-3/+8
* Add a "dynamic context" global state, and make WeblogSummary stale when too old.David A. Madore2014-10-091-1/+3
* Make up my mind as to what URLs should look like.David A. Madore2014-10-091-5/+8
* Take into account last modified time of Java class itself.David A. Madore2014-10-071-3/+13
* Implement .getLastModified() on WeblogServlet.David A. Madore2014-10-071-9/+72
* WeblogServlet: Take an entry number as input (request path).David A. Madore2014-10-071-1/+13
* Move servlet initialization in the .init() method.David A. Madore2014-10-071-6/+10
* Introduce at least a semblance of thread-safety.David A. Madore2014-10-051-17/+18
* First servlet version that is actually capable of (sometimes) producing some ...David A. Madore2014-10-051-5/+37
* Start writing a servlet version. NOT USABLE YET.David A. Madore2014-10-031-0/+36