I have a backbone.js api that I want to use in an ExtJS application.
Extjs has a very flexible model and proxy system. but I don't see a good way to use backbone.js models.
extjs is a heavyweight solution, and extjs has full support for the mvc architecture; the spine is a very easy solution, both of which usually don't have to coexist with it.