Embedding old JavaScript app in new Ember app

I want to start rewriting my application in an incremental way. I’d like to use Ember for the nav bar/login and then use my existing ExtJS application as the content of the page. Will this be compatible with the glimmer rendering engine? Are there any specific things I need to do to signal between ember and the embedded extjs application?