DataWiki - dynamic list handler
| id: | 19 |
| title: | DataWiki - dynamic list handler |
| priority: | 1 |
| status: | active |
| created: | 2008-05-25 17:17:14 |
| resolved: | 0000-00-00 00:00:00 |
Right now, I've only implemented static data publishing; the database is consulted when the page is published, so any changes after that time are not reflected in pages served, which are plain HTML.
A dynamic list handler would simply do the same thing at page serving time -- a challenge, because I've implemented it in a different language. (But not that much of a challenge.)
The nice thing about a dynamic list handler is that it could also handle queries composed on the fly.