In the project I am working on, we are using ember.js (1.0rc1) without ember-data which is working out quite fine so far. The reason why we decided to go without ember-data is that we already have some utility methods to handle the integration with the REST interface, and over all because ember-data is not part of the ember.js.
From emberjs.com:
Currently, Ember Data ships as a separate library from Ember.js, while we expand the adapter API to support more features. The API described in this section tends to be stable, however. Until Ember Data is included as part of the standard distribution, you can get your copy from the GitHub page.
So, to my questions and the input I am looking for:
- how much do we lose/gain with this approach? (besides the REST integration)
- experiences of somebody that actually might have started also without ember-data, and now migrated to ember-data
- maturity of ember-data and its integration into ember.js
And there is another question, which might rather be for the ember.js/ember-data devs:
- what's the roadmap to integrate ember-data into ember.js and how strong will be the impact on the APIs?
Thanks for sharing your experiences and giving some hints and advices. // ph