[Zope] Zope's Webdav port for RESTful web service

2005-11-26 Thread David Pratt
Hi. I am looking at how to implement a RESTful web service in Zope2. Has anyone implemented such a thing that could provide any advice. Is it possible just to use the existing webdav port for this to provide a dedicated port? The only thing close I can think of at the moment is SchoolTool

Re: [Zope] Zope's Webdav port for RESTful web service

2005-11-26 Thread Tino Wildenhain
Am Samstag, den 26.11.2005, 21:17 -0400 schrieb David Pratt: Hi. I am looking at how to implement a RESTful web service in Zope2. Could you expand a bit on whatever a RESTful web service is? thx Tino ___ Zope maillist - Zope@zope.org

Re: [Zope] Zope's Webdav port for RESTful web service

2005-11-26 Thread David Pratt
Hi Tino. Here are a couple of links that describe it. Boils down to using regular GET, POST, PUT, and DELETE over HTTP using specific URI's to invoke actions - sort of like XMLRPC over HTTP. It occurred to me that perhaps the current webdav server could be modified to handle requests for