I want use JQuery mobile for the front-end of my mobile application, but I need a JavaScript MVC framework to do the back-end integration stuff and I\'m looking at using Emb
Hiya Hope following link helps you to right path for your questions: (Is there a guide for this kind of integration? )
Yep, you can Basic proof of concept Ember.js with Jquery Mobile => https://github.com/LuisSala/emberjs-jqm
little start up tutorial: http://www.andymatthews.net/read/2012/03/07/Getting-Started-With-EmberJS
Article: http://www.infoq.com/articles/emberjs
Ember Wiki has links to developer modules: https://github.com/emberjs/ember.js/wiki
To start with and identify pitfalls:
(For proof of concept for your specific case you can also refer to the POC link I have shared above and glaze through the existing issues in stack overflow, Else I will go for head first and find out and fix the issues as go)
https://stackoverflow.com/tags/emberjs/new
https://stackoverflow.com/questions/tagged/emberjs
How to make emberjs app with a mobile look (like the one in jquery mobile)?
Hope this helps,
Cheers!