Where can I find documentation on the APIs of the tools Zoe relies upon?
For Tapestry, which is very similar to WebObjects and will be replacing it: http://tapestry.sourceforge.net/ For WebObjects (which we’re abandoning), there is Apple’s documentation: http://developer.apple.com/techpubs/webobjects/ Lucene (the zearch engine we utilize): http://jakarta.apache.org/lucene/index.html There is only one class really interacting directly with Lucene: alt.dev.szobject.SZIndex, so one could safely ignore Lucene for the moment.