Blog

1st ColdBox Connection Recording

Luis Majano |  March 17, 2011
We just had our very first ColdBox Connection show and it was great!! We covered our vision of the show and also WireBox our dependency injection framework for ColdFusion.  Here is the recording:
Read More

ColdBox Connection Coming Soon!

Luis Majano |  March 15, 2011
Just a reminder that our ColdBox Connection Show starts this Thursday at 9 AM PST! Our first topic will be WireBox, and in depth overview of our awesome Dependency Injection and AOP framework plus all your questions and involvement. See you there!

Location:
Read More

WireBox 1.1.0 Released!

Luis Majano |  March 15, 2011

I am glad to announce WireBox 1.1.0 to the ColdFusion community. We have definitely received tremendous feedback on WireBox and have been able to complete this release based on great feedback and over 15,000 downloads since its release February 21st. For those o...

Read More

WireBox Binder and Configuration Introduction

Curt Gratz |  March 15, 2011

This video shows the basics of setting up a "Binder" with WireBox and how to setup mappings and alias using the WireBox DSL for super simple dependency injection that is easy to read.

WireBox Binder and Configuration Introduction... from Curt Gratz on Vimeo.

Again, this is not even scratching the surface of what the binder in WireBox can do. Below are some other simple changes you could make to the binder or ways you could do injection

So this line

.initArg(name="daoPath",dsl="id:daoPath"); Could change to .initArg(name="",ref="daoPath") //refpoints to an id directly

as one possible alternative, so if we wanted, we could remove the .initArg and do it via annotations

function init(required daoPath inject) or function init(required daoPath inject="id") or function init(required daoPath inject="id:daoPath")

So, as you can see, you can do your injections a variety of ways. Now, go, read the docs, and install WireBox and get wiring your model up the easy way.

Read More

WireBox Installation and Introduction Screencast

Curt Gratz |  March 14, 2011

This video shows how to download and install the WireBox framework and offers super simple example of dependency injection using WireBox without any configuration or messy XML.

 

WireBox Installation and Introduction... from Curt Gratz on Vimeo.

Again, this is not even scratching the surface of what WireBox can do, but I wanted to get you started and thinking. More screencasts will be following to help you go deeper into how WireBox can help you in your development.

Now, go, read the docs, and install WireBox and get wiring your model up the easy way.

Read More

Proof is in the pudding: Amazon S3 Explorer Module

Luis Majano |  March 10, 2011
Alright folks, I took the ColdBox 3.0 Modules contest to heart and created my own entry (I don't qualify for prizes so don't worry).  I took our Amazon S3 explorer application and in a matter of 45 minutes we have our very own Amazon S3 Explorer Module compatible with any ColdBox 3.0.0 application, just drop and play!


Mocking a Super Class with MockBox

Luis Majano |  March 09, 2011

A few folks have asked how you can leverage MXUnit and MockBox to mock a super class class.  Here is a simple example to showcase this:

Class Parent A

<cfcomponent name="A"> 
<!--- send ---> 
<cffunction access="public" hint="" name="send" output="false" returntype="any"> 
<cfreturn parent="">
</cffunction> 
</cfcomponent> 

Class Parent B

							
							
								
Read More

Announcing The ColdBox Connection!

Luis Majano |  March 09, 2011
Starting next week we will be starting a new bi-weekly show called The ColdBox Connection!  This will be an online webinar with the ColdBox Team that will showcase features of the ColdBox Platform and of course the community.  This will be our bi-weekly commitment to help the community out with anything ColdBox related, present future products, demystify its simplicity, future road maps and much more.  Each week a member of the team will be ...
Read More

ColdBox California Training Moved To April

Luis Majano |  March 08, 2011
Due to unforeseen circumstances our California Training Galore has been postponed to April 27-May1st, 2011, same location and same courses CBOX101 and CBOX203CBOX101 is our core ColdBox course that covers the entire platform with several workshops and hands on training through 3 intense training days. 
Read More

ColdBox Training In California in 12 days Hurry!

Luis Majano |  March 01, 2011
Just a reminder that our ColdBox training registration will be closing in just a few more days (March 9th). So if you want to take advantage and book our trainings, you must do it ASAP. Here is a little encouragement for you use this code: cboxrulez.

Just a reminder our training is from March 14-18th, 2011 where we will offer two courses back to back:
Read More