The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Distributed Objects are Still Distributed

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Distributed Objects are Still Distributed Posted: Nov 25, 2006 2:03 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Distributed Objects are Still Distributed
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

I don't often agree with The Register, but this column by Bill Thompson makes an awful lot of sense. In discussing "web 2.0" and asynchronous xmlhttp, people elide the difficulties of distributed development:

Ajax is touted as the answer for developers who want to offer users a richer client experience without having to go the trouble of writing a real application, but if the long term goal is to turn the network from a series of tubes connecting clients and servers into a distributed computing environment then we cannot rely on Javascript and XML since they do not offer the stability, scalability or effective resource discovery that we need.

I first ran across this issue back in 1995, when PPD introduced VisualWave. Wave was a cool product - you used the normal GUI builder to paint an interface, and then the system would "automagically" html-ify it for you. Marketing touted this as "instant web access" for our customers who wanted to push their apps out to the net.

Well, not so fast. Most applications written for the desktop had a number of baked in limitations - all too common were things like:

  • Only one user at a time assumed
  • One database connection, with one username/password assumed
  • Any cache scheme assumed a single user

And so on. getting a UI on the web was (relatively) simple; getting the application to actually function there wasn't. The intervening decade hasn't really changed that much. Whenever you deal with network resources, you have to be ready to deal with failure gracefully - and I get the distinct impression that most developers tossing around the "web 2.0 mojo" aren't thinking about that. It's going to come back to bite them.

Technorati Tags: ,

Read: Distributed Objects are Still Distributed

Topic: Our bullpen has its own race track Previous Topic   Next Topic Topic: What goes in to an image

Sponsored Links



Google
  Web Artima.com   

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