aspose file tools
The moose likes Web Services and the fly likes Why REST is getting alot of attention ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Why REST is getting alot of attention ?" Watch "Why REST is getting alot of attention ?" New topic
Author

Why REST is getting alot of attention ?

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Hi.
Did SOAP web services reach their end ?
Why every major company (like Yahoo and Google) is pushing REST forward ?
Even Google dropped their SOAP API.
Is REST considered much better than SOAP WS ? Why ?
Thanks.
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
I far as I can tell the discussion on REST web services gained momentum back in 2002 (Roots of the REST/SOAP Debate) when it became apparent that there was nothing "simple" about SOAP. SOAP-based web services quickly became more and more complex to accommodate all sorts of features that benefited only a small percentage of applications but imposed the resulting complexity on everybody - so everybody has to put up with complexity they don't derive any value from (EJBs anyone?).
In 2004 the statement was made that
80% of the developers used the XML over HTTP version and 20% used the SOAP version
(Complexity of REST and SOAP) for Amazon web services - indicating that there was a real interest in web services that were "lighter-weight" than SOAP. At the same time there were statements that REST web services were less taxing on the hardware infrastructure compared to SOAP web services.
As time goes by the number of SOAP related extensions is still growing while the need for light weight web services hasn't subsided.
[ June 13, 2007: Message edited by: Peer Reynders ]

"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Why REST is getting alot of attention ?
 
Similar Threads
what'e the relationship between SOAP and kSOAP2
JSP to connect to a web service
Difference between servlet and restful webservice
My rest web service uses Soap
REST and SOAP based Services