More tweaks to Graves
Fixed a couple of bugs last night; determined that the failure to function on the Myths eXist/Jetty is because it's eXist 2.2; wrote to RE to start figuring out a procedure for deploying new eXists, after poking around on Peach to find out how the current setup for Myths works.
Noticed that the gallery is not functioning as it should; looks like perhaps JT didn't finish the work on that after all, so I'll have to go back and look at it. Meanwhile, also looking at approaches to caching search result sets, in eXist; posted a naive question to the eXist list after trying to figure out how/if the Shakespeare example project is doing it. I have an approach in mind, based on hashing the query and storing the result set in a map keyed by the hash of the query; when the same session makes another query, you can hash the query and check for anything in the map. But if there's existing sample code that's well-tried I'd rather start with that.