TIBET URIs
wins
- Leverage W3C standards to refer to local and remote resources.
- Reduce conceptual complexity by using well-known URI semantics.
- Read/write data using a wide variety of standardized path languages.
- Locally bind, cache, snapshot, rollback, refresh, or sync with ease.
- Customize handling of different resources by location or MIME.
contents
concepts
cookbook
code
concepts
cookbook
code
The OO layer implementation for the core URI types is found in:
~lib/src/tibet/kernel/TIBETURITypes.js
Primitives specific to working with URIs can be found in:
~lib/src/tibet/kernel/TIBETURIPrimitivesPre.js
~lib/src/tibet/kernel/TIBETURIPrimitivesBase.js
~lib/src/tibet/kernel/TIBETURIPrimitivesPlatform.js
~lib/src/tibet/kernel/TIBETURIPrimitivesPost.js