Comment on Motorola's Montage Javascript app frameworkparentComments−chrisrhoden14yTwo questions:1) Another full stack JS Framework? What makes this special?2) What interest does Motorola have in JS Frameworks?−stu_k14yA few of the things we think makes Montage special are* very fast, realtime, two way, object to object bindings (non DOM based)* reusable components built using regular HTML, where markup and behavior are completely separated (see the .reel directories under ui/)* based on CommonJS, with complete script dependency loadingEdit:samples now up at http://tetsubo.org/docs/montage/samples/We are also developing an HTML5 and Montage authoring tool, built using Montage: https://github.com/Motorola-Mobility/ninja−jonaldomo14yThe kitchen sink example required authorization. How does one get credentials?−stu_k14yThanks, we're looking into it and it should be fixed soonedit: now working http://tetsubo.org/mot/montage/examples/sink/
Comments
Two questions:
1) Another full stack JS Framework? What makes this special?
2) What interest does Motorola have in JS Frameworks?
A few of the things we think makes Montage special are
* very fast, realtime, two way, object to object bindings (non DOM based)
* reusable components built using regular HTML, where markup and behavior are completely separated (see the .reel directories under ui/)
* based on CommonJS, with complete script dependency loading
Edit:samples now up at http://tetsubo.org/docs/montage/samples/
We are also developing an HTML5 and Montage authoring tool, built using Montage: https://github.com/Motorola-Mobility/ninja
The kitchen sink example required authorization. How does one get credentials?
Thanks, we're looking into it and it should be fixed soon
edit: now working http://tetsubo.org/mot/montage/examples/sink/