The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Why use SOAP?
by other ac on Thursday 23/Jun/2005, @17:01
|
Unfortunately for you, I'm afraid I can't express my disdain about these silly acronyms you so favor any better than the link I provided in the previous post.
|
[
Reply To This | View ]
|
Re: Why use SOAP?
by Maarten ter Huurne on Thursday 23/Jun/2005, @18:02
|
If I understood correctly, REST isn't really a technology, it's more like a design approach to web APIs. While SOAP tries to solve everything inside SOAP itself, REST means you rely on existing mechanisms (URLs, HTTP) as much as possible.
I wouldn't be surprised if KDE will choose REST eventually, just like DCOP was developed on top of existing mechanisms (ICE) when CORBA turned out to be too complicated.
|
[
Reply To This | View ]
|
Re: Why use SOAP?
by KDE User on Thursday 23/Jun/2005, @21:25
|
> If I understood correctly, REST isn't really a technology
Absolutely correct. Rest is what you do when tired you are. Soap is what you use when bath you take.
|
[
Reply To This | View ]
|
Re: Why use SOAP?
by fp on Thursday 23/Jun/2005, @23:52
|
Yoda Talk is what you do, when you watch too much Starwars.
|
[
Reply To This | View ]
|
|
Re: Why use SOAP?
by Richard Moore on Friday 24/Jun/2005, @02:09
|
Here is some information on REST: http://www.xml.com/pub/a/2004/12/01/restful-web.html
Rich.
|
[
Reply To This | View ]
|
Re: Why use SOAP?
by Jason Keirstead on Friday 24/Jun/2005, @08:36
|
AJAX is not a technology *at all* - it is a buzzword co-opted by Adaptive path to describe a technique for asynchronous data retrieval by using the XMLHttpRequest pbject, that they like to think they invented.
Too bad web developers (such as myself) had been doing this for years earlier.
AJAX is not a protocol - the protocol is HTTP. It is not a data format - the data format is XML and/or JSON. It is just a buzzword.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|