|
Project Information
Links
|
Javascript Module-View-Controller based framework. Inspired by Zend Framework, with the addition of the event-driven programming paradigm - the DOMEvent api is used as a reference point for this. The framework is aimed at making a simple and lightweight base for writing applications atop. Must be able to work side-by-side with jQuery and the likes. It must furthermore avoid redundancy with existing DOM/js frameworks. Key features - MVC pattern - model, view og controller (Zend)
- Observer pattern
- Event driven - Part of Observer pattern with the addition of event bubbling (DOMEvent)
- Registry - A central deposit to combat the use of global variables (Zend)
- Config - Structured chainlinked handler of configuration data (Zend)
- Log - ? (Zend)
- Loader - Functionality for loading js files dynamically
- Debug - Simplifying and centralization of the inline debugging. Possibly utilizing Firebug's console (Zend)
- Cache - Central deposit for storing data in memory. (Zend)
- ? Rest - Connection with server on local domain cross-domain. (Jester)
|