Notes from GeoServer mailinglist discussion
(The notes below are paraphrased to make them more concise. Apologies if I misinterpreted anyone, the whole thing can be found on Nabble)
cholmes:
- communicating to GeoServer with the http using the regular WMS interface
- communicate most of the information layers etc through WMS and perhaps REST interfaces
- REST API on JTileCache to set those configurations
- It should just be able to ship as a jar with geoserver
- persist its settings to the (Geoserver) data_dir.
- Ability to cache KML , other datatypes
sfarber:
- cache-control headers
Per-Olof:
- Make cache key stragegy pluggable
- Make cache population thread safe / race condition safe.
- Make internal tile representation a reference to data, not the data
jdeolive:
- write this as a geoserver "service" for performance reasons, wrap the jtilecache servlet in a spring "interceptor", inject into the request processing chain before and after a WMS service call. Pluggable via the spring applicationContext.
aaime:
- register a listener in the spring application context (contrast to jdeolive: you still use the spring context, but jdeolive there meant to integrate tilecache in the geoserver request processing)
