AbstractRestlet ?

2007-03-07 Thread J. Matthew Pryor
OK I am off and running now, thanks for the Jetty 6.1 help. I was wanting to handle gets and puts and deletes in different methods, and here there I found code examples that had handlePut() kind of methods. These seemed to extend AbstractRestlet, but I can't find this class any more

RE: AbstractRestlet ?

2007-03-07 Thread Jerome Louvel
Hi Matthew, You are referring to older version of the Restlet API. AbstractRestlet is now Restlet and doesn't directly dispatch the handle() method to handleGet(), handlePut(), etc. This is now the role of the Finder and of the Resource class. First, you need to go beyond the simple method

Re: AbstractRestlet ?

2007-03-07 Thread J. Matthew Pryor
shouldn't care about the upper layers of processes too much. Thanks again for your patience and assistance and the oh so gentle RTFM^3 J. Matthew Pryor On 07/03/2007, at 9:21 PM, Jerome Louvel wrote: Hi Matthew, You are referring to older version of the Restlet API. AbstractRestlet is now