我是 Wirebox 1.6 框架的新手。我必须使用 Wirebox 1.6 框架在 ColdFusion 10 中创建一个小型应用程序。我已经下载了 Wirebox 1.6 Standalone,把它放到我的 webroot 中,并成功测试了下面的代码:
<cfscript>
wirebox = createObject("component","wirebox.system.ioc.Injector").init();
</cfscript>
<cfdump var="#wirebox#">
但是,我需要一些示例代码来演示 Wirebox 框架在应用程序中的工作方式。是否有任何链接可以提供示例代码以帮助我理解 Wirebox?