Using remote libraries

Hi,

I have been learning Ember for few days. And now i am thinking how i can use remote libraries.

I know how to include remote libraries. But how to use they in code in proper way.

Lets take example jsTree jquery plugin, or Boostrap table plug etc. Each of this plugin have some interface ( events, methods) . For example how i should initiate jsTree plugin when my view has rendered.