【发布时间】:2013-07-10 03:42:28
【问题描述】:
我是 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?
【问题讨论】:
标签: coldfusion dependency-injection inversion-of-control aop coldbox