Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有详细研究过 BackboneJS 或 EmberJS,但据我所知,BackboneJS 可以与 REST 后端无缝协作。而 EmberJS 似乎没有任何我可以开箱即用的东西。
谁能提供任何建议如何使用 EmberJS 实现这一目标?
如果您只需要一个简单的 REST 适配器而没有太多复杂性,那么
https://github.com/cerebris/ember-rest
非常适合这份工作。
我在 InfoQ 上写了一篇关于 Ember.js 的文章,其中介绍了基础知识。这篇文章使用了 Ember 0.9.5,所以并不是所有的东西都可以使用最新的 Ember 1.0-pre 版本。
它介绍了 Ember 应用程序的基本结构以及 Ember Data 的基础知识。
http://www.infoq.com/articles/emberjs
我认为您正在寻找类似 Ember-rails 的东西
https://github.com/emberjs/ember-rails