Advice on using Ember

I am an in-house developer for all of our administration, ordering, packaging, e-commerce … Currently all of my development is done in WebObjects (html). My pages can be very complex and contain information from many different tables. I did some test with Ember using WO as ‘REST’-server. My question is: is Ember the right tool to do that. All the examples I see, are very nice, but don’t have the complexity I want to use. Is someone doing the same thing?

We use Ember and [Ember Pouch] (https://github.com/nolanlawson/ember-pouch) for intranet systems like this. Perhaps interesting to look at is the more complex HospitalRun frontend or my simple Bloggr Example.

Thank you for the information. I will have a lot to learn now!