Libraries are stored in the installation directory, in the library subdirectory.
They are shared across all applications of the Smart Platform. They are loaded into your application
by using the system.use api function.
The Resource library provides an wrapper for the system.datastore functions, which are, on their own quite raw. The Resource library provides mechanisms to create persistant object types, with appropriate save, search, and delete methods. For more information see the Resource documentation.
The Sammy library provides a Sinatra-like framework for the Smart Platform. For more information, see the Sammy documentation.
The QueueWorker library provides a wrapper around the system.queue_execute to provide access to Asynchronous work queues.
The Template library provides a templating system for your web applications. For more information, see the Template documentation.
The json2 library provides standardized JSON encoding and decoding. For more information see the JSON2 documentation.
The trimpath template library provides a simple templating system for your web applications.
For more information see the Trimpath website.
The datejs library provides advanced, localized date formatting and parsing.
For more information see the datejs website.
Provides base64 encoding/decoding for JavaScript
For more information see the webtoolkit website.
Provides bi-directional wiki-style markup processing to the String class.
For more information see the wiky website.