Integrate salesforce visualforce page with ember.js framework

  1. How can we render visualforce page by using ember.js framework?
  2. How can I bind server(apex controller) data with model so when template will load then data should be display on page? My server data is coming in json hierarchical form.
  3. How can we assign more than one json variable to template.

I don’t know if it’s still relevant but I have an Ember app running on Salesforce.com currently. It lives in a VisualForce page and uses an Apex controller in a services-like way. I use Bootstrap to style it. If you have more questions, let me know. The only thing I’m still struggling with is how to use Ember-Qunit for testing. The rest works well. Unfortunately you cannot take advantage of Ember-CLI -which will become more of an impediment as it becomes the primary Ember development path.