Web Development  >>  Coldfusion

LightWire DI/ioC Framework Presentation

Language : English Quality : High Has Audio : true Source : Adobe Media : Flash
One hour presentation by Peter Bell on the LightWire Dependency Injection/Inversion of Control framework. Peter discussed constructor, setter and "mixin" injection as well as the concept of "Ghetto Annotations."

Tags: Coldfusion, Frameworks, Presentation, Web Development,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Coldfusion MX
  • Lightwire - lightweight Direct Injection/IoC engine

  • Duration : 59:39

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Getting Started With LightWire
    To get started with LightWire download the LightWire.cfc and the sample LightWireConfig.cfm from the SVN repository. You can place either file anywhere you want. I personally put the cfc in .com.lib (my library directory) and the config file in a "config" directory both of which are below my web root for a given project, but you can put the files anywhere you want
    LightWire Configuration Using ColdSpring XML
    With the current release (0.65), you can set your object dependencies with xml, programatically, or a mix of both. This feature supports recursion, factories and optional default settings...