Re: two quick questions

2007-08-14 Thread Jerome Louvel
Hi Serge, I guess I am ready to give up. All my attempts failed including suggested. Actually, just reading API without going through the source code I do not see how this issue (serving home resource for http://bobcat/ and serving a file for http://bobcat/file.html) can be solved. For

Re: Example for Directory + War? Not working for me

2007-08-14 Thread Thierry Boileau
Hello Mike, I've made some tests too, and I think there is a bug in the servlet war client helper. I've created an issue for this problem (http://restlet.tigris.org/issues/show_bug.cgi?id=344). I need some time to fix it. best regards, Thierry Boileau On 10 Aug 2007, at 01:20, Mike Moran

Re: Example for Directory + War? Not working for me

2007-08-14 Thread Mike Moran
On 14 Aug 2007, at 10:13, Thierry Boileau wrote: Hello Mike, I've made some tests too, and I think there is a bug in the servlet war client helper. I've created an issue for this problem (http://restlet.tigris.org/ issues/show_bug.cgi?id=344). I need some time to fix it. No problem.

api client built on Restlet

2007-08-14 Thread Christopher Townson
Hi all, I thought it may interest this list to know that I have released an early beta version of an API client I have developed for the Connotea API (see: http://www.connotea.org/ and http://www.connotea.org/wiki/WebAPI), built on top of Restlet. The client is available from Google Code at

RE: Size of DomRepresentation

2007-08-14 Thread Jerome Louvel
Hi Jim, I have resources that are XML documents that I am sending using DomRepresentation, and I have one area where I'm looking for a better solution. I need my response to have a Content-length header. (Specifically, I have clients talking through a Windows proxy which by default uses

Proposed OPTIONS compliance patch

2007-08-14 Thread Rob Heittman
Hello, We've been greatly enjoying migrating our WCM and commerce platform to the Restlet API. We have a versioned filesystem historically exposed via a WebDAV Servlet, which was reasonably straightforward to adapt to Restlet. One issue, however, seemed to require a patch to get past;

RE: POSTing to Grizzly + Restlet

2007-08-14 Thread Jerome Louvel
Hi Josh, Marc Portier reported a similar issue, we need to fix this before 1.1 M1: http://restlet.tigris.org/issues/show_bug.cgi?id=341 The problem lies in the usage of the Channels.newInputStream() method which assumes a blocking channel which is false for Grizzly connector. If you have time

RE: api client built on Restlet

2007-08-14 Thread Jerome Louvel
Hi Chris, Thanks for sharing the news, I'm glad to read how much you liked working with Restlet. I've just looked at the source code, and it looks really neat, congrats! Best regards, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Christopher Townson

RE: Proposed OPTIONS compliance patch

2007-08-14 Thread Jerome Louvel
Hi Rob, Thanks for suggestion, I've just implemented it in SVN (1.0 and trunk). I think it would be interesting to open a RFE in the issues list to cover all the features that are required/helpful to implement WebDAV clients and servers. The goal would not be to provide such applications which

Re: Size of DomRepresentation

2007-08-14 Thread Jim Edwards-Hewitt
Jerome Louvel contact at noelios.com writes: I hope this helps. Best regards, Jerome I hadn't thought of that. Yes, that's quite helpful. Thanks. -- Jim