Interesting thought--wouldn't a fine-grained interface tend to pull against the goals of service orientation? Doesn't this increase coupling? Does it tend to required stateful interactions--e.g. invoke "method X" before invoking "method Y"? Aren't these a couple of the issues encountered with OO approaches of years past that were found to be inflexible?
-Rob --- In [email protected], "Anne Thomas Manes" <[EMAIL PROTECTED]> wrote: > > > (Note that the RESTful service can still be coarse-grained -- but the > interface [the resources it exposes] is fine-grained.) > > Anne
