Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5201 - 5230 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5201
On Wed, 31 Aug 2005 20:59:43 +0200, "Jan Algermissen" <jalgermissen@...> said: [snip] ... Shouldn't those manual additions be in the host...
Vincent D Murphy
johnfoobar1
Offline Send Email
Sep 1, 2005
2:15 pm
5202
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...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 2, 2005
9:07 pm
5203
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...
Lucas Gonze
lucas_gonze
Offline Send Email
Sep 2, 2005
10:06 pm
5204
Lukas ... Yes, that is IMHO one of the biggest problems you face once you actually start to implement a system. I am having similar problems right now,...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 3, 2005
7:53 am
5205
The following message is a courtesy copy of an article that has been posted to gmane.comp.lang.perl.modules.cgi-prototype.user as well. I have been trying to...
Terrence Brannon
princepawn
Offline Send Email
Sep 5, 2005
1:17 pm
5206
... I'd say that you should use the accepted content-types to arbritrate between what content-type to return the resource in and use a parameter (or a cookie)...
Nic Ferrier
nferrier_tap...
Offline Send Email
Sep 5, 2005
1:44 pm
5207
... A web service would find out that it could POST about Brannon's /guestbook by doing a HEAD and looking at the suported methods. But how could a web service...
Nic Ferrier
nferrier_tap...
Offline Send Email
Sep 5, 2005
1:44 pm
5208
On Mon, 05 Sep 2005 12:07:13 +0000, "Terrence Brannon" <bauhaus@...> said: [snip] ... I don't understand the question. What does "entry listings per...
Vincent D Murphy
johnfoobar1
Offline Send Email
Sep 5, 2005
1:55 pm
5209
Nic, best would be to let the client discover the gestbook URI via hypermedia and to communicate the parameters to the client using RDFForms[1]. Jan [1]...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 5, 2005
1:58 pm
5210
... Ok, I understand you now. Good idea (though my szenario is more complex and will definitely require manual additions for service checks (Nagios term). ...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 5, 2005
8:18 pm
5211
... Take a google search for example. You get N entries on each page instead of the entire result set. Likewise, it is common to return retrieved records in...
Terrence Brannon
princepawn
Offline Send Email
Sep 5, 2005
10:53 pm
5212
... One way to think of large result-sets, especially using query-paramters, is "paramaterizing the resource space". E.g., one can think of google as an...
Josh Sled
joshsled
Offline Send Email
Sep 6, 2005
2:22 pm
5213
Hi, has anybody ever documented interactions of components in a RESTful system with UML sequence diagrams? I am particulary interested in clever ideas how to...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 12, 2005
1:10 pm
5214
Jan, I'm not sure I get the problem of documenting calls that go through intermediaries. Is this any different from delegation in an object oriented model? ...
Walden Mathews
waldenmathews
Offline Send Email
Sep 12, 2005
9:35 pm
5215
Could you annotate either the message or the component? I guess it depends what you want to accomplish ("document calls"?) with that information....
Mark Baker
gonga_thrash
Offline Send Email
Sep 12, 2005
10:34 pm
5216
I am involved on a project that will most likely be offering a WebService API based on REST. There are questions I have regarding a specific aspect of this...
Claude Montpetit
claude_montp...
Offline Send Email
Sep 13, 2005
3:02 pm
5217
Claude, ... Sure, yes. ... Yes, that would be fine. Note though, that you propably should not use a verb in the URI since that implies an operation ...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 13, 2005
4:30 pm
5218
... The operation behind this URL is an acquisition process in a sense that it does not return a device state. It tells the system to contact the device to...
Claude Montpetit
claude_montp...
Offline Send Email
Sep 13, 2005
5:59 pm
5219
... Hmm...is that important to the client? Isn;t the goal just to obtain the state? Why involve the client in anything that happens behind the scenes? Do a GET...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 13, 2005
6:14 pm
5220
... [hvw] Oops. That's a bad operation for GET, because the GET has the side effect of changing the state of another resource (the one where you get the actual...
Hugh Winkler
hwinkler99
Offline Send Email
Sep 13, 2005
6:30 pm
5221
... Yes, this is important to the client. The system supports many goals, such as retrieving data, and also to tell the system to connect to the device "on...
Claude Montpetit
claude_montp...
Offline Send Email
Sep 13, 2005
6:50 pm
5222
Hi, the latest thread reminds me of something: It is a very common question on this list if some service API (meaning 'set of resources serving an overall...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 13, 2005
7:04 pm
5223
Claude, ... I'd POST the device ID to e.g. http://server/acquisitions and have the server 'create a new aquisition object'. A GET on that would return it's...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 13, 2005
9:21 pm
5224
Excellent points. ... You'd be suprised at how hard it is to touch components after they have been deployed at medium-to-large companies too. The two factors...
S. Mike Dierken
mdierken
Offline Send Email
Sep 15, 2005
2:15 am
5225
... Assuming the first goal, "retrieving data" is just to retreive device state information from database without changing anything, is it correct? When the...
toydi
iamstupidiot
Offline Send Email
Sep 15, 2005
2:06 pm
5226
... Absolutely. This is close to the API I am leaning to. Reading more on REST, I realize that I must think in term of resources as opposed to operations. So...
Claude Montpetit
claude_montp...
Offline Send Email
Sep 15, 2005
5:41 pm
5227
Hi, the coverage of the topic isn't really beyond mentioning it, but I think it is an interesting fact that REST is explicitly mentioned as an alternative to...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 17, 2005
3:02 pm
5228
Hi, Forgive me is this is a standard newbie question... I'm developing a firefox extension that talks with a server via a RESTful API. Most REST discussions...
wanderingstan
Offline Send Email
Sep 22, 2005
9:48 pm
5229
... Stan, *maybe* I stumbled across something a few days ago: http:// www.jalgermissen.com/blog/xmlhttp_and_auth.html I have not had the time to check this...
Jan Algermissen
algermissen1971
Offline Send Email
Sep 22, 2005
9:54 pm
5230
... I think you can reset the credentials by sending a request which causes the server to stop accepting the current credentials. That's just an idea, though...
Lucas Gonze
lucas_gonze
Offline Send Email
Sep 22, 2005
10:02 pm
Messages 5201 - 5230 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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