Entries Tagged as XML
LightWire XML Configuration Update: Now Supporting Init-method and Mixin
Posted by Paul Marcotte | Tags: ColdFusion , LightWire , XML
When I realized my concept for a ServiceLocator fell in the category of "interesting patterns you'll never use", I decided instead to work in a <mixin/> tag for LightWire. The tag is a child of <bean/> like <constructor-arg/> or <property/>. Children of <mixin/> <value/>, <ref/>, <map/>, or <bean/> defined therein will be "mixed in" rather than constructor or setter injected.LightWire Configuration Using ColdSpring XML
Posted by Paul Marcotte | Tags: ColdFusion , ColdSpring , Configuration , LightWire , XML
As a follow-up to Peter Bell's "LightWire or ColdSpring?" entry, I'm happy to announce that LightWire now supports XML configuration using ColdSrping XML bean definitions. 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...