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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4256 - 4285 of 14023   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4256
There is lots of interesting fragments of this broad discussion. If I could summarise the main threads, in order of importance, from my perspective: 1)...
Tony Butterfield
butter1060
Offline Send Email
Mar 1, 2004
9:27 am
4257
Wow, Josh. Thanks for the brain dump! I'm trying to write my first RESTful application, and your concrete examples are enlightening. ... What do you mean when...
mgvelvet
Online Now Send Email
Mar 1, 2004
3:36 pm
4258
... Awesome. It's important to note that most of my experience here was in a program-program scenario ... a more user[-agent/browser]-facing project would have...
Josh Sled
joshsled
Offline Send Email
Mar 2, 2004
2:54 am
4259
... The implementation doesn't have to be that kludgy. See: http://www.waterken.com/dev/Message/Tutorial/ The benefit of mapping data in XML to a Java object...
Tyler Close
tjclose
Offline Send Email
Mar 2, 2004
5:15 am
4260
... The ... some ... Yes, its about the right tool for the job. For complex processing that cannot naturally be performed in the XML domain, mapping into...
Tony Butterfield
butter1060
Offline Send Email
Mar 2, 2004
9:24 am
4261
... I agree. ... I think I understand what you're trying to say here, but you are misusing the term 'coupling'. I think you're saying that many processing...
Tyler Close
tjclose
Offline Send Email
Mar 5, 2004
5:31 pm
4262
Hello, I was attracted to REST by my experience with accessing UDDI directly from XSL, rather than using SOAP. I have a new project (with a few bugs) to access...
johncoe42
Offline Send Email
Mar 16, 2004
5:18 pm
4263
I've been pondering a design decision for a web service and I'd like to solicit opinions on whether a decision would violate mistake #4 detailed here: ...
Jeffrey Winter
kimberliewinter
Offline Send Email
Mar 16, 2004
5:18 pm
4264
[Oops, sorry for the queueing. ACM servers foul-ups caused me to miss these. --Mark] Hello REST people! I've become quite intrigued with REST of late, I had...
Simon Wittber
simon@...
Send Email
Mar 16, 2004
5:21 pm
4265
... As a side note, I'd encourage you to describe your accounts with the full URI of the resource, not just the ID: <account about="/account/1"> <!-- ... --> ...
Josh Sled
joshsled
Offline Send Email
Mar 16, 2004
5:58 pm
4266
... 404 Error The document: /glyph2/view.php does not exist. ... Can't wait to check it out! I've been working on a REST framework in PHP. BTW, have you...
sandeep@...
Send Email
Mar 16, 2004
8:21 pm
4267
Sorry about the 404, I sent the original post some weeks ago, and since then have moved to a SVN repository. Its now available at...
Simon Wittber
simon@...
Send Email
Mar 17, 2004
1:36 am
4268
... I don't see this as an either/or proposition. If you must have the context-free ID (or other 'key') on its own (to avoid extracting it from the URI string...
Vincent D Murphy
johnfoobar1
Offline Send Email
Mar 17, 2004
3:41 pm
4269
... Yes. I was thinking about a very nice property for someone or something using the data, which is being able to traverse the data-linkages without having...
Josh Sled
joshsled
Offline Send Email
Mar 17, 2004
4:00 pm
4270
... Reading *this* again: s/our suggestions are/my suggestion is/ s/your/you're/...
Vincent D Murphy
johnfoobar1
Offline Send Email
Mar 17, 2004
4:23 pm
4271
[apologies for dups, I fubar'd CC'ing the list.] ... I think this does violate the principle. But I am not sure about solutions. Perhaps we actually need...
Vincent D Murphy
johnfoobar1
Offline Send Email
Mar 17, 2004
4:29 pm
4272
.. > Instead I'd like to POST to some "transaction" resource, .. > say /merge, and create a new resource that represents .. > the transaction details .....
Jeffrey Winter
kimberliewinter
Offline Send Email
Mar 17, 2004
4:43 pm
4273
... So we have: /account/#/history /account/#/changes /account/#/revisions .. and counting. There must be some telepathic voodoo going on here.. :) Let's...
Vincent D Murphy
johnfoobar1
Offline Send Email
Mar 17, 2004
4:48 pm
4274
I hit the send button too quickly I see... to complete my thought: Perhaps it is a matter of nomenclature as Paul pointed out. In fact it's creating a...
Jeffrey Winter
kimberliewinter
Offline Send Email
Mar 17, 2004
5:08 pm
4275
... Well, it might be the same as a merge -- it's really up to what the client is doing, and what the nature of the state being put back is. The real question...
Josh Sled
joshsled
Offline Send Email
Mar 17, 2004
6:31 pm
4276
... What's wrong with POST /mergeservice <accounts> <account resource="/account/1" /> <account resource="/account/2" /> </accounts> I.e., create a resource...
Chuck Hinson
cmhinson@...
Send Email
Mar 17, 2004
8:19 pm
4277
Here is a TWiki page that can use REST to access web services from TWiki. You will need a TWiki accout to try the Google interface(it is free). Some of the...
johncoe42
Offline Send Email
Mar 17, 2004
9:07 pm
4278
The action URI thread has reminded me of something that has occurred to me on a few occasions. Now I agree that the following are bad: ...
Jon Hanna
hack_poet
Online Now Send Email
Mar 24, 2004
12:43 pm
4279
It seems to me that you are really just suggesting a change in neumonics. Whether you call it /mergeService or /merge it's effectively the same thing. The...
Jeffrey Winter
kimberliewinter
Offline Send Email
Mar 24, 2004
2:21 pm
4280
I have a business requirement to secure certain data within a resource. For example, in a personnel record, I must not return the salary amount unless the user...
mgvelvet
Online Now Send Email
Mar 24, 2004
3:36 pm
4281
Try posting a merge instruction to the account URL. POST http://myservice/account <merge result="/account/1"> <account id="/account/1"/> <account...
Donald Strong
illyrian_au
Offline Send Email
Mar 25, 2004
4:33 am
4282
currentuser=foo in the querystring sounds RESTful.. it's just an unusual kind of query, no? and maybe it's the 'default' query so it doesn't have to actually...
Paul Jimenez
paulakapj
Offline Send Email
Mar 25, 2004
5:50 am
4283
... Oops. I think I dragged some baggage over from the other thread that I didn't intend to. ... Transactions, rollback, etc. is the baggage I didn't intend to...
Jon Hanna
hack_poet
Online Now Send Email
Mar 25, 2004
10:32 am
4284
... There are three approaches I've used with similar problems in the past: 1. Vary content according to user: Pro: a. Relatively simple URI space. Con: b....
Jon Hanna
hack_poet
Online Now Send Email
Mar 25, 2004
11:07 am
4285
Actually, there's a page like http://conveyor.com/RESTwiki/moin.cgi/VerbsCanAlsoBeNouns which has just this issue. Why didn't I see that before? -- Jon Hanna ...
Jon Hanna
hack_poet
Online Now Send Email
Mar 25, 2004
11:57 am
Messages 4256 - 4285 of 14023   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