Ember.js
prepared by Joseph Woyshner
WHat is it?
- Javascript Framework
-
Model-View-Controller
- Open source based
- runs client side
Why use it?
- Solves common programming idioms
- Client Side Code organization
- Don't reinvent wheels
WHEN TO USE IT
- Medium to large web applications
- introduce web application cohesiveness
When not to use it...
how to use it
Most efficient
Less Efficient
cd application_directory
wget https://github.com/emberjs/starter-kit/archive/v1.5.1.zip
unzip v1.5.1.zip
install other dependencies...
Key CoMPONENTS
MODELS
VIEWS
CONTROLLERS
ROUTER
ROUTES
COMPONENTS
TEMPLATES (Handlebars.js)
STORAGE ADAPTERS