Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rest-discuss · The REST Architectural Style List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1888
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5171 - 5200 of 19455   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
5200 Jan Algermissen
algermissen1971 Send Email
Aug 31, 2005
8:05 pm
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&#39; ...
5199 Jan Algermissen
algermissen1971 Send Email
Aug 31, 2005
7:09 pm
... 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 ...
5198 Jan Algermissen
algermissen1971 Send Email
Aug 31, 2005
6:59 pm
... 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...
5197 Vincent D Murphy
johnfoobar1 Send Email
Aug 31, 2005
6:31 pm
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...
5196 Jan Algermissen
algermissen1971 Send Email
Aug 31, 2005
3:32 pm
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...
5195 Ron
tiltbike Send Email
Aug 24, 2005
11:10 am
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...
5194 S. Mike Dierken
mdierken Send Email
Aug 24, 2005
2:34 am
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...
5193 Ron
tiltbike Send Email
Aug 23, 2005
3:32 pm
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...
5192 Josh Sled
joshsled Send Email
Aug 23, 2005
2:56 pm
... 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...
5191 christianhgross Send Email Aug 22, 2005
7:26 pm
... 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....
5190 Nic Ferrier
nferrier_tap... Send Email
Aug 22, 2005
2:55 pm
... 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...
5189 Joe Gregorio
JCGregorio Send Email
Aug 22, 2005
2:37 pm
... That is correct, and from that you could take away two potential lessons: 1. Don't use conneg for web services. 2. Never, ever use text/xml or...
5188 Vincent D Murphy
johnfoobar1 Send Email
Aug 22, 2005
1:27 pm
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...
5187 Nic Ferrier
nferrier_tap... Send Email
Aug 22, 2005
10:46 am
... Yes. The XML document could include an embedded stylesheet to make the page display nicely in a browser. Nic...
5186 christianhgross Send Email Aug 22, 2005
9:44 am
I understand the thinking of the resource and representation separation. However, is it even possible with how browsers are implemented today. Consider the...
5185 Walden Mathews
waldenmathews Send Email
Aug 20, 2005
2:09 am
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...
5184 Costello,Roger L.
costello@... Send Email
Aug 19, 2005
7:27 pm
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...
5183 Costello,Roger L.
costello@... Send Email
Aug 19, 2005
4:02 pm
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...
5182 Walden Mathews
waldenmathews Send Email
Aug 19, 2005
2:14 pm
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...
5181 Costello,Roger L.
costello@... Send Email
Aug 19, 2005
1:58 pm
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:...
5180 Ian D. Stewart
idstewart@... Send Email
Aug 19, 2005
11:31 am
... 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...
5179 Costello,Roger L.
costello@... Send Email
Aug 18, 2005
9:31 pm
Hi Folks, A colleague (Tim Kehoe) and I have put together a short tutorial on REST: <http://www.xfront.com/> http://www.xfront.com/ ...
5178 Costello,Roger L.
costello@... Send Email
Aug 18, 2005
9:27 pm
Hi Folks, A colleague (Tim Kehoe) and I have put together a short tutorial on REST:...
5177 jpecore Send Email Aug 17, 2005
8:09 pm
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...
5176 project1_chavkin
project1_cha... Send Email
Aug 8, 2005
5:05 pm
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...
5175 toydi
iamstupidiot Send Email
Aug 3, 2005
2:06 pm
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....
5174 Ron
tiltbike Send Email
Aug 2, 2005
2:27 pm
... . . . ... 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 ...
5173 Ron
tiltbike Send Email
Jul 26, 2005
1:09 pm
... re-write ... Yep, looks like it. ... Well, it seems to be part of the solution, but an addition to mod_rewrite, not a substitute for it. ... The best tuts...
5172 Mark Nottingham
mnotting Send Email
Jul 21, 2005
2:13 pm
By hosting DNS for people as well, and changing it dynamically based on load, etc. This is more or less what Akamai does these days. Cheers, ... -- Mark...
5171 Nic Ferrier
nferrier_tap... Send Email
Jul 20, 2005
9:39 pm
... Yes. I know. And you wrote the specs. It's certainly difficult arguing with you because of that. But hey! I'm cantankerous! I have written clients and...
Messages 5171 - 5200 of 19455   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help