Re: Why aren't most devices virtual web services?

On Thu, Jan 14, 2010 at 3:38 PM, Marcin Hanclik <
Marcin.Hanclik@access-company.com> wrote:

> There seems to be little difference between
> urlToObject(url, interface)
> and existing mechanisms of inclusion of the .js file, or?
>

It would save a little bit of bandwidth as the UA would only have to
download the interface description, not an implementation.  But I agree that
this may not be worth the complication of standardizing this transformation
or implementing urlToObject() itself.  Including a .js library is probably a
better plan.

Received on Friday, 15 January 2010 19:09:34 UTC