Is there a high-level overview of the way the various classes in the Restlet framework are supposed to interact with each other? I've been having trouble getting an idea of the big picture from the classes' individual javadocs, particularly because of the way pretty much everything in the framework inherits from the same interface - it's hard to tell what comprises the functional interface for a given class.
Thanks, Chris

