Re: Article on WS architecture and best practice ... may be of in terest

On Mon, Oct 07, 2002 at 04:18:28PM -0700, Paul Prescod wrote:
> There are probably other things I've forgotten. Good references that 
> should back these up include:
> 
>   * http://java.sun.com/people/jag/Fallacies.html
>   * http://research.sun.com/techrep/1994/abstract-29.html
>   * http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
>   * Adam Bosworth's various articles (I don't always agree with them but 
> he's got a lot I do agree with)

Add to that;

Ken Arnold's recent interview about some difficulties in distributed
systems design; http://www.artima.com/intv/distrib.html

And another big +1 for the Waldo paper (IMO, it should be required
reading for the WG).

It's also important to note that Web architecture has an answer for many
of these hard problems.  For example, stateless interactions minimize
(i.e. byzantine failure is always a problem) the impact of partial
failure since application state is localized (in the Web's case, with
the message sender).

MB
-- 
Mark Baker, CTO, Idokorro Mobile (formerly Planetfred)
Ottawa, Ontario, CANADA.               distobj@acm.org
http://www.markbaker.ca        http://www.idokorro.com

Received on Monday, 7 October 2002 21:37:57 UTC