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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5643 - 5672 of 11063   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5643
Happy New Year's everyone. I hope 2006 brings exciting and interesting adventures for everyone....
Mike Dierken
mdierken
Offline Send Email
Jan 2, 2006
12:14 am
5644
Sorry about the slow reply, toydi. I have been caught up reading about current hAtom happenings :) ... GET /foo/bar HTTP/1.1 Host: example.com Accept:...
Benjamin Carlyle
fuzzybsc
Offline Send Email
Jan 2, 2006
2:32 pm
5645
Following the announcement of the Restlet framework, a discussion started at The Server Side and the need of a PetStore-like comparison between REST and SOAP...
Jerome Louvel
jerome_louvel
Offline Send Email
Jan 3, 2006
6:23 pm
5646
Hi Jerome, ... I'm afraid to comment, because that would sound like I'm volunteering. :-) I do agree that PET store is a wonderful idea though, and have often ...
Dr. Ernie Prabhakar
sandhyaprabh...
Offline Send Email
Jan 3, 2006
6:40 pm
5647
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...
Bob Haugen
bob.haugen@...
Send Email
Jan 11, 2006
3:11 pm
5648
... To same-domain... POST /help-me-out-in-getting-to/http://«otherdomain»/path/to/real/post/ -- ...jsled http://asynchronous.org/ - `a=jsled;...
Josh Sled
joshsled
Offline Send Email
Jan 11, 2006
3:24 pm
5649
... 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...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jan 11, 2006
4:04 pm
5650
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...
James Howe
jhoweaa
Offline Send Email
Jan 11, 2006
10:21 pm
5651
How about: DELETE http://foo.com/userstuff/items?query=item1,item2,item3 --pj...
Paul Jimenez
paulakapj
Offline Send Email
Jan 11, 2006
10:54 pm
5652
... There are several options, and I've listed them in my perceived order of RESTfulness (but we should start getting away from "RESTfulness" as something that...
Mike Dierken
mdierken
Offline Send Email
Jan 12, 2006
5:49 am
5653
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,...
Matthias Willerich
schemata_hir...
Offline Send Email
Jan 19, 2006
10:43 pm
5654
... (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...
Mike Dierken
mdierken
Offline Send Email
Jan 20, 2006
5:14 am
5655
(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...
Mike Dierken
mdierken
Offline Send Email
Jan 20, 2006
5:35 am
5656
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...
Nikolai Onken
nikjazz
Offline Send Email
Jan 22, 2006
5:19 am
5657
Hey Nikolai, These links should get you started: http://phprestsql.sourceforge.net/tutorial.html#rest-browser ...
Sandeep Shetty
sandeep.shetty@...
Send Email
Jan 22, 2006
4:07 pm
5658
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...
Elias Sinderson
elias95060
Offline Send Email
Jan 23, 2006
9:32 pm
5659
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 ...
Jerome Louvel
jerome_louvel
Offline Send Email
Jan 26, 2006
3:58 pm
5660
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...
Jack J. Coleman
oraweb
Offline Send Email
Feb 3, 2006
12:29 am
5661
... 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 ...
Roy T. Fielding
roy_fielding
Offline Send Email
Feb 3, 2006
12:34 am
5662
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...
Peter Marks
PeterCMarks
Offline Send Email
Feb 9, 2006
2:35 pm
5663
Hi Peter, Thanks for the feed-back. Indeed those methods are common to both Component and Connector interfaces. However, following the REST dissertation, a...
Jerome Louvel
jerome_louvel
Offline Send Email
Feb 9, 2006
5:39 pm
5664
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...
Alan Dean
alan_james_dean
Offline Send Email
Feb 11, 2006
3:03 am
5665
... 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...
Benjamin Carlyle
fuzzybsc
Offline Send Email
Feb 11, 2006
3:36 am
5666
All our prayers have been answered: "Finally!!! There is an Alternative to the Internet....." http://www.businesswireindia.com/PressRelease.asp?b2mid=9062...
Jeffrey Winter
kimberliewinter
Offline Send Email
Feb 14, 2006
2:30 pm
5667
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...
Jan Algermissen
algermissen1971
Offline Send Email
Feb 19, 2006
6:41 pm
5668
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...
Nic
nferrier_tap...
Offline Send Email
Feb 24, 2006
12:56 am
5669
... 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...
Matthias Willerich
schemata_hir...
Offline Send Email
Feb 26, 2006
6:14 pm
5670
... The more examples there are the better. Write your article! Nic...
Nic
nferrier_tap...
Offline Send Email
Feb 26, 2006
9:52 pm
5671
... 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...
Lyle Kopnicky
qtseep
Offline Send Email
Feb 27, 2006
6:45 pm
5672
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 ...
adamratcliffe2002
adamratcliff...
Offline Send Email
Feb 27, 2006
9:51 pm
Messages 5643 - 5672 of 11063   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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