Hi Sean, > What is the motivation of the Handler class? I have no > problem with it, I just want to understand. Is it merely to be explicit about > lower level API and higher level, or is there more to it?
Exactly, the goal is to clarify the separation between the lower API and higher one. The Handler class will be in "org.restlet" and Finder won't have any direct knowledge of the Resource class. It could be used directly for those preferring to work at this level. In term of Javadocs, that will also make things much easier to explain. > It seems alright but there's enough there that I hesitate to > endorse whole- > heartedly without trying it out. That's when I usually can > establish my comfort level best. Fair enough, I've got most of the changes done locally now. I will try to commit them in the coming days. Best regards, Jerome

