The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Re: XML vs. Web Service, Who Wins?

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
Udi Dahan

Posts: 882
Nickname: udidahan
Registered: Nov, 2003

Udi Dahan is The Software Simplist
Re: XML vs. Web Service, Who Wins? Posted: Sep 30, 2006 6:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Udi Dahan.
Original Post: Re: XML vs. Web Service, Who Wins?
Feed Title: Udi Dahan - The Software Simplist
Feed URL: http://feeds.feedburner.com/UdiDahan-TheSoftwareSimplist
Feed Description: I am a software simplist. I make this beast of architecting, analysing, designing, developing, testing, managing, deploying software systems simple. This blog is about how I do it.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Udi Dahan
Latest Posts From Udi Dahan - The Software Simplist

Advertisement
I flagged this for followup some time ago, but it just got lost in the shuffle. Brent (?) put up a great post called "XML vs. Web Service, Who Wins?" where he dispells the WebServices Everything Everywhere anti-pattern. In the example he uses, a read-only XML file ended up being a much simpler, and almost definitely more performant solution than using Web Services.

If there was one thing that I'd add to his solution is to use some kind of notification mechanism (publish) that would let all subscribers know that the data in the XML file had changed. This would be preferable to having each subscriber polling for changes. You could use Web Services to implement such a mechanism, but shucks, the WS-Eventing spec is only now getting nailed down and it might take some time for the implementations to get out, not to mention the kinks worked out of them. I'll bet you could use some other, simple notification mechanism instead.

So, the question isn't really XML vs. Web Services, but rather today's stable, already in use techniques vs. tomorrow's hyped up, not yet stable technologies. If you had to build a mission critical system, what would you bet your job on?

Read: Re: XML vs. Web Service, Who Wins?

Topic: Halo Wars Trailer Previous Topic   Next Topic Topic: Bug in Google Maps

Sponsored Links



Google
  Web Artima.com   

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