I want to build an WebApplication with EmberJs. This App should not to be a single App. I want devide it into widgets, witch i individualy can load and plug into the website. The Widgets should have the abitity to communicate to each other and they should all use one data store or data model. How is the best way to manage such a application wth ember. Should i use an Ember.application for every Widget is it better to use a differnt Ember Object??
My Plan is to require every widget by RequireJs and have a central App for managing data and widget communication.
Regards .... T