... . . . ... I have been working on a "GET"-only resource (like a unit converter,) and CherryPy 2.0 is pretty simple. I posted a "filter" script at ...
Hi, i'm currently building a PHP5 MVC framework to provide an easier way to develope RESTful web applications. Everything is still in a very early dev stage....
I have a client in Central New Jersey who is looking a developer to start as a Consultant and then, after an initial contract period of 4-6 months, convert to...
Can Apache Cocoon (using sitemap.xmap) be used instead of Apache mod-rewrite to configure a server for REST and pseudo-URLs? If so, any pros or cons of using...
Hi Folks, A colleague (Tim Kehoe) and I have put together a short tutorial on REST:...
Costello,Roger L.
costello@...
Aug 18, 2005 9:27 pm
5179
Hi Folks, A colleague (Tim Kehoe) and I have put together a short tutorial on REST: <http://www.xfront.com/> http://www.xfront.com/ ...
Costello,Roger L.
costello@...
Aug 18, 2005 9:31 pm
5180
... Hi Roger, Any chance you could make this available as a Flash presentation, or even as a series of interlinked web pages, for those of us without access to...
Ian D. Stewart
idstewart@...
Aug 19, 2005 11:31 am
5181
Hi Ian, Sure, here is an HTML version of it: http://www.xfront.com/5-minute-intro-to-REST_files/frame.htm As always, comments are welcome. /Roger ... From:...
Costello,Roger L.
costello@...
Aug 19, 2005 1:58 pm
5182
Roger, The tutorial hammers on the principle of identifying resources with URI's, which is good, but I think when presented to novices it will tend to carry...
Hello Walden, Thanks for your comments! We agree that REST does not mean flattening the resource space; that is what URI's do (i.e., everything is accessible...
Costello,Roger L.
costello@...
Aug 19, 2005 4:02 pm
5184
Hi Folks, A colleague (Tim Kehoe) and I have created two tutorials on REST. NOTE: I strongly recommend viewing the Powerpoint version rather than the HTML...
Costello,Roger L.
costello@...
Aug 19, 2005 7:27 pm
5185
Roger, I think all three points may be the same point. In your diagrams, you show three phone numbers, three URI, as being "good". Well, how did those get...
I understand the thinking of the resource and representation separation. However, is it even possible with how browsers are implemented today. Consider the...
On Mon, 22 Aug 2005 09:44:13 -0000, "christianhgross" ... [snip] ... Yes. However that doesn't have to be a bad thing. There is nothing to stop you treating...
... I believe that, when XML is present, the HTML should be derived from it by means of a stylesheet. Given that there is a mechanism for putting the SS into...
... It is a bad thing. Let's say that I am a REST client and I want the resource /foo. The server process cannot distinguish clients based on the MIME type....
... Independent of the indiscriminateness of "{text,application}/xml", the browser is expressing a preference for it. I don't see how it is getting the...
If anyone cares to look it over, I put up a REST-y web service at http://uber.engineer.co.summit.oh.us/ws/dms/ (That link will respond with the introspection...
I think this is a good example of XML, hyperlinking and REST. But it seems all read-only, and I can't help but ask - couldn't these conversions be done as a...
Yep, it is read-only, and since there is no data stored on the server, the conversions could be done client-side. I chose to expose the function as a WS...
Hi, I am puzzling with a question regarding a system design choice. My problem is that I see at least two options and I cannot base a choice fore either one of...
On Wed, 31 Aug 2005 17:32:42 +0200, "Jan Algermissen" ... How about you pass the monitoring process the URI of the site resource as a parameter, which it can...
... Well, mostly because - there will need to be manual additions - nagios just needs that file and there is likely no chance to install a modified (with REST...
... Speaking of the environment: it is a really interesting case, because the infrastructure is so diverse that the challenge really is to keep the deployed ...
Vincent, ... I just realized that the general question behind my initial mail is how to decide which components of the overall system will be 'actors' ...
Hi, just found a design priciple that could be applied to my problem. Sean McGrath wrote[1] about differentiating between system components that produce data...
Leigh Dodds surveyed web services APIs for XTech 2005: http://idealliance.org/proceedings/xtech05/papers/02-07-04/ I wrote a detailed response based on my...