I am so impressed with Breeze that I decided to start collecting JavaScript frameworks / libraries that are compatible with Breeze, for example http://www.asp.net/single-page-application/overview/templates/breezeknockout-template . However, simplifying the JavaScript user interface using the MVVMM template (contribution for knockout) is not all I need, since I would really like to use KendoUI for it user interface widgets and ASP.NET MVC support.
As far as I can tell, the integration of KendoUI with Breeze is less complete, because the KendoUI DataSource component does not have the ability to process Breeze metadata, so the best parts of Breeze are not used.
Another way to ask my question: can I create a JavaScript desktop application (SPA object) using Breeze to access a world-class database and some other JavaScript toolkit that the world-class user interface builder offers?
source share