I am new to Wirebox 1.6 framework. I have to create a small application, in ColdFusion 10, using the Wirebox 1.6 framework. I have downloaded Wirebox 1.6 Standalone, put it into my webroot, and tested the code below successfully:
<cfscript>
wirebox = createObject("component","wirebox.system.ioc.Injector").init();
</cfscript>
<cfdump var="#wirebox#">
However, I need some sample code that demonstrates the working of the Wirebox framework in an application.Are there any links that provide sample code to run, that will help me understand wirebox?