Let's see how something like this would work:
- declare a root path for while we will hold all of the SHP pages
- to handle each request, web-server will dispatch the request to a specific SHP page if the path matches
- SHP pages ought to be decomposable so we can reuse the pages
- Updating SHP pages should become immediately available
- construct and return xexpr (and/or sxml) instead of printing to STDOUT (although it might be possible to support such mode, it might not make sense to do so)
No comments:
Post a Comment