Are there any inversion of control frameworks for javascript?
Posted
by Frank Schwieterman
on Stack Overflow
See other posts from Stack Overflow
or by Frank Schwieterman
Published on 2009-09-15T04:11:49Z
Indexed on
2010/05/23
5:00 UTC
Read the original article
Hit count: 305
JavaScript
|inversion-of-control
Are there any inversion of control frameworks for javascript?
The closest answer available on stackoverflow that I could find is here: http://stackoverflow.com/questions/619701/wiring-code-in-javascript . It looks like a great start, but I thought I'd be able to find something with a longer development history.
I've only used Castle Windsor myself, and I am really missing it in web-client land.
© Stack Overflow or respective owner