AppSuite:UI developer primer
From Open-Xchange
This article explains the languages and frameworks used within the AppSuite frontend. It is aimed at developers that want to work with the frontend, be it creating new plugins or applications or modifying existing code.
Basics
- JavaScript: No surprise there, the AppSuite frontend is written in JavaScript.
Frameworks
- jquery: JQuery is used for document handling and manipulation. http://jquery.com/
- backbone: Backbone is our Model-View-framework of choice. http://backbonejs.org/
- underscore: Underscore provides easy and consistent functional tools, like map, select and invoke. http://underscorejs.org/
- bootstrap: Frontend Framework, helps building responsive designs. http://twitter.github.io/bootstrap/
Theming
- less: LESS extends CSS with dynamic behaviuor. http://lesscss.org/