summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | (This is really unsatisfactory, but can I do better?)
* 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
| | | | | | output. Concurrency is completely broken, however.
* Start writing a servlet version. NOT USABLE YET.David A. Madore2014-10-031-0/+36