| Original author(s) | |
|---|---|
| Initial release | November 5, 2009 |
| Available in | JavaScript |
| Type | Ajax framework |
| License | Apache License 2.0 |
| Website | http://code.google.com/closure/ |
Google Closure Tools is a set of tools to help developers build rich web applications with JavaScript. It was developed by Google for use in their web applications such as GMail, Google Docs and Google Maps.
Contents |
The Closure Compiler is a JavaScript optimizer that rewrites JavaScript code to make it faster and more compact.
The Closure Library is a JavaScript library with stuff like UI widgets and controls.
Closure Templates are a templating system for dynamically generating HTML in both Java and Javascript.
Because the language was apparently referred to as "Soy" internal to Google, and "Soy" remains in some of the documentation and classes, sometimes Closure Templates are referred to as "Soy Templates".
|
|