What is BackboneJS? von Eduonix Learning Solutions

Über den Vortrag

Der Vortrag „What is BackboneJS?“ von Eduonix Learning Solutions ist Bestandteil des Kurses „JavaScript Technologies“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • What is REST
  • Add Structure To Your Data
  • Models / Collections
  • Events / Views
  • Templates with Underscore.js

Dozent des Vortrages What is BackboneJS?

 Eduonix Learning Solutions

Eduonix Learning Solutions

Eduonix Learning Solutions - The Knowledge Edge

Eduonix creates and distributes high quality technology training content. The team of industry professionals have been training manpower for more than a decade. Eduonix aims to teach technology the way it is used in industry and professional world. The expertness of the professional team of trainers ranges from Mobility, Web to Enterprise as well as Database and Server Administration.

Kundenrezensionen

(1)
5,0 von 5 Sternen
5 Sterne
5
4 Sterne
0
3 Sterne
0
2 Sterne
0
1  Stern
0


Auszüge aus dem Begleitmaterial

... which uses a RESTful JSON interface. Backbone ...

... and not a standard, there are no set rules for how a client and service should use ...

... “Models” with key-value binding. Models can be created, updated, validated and destroyed. Elements in ...

... functionality for managing changes in data. They provide accessor and mutator access ...

... Created"); }, login: function(){ //Login code } }); //Instantiate ...

... collection var models = [ ] for (var i=0; i < 5; i++) { models.push(new Backbone.Model({ num: i ...

... virtually any object. This allows the object to ...

... event"); //Can use namespaced if there are a large ...

... be displayed to the user. In Backbone, views act like controllers as well, ...

... user view"); } }); var user_view = ...

... <%= user.get('email') %> render: function(){ // Compile the template using ...

Kapitel dieses Vortrages