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: 1889
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 14704 - 14733 of 19451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
14704 Jan Algermissen
algermissen1971 Send Email
Feb 1, 2010
8:02 am
George, ... I think I do not understand what you are up to. Why does the client fetch the command for the device from the server? ... HTTP authentication is...
14705 George
jlanzac Send Email
Feb 1, 2010
8:45 am
Hi, Let's try to explain it a little further. ... The system is foreseen to control a hardware device. The issue is that the device only accepts a subset of...
14706 izuzak Send Email Feb 1, 2010
10:33 am
Hey all, The first week of This Week in REST is over (I think it was a successful test run) and you can find the collected links for last week (Jan 25 2010 –...
14707 Eric J. Bowman
eric@... Send Email
Feb 1, 2010
10:50 am
... Media type. ... Yes, but that behavior is defined by the media type -- HTML defines @alt for inline images and the <noscript> element to provide graceful ...
14708 Mike Kelly
pleb1985 Send Email
Feb 1, 2010
12:38 pm
... I can't agree with that - and don't think the quote you dug up is referring to this specific issue. For a machine client, RESTing at a given steady state...
14709 Jan Algermissen
algermissen1971 Send Email
Feb 1, 2010
1:31 pm
... Predefined application flows violate the hypermedia constraint and couple the server in a way that REST deliberately aims to avoid. As you know from my...
14710 Mike Kelly
pleb1985 Send Email
Feb 1, 2010
1:54 pm
... Predefined application flows like AtomPub violate the hypermedia constraint? ... I would choose to say 'set of representations&#39; over 'set of media types'....
14711 mike amundsen
mamund Send Email
Feb 1, 2010
3:16 pm
Subscribed! thanks. mca http://amundsen.com/blog/...
14712 Jan Algermissen
algermissen1971 Send Email
Feb 1, 2010
5:13 pm
Eric, ... Yepp, that is pretty much how I see it also. Jan ... Jan Algermissen, Consultant Mail: algermissen@... Blog: http://www.nordsc.com/blog/ Work:...
14713 Jan Algermissen
algermissen1971 Send Email
Feb 1, 2010
5:16 pm
... Yes. Roy confirmed that (recent post on atom-protocol list) ... Not getting what you mean. You cannot specify the set of representations - they can cary at...
14714 mike amundsen
mamund Send Email
Feb 1, 2010
6:17 pm
Jorge: Assume: - You have on file several hundred photos of animals to use as captcha tests. - You have stored metadata about the image including the "animal...
14715 piers_lawson Send Email Feb 1, 2010
11:50 pm
Thank you for your replies. I think both Craig and Eric agree that a collection of "links" to resources should be returned to the client in a form that is not ...
14716 mike amundsen
mamund Send Email
Feb 2, 2010
12:08 am
You might to check out the draft of the "Inlining"; extension for Atom: http://tools.ietf.org/html/draft-mehta-atom-inline-01 I see it's expired as of...
14717 wahbedahbe Send Email Feb 2, 2010
3:17 am
... Really? Can you link to that? Was it the "MUST a collection be returned as an Atom feed?" thread? I didn't read any of Roy's comments that way... or maybe...
14718 Jan Algermissen
algermissen1971 Send Email
Feb 2, 2010
7:20 am
... Yep. http://www.imc.org/atom-protocol/mail-archive/msg11487.html ... The requirement that a GET on a collection returns an Atom feed. That is unRESTful...
14719 Jan Algermissen
algermissen1971 Send Email
Feb 2, 2010
7:25 am
... Since you have a custom <seller> anyhow, I'd - for the sake of clarity - just use custom markup for the account links, too. You might still provide an...
14720 Mike Kelly
pleb1985 Send Email
Feb 2, 2010
10:25 am
... That post is about over-specification, not predefinition. And leads me to ask - What is an 'adequate specification&#39;, if not predefinition? - Mike...
14721 Jan Algermissen
algermissen1971 Send Email
Feb 2, 2010
10:44 am
... I understood Roy to be saying that it is an over-specifiction that AtomPub requires GETs on collections to return an Atom feed. Such a predefinition is an...
14722 Mike Kelly
pleb1985 Send Email
Feb 2, 2010
11:33 am
... Maybe so, but the use of term "over" specification implies that there is infact an appropriate degree of specification i.e. a predefined flow with a more...
14723 Jan Algermissen
algermissen1971 Send Email
Feb 2, 2010
1:17 pm
When a client sends a POST request and receives a 201 Created... a) is the POST response body the steady state b) is it implied by HTTP spec that the client...
14724 George
jlanzac Send Email
Feb 2, 2010
1:20 pm
Boing... any idea?...
14725 António Mota
amsmota Send Email
Feb 2, 2010
1:31 pm
I just read this on the diagonal, but it seems similar to what SyncML does, is that the case? _________________________________________________ Melhores...
14726 George
jlanzac Send Email
Feb 2, 2010
2:44 pm
... SyncML seems to be used to syncronized devices' (mobiles, handhelds,..) information, such as contacts,... My case is not such a thing, as the commands are...
14727 wahbedahbe Send Email Feb 2, 2010
4:13 pm
... I think the HTTP spec is pretty clear that 201 responses SHOULD have a body which constitutes your steady state. Section 9.5: If a resource has been...
14728 wahbedahbe Send Email Feb 2, 2010
4:24 pm
... Ok... agree on the above, but how do you define 'collection&#39;? To me it's something that has a set of 'entries&#39;. So you get the hierarchy don't you? A...
14729 António Mota
amsmota Send Email
Feb 2, 2010
4:42 pm
But SHOULD is not SHALL, is a recommendation not a imposition... So not having a body on a 201 could not be considered a violation of the spec... Wich indeed...
14730 António Mota
amsmota Send Email
Feb 2, 2010
5:10 pm
Well, basically yes, is for synchronizing devices, but can be extended to other things. For example, we use (among other things) the Alert messages to pass...
14731 George
jlanzac Send Email
Feb 2, 2010
5:49 pm
I'll give it a try. I though I could make it using REST approach, but it seems it is not gonna be possible. Let's read and see if a flash comes ;) See you...
14732 piers_lawson Send Email Feb 3, 2010
12:18 am
Mike, thank you for pointing out the draft inlining spec... it was interesting. Jan, I started off the thread suggesting a format similar to the one that you...
14733 Eric J. Bowman
eric@... Send Email
Feb 3, 2010
12:46 am
Have you looked at the threading extensions for Atom? http://www.ietf.org/rfc/rfc4685.txt I'm not a big fan of the service document. As far as generic clients...
Messages 14704 - 14733 of 19451   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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