[
Lists Home |
Date Index |
Thread Index
]
On Thu, Sep 26, 2002 at 10:25:45AM +0100, Alaric B. Snell wrote:
> fnp://foo.com:AlaricsIM/getUserDetails(POSTAL)
That's not an identifier, it's a serialized method invocation. You are
requiring that the consumer of it know what "getUserDetails" means.
Lots of Web developers may use HTTP URIs that include what looks like
a method name, but the key difference from your example is that they
don't require the user of that URI to know what the method means,
because they return the goods on a GET.
MB
--
Mark Baker, CTO, Idokorro Mobile (formerly Planetfred)
Ottawa, Ontario, CANADA. distobj@acm.org
http://www.markbaker.ca http://www.idokorro.com
|