|
2010-11-24
|
I've been working on Paisley some more recently, finishing a first stab
at a document mapping API.
As discussed with Christopher Lenz a long time, I basically took his
mapping code and applied it to Paisley.
In my personal project I also added a caching version of the CouchDB
object, but I'm not yet convinced it is the right approach, so it's not
in Paisley yet. One of the things I think I will need to do to make
that useful is to have it listen to change notifications, so it can
change cached objects when they change in couchdb, and implement
notifications for these changes so that a program can be informed of
them too and react accordingly.
In any case, I'd like to work towards a release, so feel free to take a
look at
the branch I've made to implement this on, give any feedback or
do any code review, and let me know.