The JavaScript Architectural Toolkit. cujoJS is an open, light, flexible architectural toolkit for the web

If you <3 AMD, tell the @javascriptmvc guys to put it in StealJS!
RT @briancavalier: one of my goals for today: amd-ify (http://bit.ly/hchwyz) @cujojs Done! // oh no you're not :D
#poll: should <script> tags get more complicated or should loading & dependency mgmt be a part of JavaScript? i.e. require() and define()
1
Come find me on #cujo on freenode.net.
dojo is moving to AMD (http://bit.ly/bAmcLp http://bit.ly/akv94n). any objections to cujo doing the same? what do you think of AMD?
thinking about breaking some parts of cujo.js out into micro-frameworks. cssx, for instance. data binding, too. thoughts?
cujoJS retweeted
Got Dojo (and Dijit) to load using RequireJS as the module loader (just a little more work before it is user ready). Interoperability FTW.
3
1
trying to figure out how to use requireJS and has.js to replace parts of cujo.js.
So smitten by requireJS! If u haven't checked it out, do so now. Dojo 2.0 will look exactly the same.
if views are page fragments and widgets are control-like (inputs for instance), what is a tab container or an accordion?
coding up my first cujo.js widget. or is this a view? blurry distinction some times.
RT @briancavalier: @cujojs is on, go forth and build awesome apps: http://bit.ly/bvAn1M (now with sensible colors)
more examples coming soon. nothing tells a story quite like javascript.
I'm attending DDD 2010 (#dojo developer day) -- http://www.eventbrite.com/s/1qPh (the webz will never know what hit it)
cujo.requireCss() is already async. coding that may have been the most fun I've had in years. I <3 js promises.
should we make module loading (optionally) async? cujo.requireJs(['my.proj.module1', 'my.proj.module2']).then(function () { /* ??? */ });
enough of this private s#|t: http://bit.ly/938qww
3
1
very very close: http://gist.github.com/593184 (should be today 10/4 or tomorrow 10/5)
just found out that the dojo libs are on github! can I send a pull request for my dojo.store 1.6 patches? if so, sweet! http://bit.ly/dvt8zT
dojo.store 1.6 api issues worked-around and tons of bugs fixed in past week. now just documentation and cleanup!