Tag: standards

AJAX and automation

For these 2 reasons — the transparency of the HTTP pipeline, and the accessibility of the JavaScript object model — I think that AJAX is inherently more automatable than conventional GUI apps ever have been.

the view source qualities of RESTy interfaces are only slightly impacted by JSON / XMLHTTP, imho. more problematic: the js obfuscation.

The use of Metadata in URIs

This finding addresses several questions regarding Uniform Resource Identifiers (URIs). Specifically, what information about a resource can or should be embedded in its URI? What metadata can be reliably determined from a URI, and in what circumstances is it appropriate to rely on the correctness of such information? In what circumstances is it appropriate to use information from a URI as a hint as to the nature of a resource or its representations? Simple examples are used to explain the tradeoffs involved in employing such metadata in URIs.

a TAG finding on good URI design