On 1/12/06, Brandon Harper <[EMAIL PROTECTED]> wrote: > Before I go into too much detail, I'll ask the simple question-- am I > incorrectly assuming that autowiring works outside of the Mach-II and > Model-Glue frameworks in Coldspring?
The autowiring I think you're looking for is where ColdSpring autowires beans directly into your framework objects - listeners etc in Mach II and controllers etc in Model-Glue. If so, those are a function of the framework (or extensions to it: Mach II uses a plugin to autowire, Model-Glue 1.0 needs the autowire controller from ColdSpring but 1.1 will do it automagically). ColdSpring wires the beans it creates but it can't wire the "parent" objects because it doesn't know about them. Does that answer your question? -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
