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 5647 - 5676 of 19454   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5647 Bob Haugen
bob.haugen@... Send Email
Jan 11, 2006
3:11 pm
I need to update several resources without leaving one browser page. I can POST to resources in the same domain using Ajax techniques (I'm using Dojo). But I...
5648 Josh Sled
joshsled Send Email
Jan 11, 2006
3:24 pm
... To same-domain... POST /help-me-out-in-getting-to/http://«otherdomain»/path/to/real/post/ -- ...jsled http://asynchronous.org/ - `a=jsled;...
5649 Nic Ferrier
nferrier_tap... Send Email
Jan 11, 2006
4:04 pm
... Or you could use the old IFRAME trick and have several FORMs POSTing to different IFRAMEs and use JS to make them all happen. I prefer the WS approach...
5650 James Howe
jhoweaa Send Email
Jan 11, 2006
10:21 pm
I have an application that returns a list of items in response to a url like this: GET http://foo.com/userstuff/items The items get displayed in a UI. The...
5651 Paul Jimenez
paulakapj Send Email
Jan 11, 2006
10:54 pm
How about: DELETE http://foo.com/userstuff/items?query=item1,item2,item3 --pj...
5652 Mike Dierken
mdierken Send Email
Jan 12, 2006
5:49 am
... There are several options, and I've listed them in my perceived order of RESTfulness (but we should start getting away from "RESTfulness&quot; as something that...
5653 Matthias Willerich
schemata_hir... Send Email
Jan 19, 2006
10:43 pm
Mike, I liked your elaboration on this. But I couldn't quite follow you with the 4th approach. (3)is to essentially DELETE the whole resource and add a filter,...
5654 Mike Dierken
mdierken Send Email
Jan 20, 2006
5:14 am
... (essentially, ... http://foo.com/userstuff/items/?ids=a,b,c,d ... horrible either ... grammar that clients can ... ?id=a,b,c,d; ... resource and modify...
5655 Mike Dierken
mdierken Send Email
Jan 20, 2006
5:35 am
(sent the earlier email too soon...) ... Actually, this approach is to consider those four ids to actually /be/ the single resource (there is no 'add a...
5656 Nikolai Onken
nikjazz Send Email
Jan 22, 2006
5:19 am
Hey RESTafarians, I just discovered REST and really like the idea behind it. At the moment I am mostly developing with PHP5 and I was wondering how I would...
5657 Sandeep Shetty
sandeep.shetty@... Send Email
Jan 22, 2006
4:07 pm
Hey Nikolai, These links should get you started: http://phprestsql.sourceforge.net/tutorial.html#rest-browser ...
5658 Elias Sinderson
elias95060 Send Email
Jan 23, 2006
9:32 pm
Hi All, I just wanted to add a bit more to the recent discussion on RESTfully deleting multiple resources. ... WebDAV specifies the behavior of DELETE on...
5659 Jerome Louvel
jerome_louvel Send Email
Jan 26, 2006
3:58 pm
Hi all, The Restlet project has reached an important milestone. Encouraged by the quality of the feed-back since the first public release, I am happy to ...
5660 Jack J. Coleman
oraweb Send Email
Feb 3, 2006
12:29 am
I implemented a REST web service for administering account information. I was using a Tomcat server stand-alone. I just installed mod_jk to hook it in with...
5661 Roy T. Fielding
roy_fielding Send Email
Feb 3, 2006
12:34 am
... I suggest doing a google search. mod_jk is a servlet interface extension, so I don't know what it supports (and unfortunately I have no time to check ...
5662 Peter Marks
PeterCMarks Send Email
Feb 9, 2006
2:35 pm
Hi, I've been studying the Restlet classes and interfaces. You guys have done a great job! I have one question: The methods that define a Connector are those...
5663 Jerome Louvel
jerome_louvel Send Email
Feb 9, 2006
5:39 pm
Hi Peter, Thanks for the feed-back. Indeed those methods are common to both Component and Connector interfaces. However, following the REST dissertation, a...
5664 Alan Dean
alan_james_dean Send Email
Feb 11, 2006
3:03 am
Hi, I am starting the process of developing RESTful services, but I am getting hung up on the definition of which namespace to apply to the concept of a...
5665 Benjamin Carlyle
fuzzybsc Send Email
Feb 11, 2006
3:36 am
... What you want to ask yourself is "what will my client apps do with this data?". Do they need to know the names ("Widget A", "Widget B") associated with...
5666 Jeffrey Winter
kimberliewinter Send Email
Feb 14, 2006
2:30 pm
All our prayers have been answered: "Finally!!! There is an Alternative to the Internet....." http://www.businesswireindia.com/PressRelease.asp?b2mid=9062...
5667 Jan Algermissen
algermissen1971 Send Email
Feb 19, 2006
6:41 pm
Hi, I would like to track back to its origin the idea to use a shared 'intent semantic' between client and server along with a pure data submission semantic...
5668 Nic
nferrier_tap... Send Email
Feb 24, 2006
12:56 am
http://www.onlamp.com/pub/a/python/2006/02/23/using-rest-with-ajax.html I've got another (more interesting) one in the works about RESTfully using cookies for...
5669 Matthias Willerich
schemata_hir... Send Email
Feb 26, 2006
6:14 pm
... I've read it on Friday, via a link from ajaxian.com. I had been researching the same thing and I'm 95% finished with my article... I guess you can't always...
5670 Nic
nferrier_tap... Send Email
Feb 26, 2006
9:52 pm
... The more examples there are the better. Write your article! Nic...
5671 Lyle Kopnicky
qtseep Send Email
Feb 27, 2006
6:45 pm
... Thanks for the great article. This is the first concrete example I have found anywhere of a non-trivial REST system. Everything else I have seen seems to...
5672 adamratcliffe2002
adamratcliff... Send Email
Feb 27, 2006
9:51 pm
Hi Nic! Enjoyed your article. One comment, Safari's XHR implementation is a little bit broken, PUT and DELETE requests are silently converted to GETs. Cheers ...
5673 Nic
nferrier_tap... Send Email
Feb 27, 2006
10:52 pm
... I am incredulous??! Is this really so? Is there some config option somewhere that is forcing this bizarre behaviour? Isn't Safari based on Konqueror? or is...
5674 Elias Sinderson
elias95060 Send Email
Feb 27, 2006
11:07 pm
... +1, it seems so incredibly broken for that to be the default behavior -- I don't think most REST apps would even work in Safari if it were mapping PUT to...
5675 Adam Ratcliffe
adamratcliff... Send Email
Feb 27, 2006
11:14 pm
There's a little more on this issue at: http://www.franklinmint.fm/ blog/archives/000619.html Cheers Adam...
5676 Jon Hanna
hack_poet Send Email
Feb 28, 2006
2:08 pm
... Maybe they should remove the patents and try to standardise an ISO networking model. ...Oh yeah, I forgot......
Messages 5647 - 5676 of 19454   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