Blog

ColdBox 3.0 Modules Contest! Win $$

Luis Majano |  March 27, 2011

We are announcing today a contest that will culminate with our ColdBox 3.0.0 release.  We have partnered with our friends at Computer Know How to bring you this cool contest for all you ColdFusion folks or non-ColdFusion folks that can now have an excuse to try ColdFusion and ColdBox, create a cool app and win big!  So here are the rules:

ColdBox 3.0 Modules Contest

Create a...

Read More

ColdBox Connection Recordings Page

Luis Majano |  March 25, 2011
We just created our new recordings page for the ColdBox Connection today, so you can get in one location all of the recordings.  Hopefully in the near future we will expand it with tags and search.
...
Read More

ColdBox Connection Recording: ColdBox Modules

Luis Majano |  March 24, 2011
Thanks for attending our 2nd ColdBox Connection webinar today!  This webinar focused on ColdBox modules, modularity and architecture.  Thanks go to Curt Gratz for presenting such excellent topic.  Here is the recording for the show and also please note that we will have another show March 3.0!
...
Read More

ColdBox Connection Thursday: Modules

Luis Majano |  March 22, 2011

Just a reminder that our ColdBox Connection Show continues this Thursday at 9 AM PST! Curt Gratz will be presenting on ColdBox Modules and of course we will all be there for questions and h...

Read More

ColdBox Relax v1.4 released!

Luis Majano |  March 21, 2011

Here is a cool new update for ColdBox Relax - RESTful Tools For Lazy Experts!  This update fixes a few issues reported and also enhances the Relaxer console and updates its ability to support definitions for multiple tiers and much more. So download it now!

Here are the closed issues for this release:

  • #14 api_logs direct usage reference removed fixes
  • #15 basic http authentic...
Read More

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