Thanks Anne, very well said. I think it works better coming from you too 8-)
On 3/2/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Gregg, > > "invoke" is not a uniform interface because it doesn't work unless you also > supply a method name to invoke. And in RMI, the method names are not uniform. > They are getXXX and setXXX for each of the public attributes in the object, > plus any other operations that the developer chooses to expose. > > In REST, you also have the equivalent of "invoke", but the methods that you > can invoke are always uniform. In the case of HTTP, they are GET, PUT, POST, > DELETE. > > Anne
