... That's the first assumption to question. Yes, you still only have one sysadmin, but you do have very weak ability to do synchronous update of all app...
8781
Alan Dean
alan_james_dean
Jun 3, 2007 7:49 pm
... Loose coupling of COM+ (etc.) libraries is a well known pattern in the enterprise. This is not the same as RESTful COM+ (etc.) It is true that Roy makes a...
8782
Mike Schinkel
mikeschinkel
Jun 3, 2007 9:07 pm
... Thanks. So the "editform" et. al. is a noun. Hmm. I guess if "edit" where used if could also be used as a noun. I wonder if this is one of the places...
8783
Mike Schinkel
mikeschinkel
Jun 3, 2007 9:11 pm
Thanks for all the responses. I've proposed a strawman over at <rest-cookbook-discuss@...> for those interested in continuing the...
8784
Joe Gregorio
JCGregorio
Jun 3, 2007 10:42 pm
... You are in good company: http://tirania.org/blog/archive/2005/Nov-26-2.html -joe -- Joe Gregorio http://bitworking.org...
8785
Mike Schinkel
mikeschinkel
Jun 3, 2007 11:07 pm
... Very nice, thanks! Guess it's not a crazy idea after all... ;-) -Mike...
8786
Davanum Srinivas
dims
Jun 4, 2007 1:16 am
Yep. and Keith has taken that over now. Brickbats welcome! :) If anyone has specific comments on Axis2 here, i'll fwd them over to axis-dev. thanks, dims ... ...
8787
eoinprout
Jun 4, 2007 3:04 am
... application ... /date ... imply ... isn't there. ... http://en.ericjbowman.com/date;transform=1?iso=2007-05-25 is an RPC way of doing things wouldn't...
8788
Joe Gregorio
JCGregorio
Jun 4, 2007 3:12 am
... I recently went through the exercise of adding Rails-like collections to Robaccia, which uses urls like: GET /people list() POST /people...
8789
eoinprout
Jun 4, 2007 4:31 am
With regards to confirmation, I see at least 3 ways of implementing it. 1) Client Side : The Client simply requires the user to confirm an action before the...
8790
Mike Schinkel
mikeschinkel
Jun 4, 2007 6:23 am
... Can you give details of this, i.e. URLs and HTTP methods and any out of band information (i.e. not part of the URL) BTW, I looked for "RESTful web...
8791
eoinprout
Jun 4, 2007 5:12 pm
... of band ... The example given in the book uses a banking case of transfer money from a Chequing account ID 11 to a savings account ID 55 and goes like ...
8792
Bill de hOra
bdehora
Jun 4, 2007 7:23 pm
... I've seen a paper that said Paxos was the same protocol as 2PC for some number of actors; I don't know if that means 2PC is generally unavoidable. The...
8793
Bob Haugen
bob.haugen@...
Jun 4, 2007 7:23 pm
Comment below. ... I have not read the book, and so am not sure I understand correctly. But the book method appears to support a provisional-final transaction ...
8794
Steve Loughran
steve_loughran
Jun 4, 2007 8:38 pm
Interesting bit of pushback on WADL from Dare Obsanjano: http://www.25hoursaday.com/weblog/CommentView.aspx?guid=f88dc5a6-0aff-44ca-ba42-38c651612092 He argues...
8795
Peter Lacey
pete.lacey
Jun 4, 2007 8:53 pm
All, Looking for best practices here. Or, more accurately, discovering conflicts between best practices. A best practice (and a constraint) of REST is to...
8796
Steve Loughran
steve_loughran
Jun 4, 2007 9:05 pm
... Sounds a bit like Java Rome, though there are 'scenarious39; where WS protocols 'for security and intermediation39; are layered on top of the RSS feed. 'takes...
8797
John D. Heintz
johndheintz
Jun 4, 2007 9:42 pm
I can't disagree that XSD code generation causes problems, but WADL is trying to fix and stabilize more than just the data formats. WADL (and any IDL in the...
8798
Nic James Ferrier
nferrier_tap...
Jun 4, 2007 10:08 pm
... Why wouldn't you want those two things? Presumably you would validate them based on some authentication... but if they're in the document model they seem...
8799
Stefan Tilkov
stilkov
Jun 4, 2007 10:27 pm
... How about using different content types for the representations with and without the URLs that you want to have created by the server? In any case, I...
8800
eoinprout
Jun 4, 2007 11:00 pm
... Based on what I wrote your assumption is correct but it isn't what I was thinking. I'm guilty of making an assumption, sorry. The actual resources would...
8801
Mark Baker
gonga_thrash
Jun 4, 2007 11:06 pm
... It's not "tossing them away" if it's a request to set the field to the value it would be anyway. That's a successful PUT. Mark....
8802
Mike Dierken
mdierken
Jun 4, 2007 11:54 pm
The theoretical model of REST does not say that a resource is synonymous with a single block of data held inside the server, a resource can be much more than...
8803
Mike Schinkel
mikeschinkel
Jun 5, 2007 12:24 am
... You wouldn't otherwise know, but I have studied the concept of resources ad-nausem in my quest to really understand URLs, URI Opacity, REST, et. al. I...
8804
eoinprout
Jun 5, 2007 12:45 am
Hi Mike I've modified your example by adding a transaction around the delete operation, This takes care of the confirmation ability you were talking about in ...
8805
Jon Hanna
hack_poet
Jun 5, 2007 1:12 am
... Quite the opposite. If the spec defined that it would be able to allow for write-through caching. The spec says it can't allow for write-through caching...
8806
jalateras
Jun 5, 2007 4:23 am
I am interested in hearing how people use the query string to constrain a GET. For instance if i want to get a list of cars registered between 03/2000 and...
8807
Mike Dierken
mdierken
Jun 5, 2007 5:56 am
There's no need for a standard URL format and really no need to directly encode a terse query language in URLs. You can if you want of course, but really most...
8808
Alan Dean
alan_james_dean
Jun 5, 2007 8:21 am
... I totaly agree - we don't need WADL (or some other DL). In fact I think it is positively a bad thing. ... Regards, Alan Dean ...
8809
Eric J. Bowman
eric@...
Jun 5, 2007 10:24 am
... How so? RPC communication is stateful, in my case, "each request from client to server... contain(s) all of the information necessary to understand the...