Woot!
(link) [del.icio.us/distobj]
Henry provides some good observations on the REST/OO meme
(link) [del.icio.us/distobj]

Via Tim, a thorougly interesting piece from Benjamin Carlyle on REST and Object Orientation.

If you’ve ever emailed me, you know my address is “distobj@acm.org”, where “distobj” is, of course, short for “distributed object”. So I think it’s fair to say that I’ve given this particular relationship a whole lot of brain-time over the past several years (nine, in fact). I agree with Ben’s presumed hypothesis that there’s a deep relationship here, and he comes very close to nailing it, but falls just short, IMO.

Where I think things go wrong is when he talks about Java Beans;

The real meat in my pie is the use of properties, or as I would call them: Resources.

Nope, properties are properties, resources are the Beans themselves. Imagine a “Person” Bean which might expose the properties; name, birth date, birth city. Now imagine that Bean as a resource, with its own http URI; invoke GET on it and you receive, say, an XML document like this;

<Person>
  <name>Mark Smith</name>
  <birthDate>55</birthDate>
  <birthCity>Bristol</birthCity>
</Person>

So the properties of a Bean represent (at least some of) the state of the Bean, and therefore are returned together in a request for a representation of its state, i.e. GET.

Distributed objects are dead! Long live distributed objects!

“Do you know the difference between REST, SOAP, and MOM”? Well, do you?
(link) [del.icio.us/distobj]
William discovers some of the subtleties of REST based development … without mentioning REST. 8-)
(link) [del.icio.us/distobj]
555?! We were at 300 last summer IIRC.
(link) [del.icio.us/distobj]
“I love the sound of people jumping on a bandwagon in the morning.” 8-)
(link) [del.icio.us/distobj]

(link) [del.icio.us/distobj]

Via Stefan, this from Dave Orchard;

If there’s a core concept to examine in REST description languages wrt WSDL, it’s whether WSDL’s aggregation of operations into interfaces and then binding to http makes sense.

As my grade two teacher used to say, “No sh*t, Sherlock”! 8-)

Actually, she didn’t say that, but wouldn’t it be funny if she did?

Please ignore this article, as the author clearly (“REST message aren’t standardized”) doesn’t understand REST. Thanks.
(link) [del.icio.us/distobj]