Book Image

Rapid Ember.js [Video]

By : William Hart
Book Image

Rapid Ember.js [Video]

By: William Hart

Overview of this book

<p>Ember is the exciting new kid on the block for single-page client-side web apps. Its powerful data binding features and a convention over configuration approach makes complex data-based applications easy to develop in a short period of time.<br /><br />This video course is a quick introduction to the intriguing Ember.js framework. You’ll learn about the basic features of Ember.js and how to build adaptable client-side web apps with minimum time and effort.<br /><br />While building a functional Ember application, you will see how Ember works and how to use its powerful data binding features. You will then move on to understand how an Ember application is structured and configured by writing the router mapping. By the end of the course, you will know how data can be represented in an Ember application and how the content of your web pages can be generated automatically.<br /><br />Using an example-driven approach, this course will give you the basic tools you need to make your very own impressive Ember applications.</p> <h1>Style and Approach</h1> <p>This course uses an informal and example-driven approach to introduce the fundamental features and requirements of an Ember application.</p>
Table of Contents (5 chapters)
Chapter 2
The Anatomy of an Application
Content Locked
Section 3
Convention over Configuration
How should Ember objects be named to take advantage of Ember conventions? - Write the router mapping - Work out which objects are automatically generated - Name the remaining objects by following the Ember naming conventions