RE: Restlet wiki (was: Resources and Representations)

2006-08-14 Thread Jerome Louvel
Hi all, I'm considering two options for this Wiki request: 1) Install a Wiki engine on the Restlet.org machine: this will need to wait until I migrate the machine to a new hosting service in December and until I have some spare CPU cycles :) 2) Use the Wiki feature of Java.net

RE: b17, tomcat and spring

2006-08-14 Thread Jerome Louvel
Hi Marcel, I've had a look at your case. The problem seems to be in this code snippet: for ( ResourceMapping mapping : resourceMappings ) { MapString, Restlet restletMap = mapping.getRestletMap(); for ( String key : restletMap.keySet() ) {

Re: managing URIs?

2006-08-14 Thread Chris Winters
(picking up a thread from a few days ago about retrieving client headers ...) Jerome Louvel wrote: ... That's exactly the plan, allow the creation of a custom Call (subclass if necessary) from the ConnectorCall or the other way around for client connectors. So now I've hit the 'other way

updated sample app: POST new resources

2006-08-14 Thread Chris Winters
I've added to the silly sample app the ability to create new resources via POST. Instructions are same as before: unzip, exec 'ant run'. http://www.cwinters.com/raw/RestSampleBook.zip Have fun! Chris -- Chris Winters ([EMAIL PROTECTED]) Lead Software Developer Vocollect Healthcare Systems

Re: b17, tomcat and spring

2006-08-14 Thread Marcel Schepers
hello, Unfortunately, your suggestion did not work. I've reduced the code in the hope the problem could be solved. First of all, I removed all the Spring stuff. The web.xml file only contains the Restlet stuff. I do not think the problem is in web.xml. Please continue reading for my