Asynchronous Module Definitions (AMD) and RequireJS

Although Backbone.js provides a general framework for web applications, it does not specify how application code should be organized. To organize code into modules, SuiteCommerce Advanced implements another design pattern called Asynchronous Module Definitions (AMD).

See Dependencies for more information about how modules implement the AMD design pattern.

Related Topics

SCA Framework Technologies
TypeScript
Model View Controller (MVC) and Backbone.js
Logic-less Templates and Handlebars.js

General Notices