forked from cujojs/wire
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Brian Cavalier edited this page Aug 26, 2011
·
26 revisions
Wire.js is an Inversion of Control (IOC) Container for Javascript. It takes a wiring spec as input, and creates, connects, manages, and destroys components in your application. It can be used both at startup time to bootstrap an application, or at runtime to bring whole sections of an application into and out of existence as needed.
- Intro
- Concepts
- Features
- Component lifecycle management
- Dependency Inversion via constructor and setter Dependency Injection
- Automatic dependency ordering
- Connectors
- Service locator pattern and reference resolution
- Using wire.js
- As a module
- As an AMD loader plugin
- Plugins
- What can they do?
- Creating a plugin
- Available plugins