ColdBox Forums Notification: Post to Passing raw XML to ColdSpring for bean configuration

Title: RE: Passing raw XML to ColdSpring for bean configuration
Thread: Passing raw XML to ColdSpring for bean configuration
Forum: Need Help?
Conference: ColdBox
User: lmajano Hi prentice,

The ioc plugin facade was built relying on the fact of having an
xml file up front. However, since you can actually extend the core plugins, I
recommed that you create your own custom ioc plugin that extends the core ioc
plugin. Then you can override some of the methods to your convenience.

Then
you would do custom plugins calls:

[code]
<cfset
getMyPlugin("ioc").getBean()>

instead of

<cfset
getPlugin("ioc").getBean()>
[/code]

Also, I would NOT fill out the IOC
properties in the config, since coldbox will try to use them. Instead, create
your own settings for the custom plugin.

Hope this helps.,
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=E977FE44-FF65-CEF6-656B0B95D8E81B9B