On Mar 27, 2010, at 10:01 PM, Cemo Koc wrote:
>
> Hi,
>
> Does this mean that we will soon internal invocation capabilities?
> If I
> misunderstood, can you make it clear for us? What does this usage
> mean and
> what kind of simplicities it will provide us?
>
What Frank and others require is a mechanism that obtains a resource
instance given a URI.
It means if a client sends links in a request entity the server can
easily connect those links up to resource instances or detect errors.
It could also make it easier to aggregate a response that is the
result of information from sub-resources (a bit like how it is not
possible using JSPs to make re-invocations to aggregate views).
Implementation wise this requires the concept re-invocation. So
requires some careful tweaking/refactoring of the request invocation
and matching algorithm.
Paul.