如何使用Wirebox 1.6独立在ColdFusion中创建一个小应用程序?

时间:2013-04-04 07:23:48

标签: coldfusion dependency-injection inversion-of-control aop coldbox

我是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?

2 个答案:

答案 0 :(得分:1)

以下链接指向作为独立单元工作的某些sample code for Wirebox

答案 1 :(得分:0)

你最好的选择可能是要问ColdBox Google Group: http://groups.google.com/group/coldbox