Re: [docs] Poll for participation and input.

2007-10-19 Thread Sean Landis
Sean Landis gmail.com> writes: > > IMO, it is not intended to be read in one shot like a book but more feature > > by feature depending on the user needs (beside the first introductory > > chapters). > > I agree with this as long as the feature descriptions are very detailed. > I think a good g

Unhandled exception or error intercepted

2007-10-19 Thread Philip Johnson
Greetings, My Restlet-based server is occasionally printing out the following to the console: Unhandled exception or error intercepted Without any additional information. I have a couple of questions: (1) This appears to be generated by the getStatus() method of the StatusFilter class. (I

Re: [docs] Poll for participation and input.

2007-10-19 Thread Sean Landis
Jerome Louvel noelios.com> writes: > > > Hi all, > > I agree that the reference manual shouldn't be a repeating of the Javadocs > but go beyond and around them: > - explain design choices > - describe usage contexts > - show sample code to copy and paste > > IMO, it is not intended to be r

Re: HEAD not well supported?

2007-10-19 Thread Jerome Louvel
Hi Sumit, > So what's the difference between a Handler and a Finder? The Finder class still has the same role. It can find and instantiate target handlers. As Resource is a subclass of Handler, it can also instantiate target resources like today. > The flow of the request would go through the fo