资 源 简 介
This is a 15 minute work that i done time ago
(more exactly here: http://mykenta.blogspot.com/2007/09/kentaioc-js-ioc-library-english-version.html)
to demonstrate that is possible to use an inversion of control container in javascript, and that is was very simple to write one.
JS IoC is a container that permit to do what is called "Dependancy Injection by Hand" entirelly written in javascript in few line of code.
It support lazy loading and Initializzation by constructor or by setter.