I am not good with the terminology yet, so please forgive/correct me. Also I have no idea hw to use Coldspring, etc, so I am trying to just use wirebox.
I want to not use the beanFactory plugin and just call wirebox methods straight from my model.
Currently I can use this
<cfproperty name="bf" inject="coldbox:plugin:BeanFactory" scope="variables" />
How do I do it so that I can call wirebox's getInstance method instead of beanFactory's getModel?