Home > modularity

modularity

Modularity is a project mainly written in ..., based on the MIT license.

A lightweight object-oriented JavaScript framework that allows to compose functionally rich web pages in a clean and testable manner out of cleanly separated and reusable components. It is built on top of jQuery and allows to compress the code using

Documentation: http://kevgo.github.com/modularity

The framework is in the file "modularity.js", unit tests are in the folder "spec".

The folder "demos" contains fully functional example modules to play with. They are described in http://kevgo.github.com/modularity.

The file "Rakefile" contains sample jobs to compress the demo files. Use it as a starting point for your own compiler jobs. The folder "compilation-tools" contains utility files for the Closure compiler.

Previous:java-util