The Artima Developer Community
Sponsored Link

Java Buzz Forum
Emerging Technology 2005 - Day 3 and 4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wolf Paulus

Posts: 692
Nickname: wolfpaulus
Registered: Jan, 2004

Wolf Paulus is an experienced software developer focusing on Java, XML, Mac OS X, wireless/mobile ..
Emerging Technology 2005 - Day 3 and 4 Posted: Mar 18, 2005 9:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Wolf Paulus.
Original Post: Emerging Technology 2005 - Day 3 and 4
Feed Title: Wolf's Web Journal
Feed URL: http://wolfpaulus.com/feed/
Feed Description: Journal - dedicated to excellence, and motivated by enthusiasm to trying new things
Latest Java Buzz Posts
Latest Java Buzz Posts by Wolf Paulus
Latest Posts From Wolf's Web Journal

Advertisement


This was a totally mind boggling conference, targeting the so-called Alpha-Geeks.

Transformation of the ASP Model
A lot of well known popular Web sites have opened their content to be accessible by other means than the Web browser. This makes it possible to write applications that access those sites' content and remix it with other content.
Access is granted under different licenses and conditions, like limiting the number of request per time period and client or IP, (Yahoo for instance grants 5,000 request from a single IP per day.)

Open APIs makes a service popular
Popular sites that offer API to get to their content include: Ask Jeeves, Flickr, Amazon, Google, Techorati. Yahoo, eBay, PayPal, del.icio.us, etc.

The idea behind this sudden openness seems to be creating mindshare and have and (corporate) developers investing in building solutions, which use the provider's content.
BTW, all sites consider their API in beta, Flickr's api is in beta for a year now. This allows them to make modification at will - not having to care about breaking somebody else code.




SOAP is not too old but looks outdated already
Amazon offers access to their content in multiple ways, including SOAP and pure XML (content simply wrapped in xml tags). 80% of the requests are for this simple pure XML while 80% of Amazon maintenance and support efforts have to be spent on SOAP.
Goggle's Nelson Minar explaining his current work on the Goggle Search API and the Goggle Adwords API and how much he disliked the SOAP RPC model. He though that REST (Representational State Transfer see The Beauty of REST by Jon Udell) and simply parsing XML documents sent by a server wouldn't be such a bad idea at all. Moreover, he confirmed Amazon findings.

The just released Yahoo Search API doesn't even bother with SOAP and offers REST only. I think we all finally got it: the "Simple Object Access Protocol" isn't simple nor does it deal with objects.
IBM's Sam Ruby on the other hand (and not surprisingly I might add) thought that using Web Services Packages like provided for Java and .Net are the blue pills.

What needs to be added here is that all the mentioned sites offer real api in popular languages like Java, C++, etc. meaning that nobody has to deal with the XML or XPATH.




Read: Emerging Technology 2005 - Day 3 and 4

Topic: Configuring Kodo inside Spring Part2 Previous Topic   Next Topic Topic: [Mar 10, 2005 00:38 PST] 8 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use