Category Selected:

presentations

Blog

ColdBox at the CFMeetup June 30th

Luis Majano |  June 28, 2011
Just a little reminder that we will be presenting on WireBox: Dependency Injection and AOP this June 30th at the Online CFMeetup with Charlie Arehart.

When: June 30th, 6pm Eastern (3pm PST)
Read More

CFObjective 2011 Presentations and Code

Luis Majano |  May 16, 2011
Here are the links to all the presentations we did at CFObjective 2011 and some sample code of everything we showed off in this year's conference.  You can see our upcoming ColdBox 3.1 in action with all of its entity and html generation goodness, our new ColdBox Platform Utilities that was released and of course WireBox Dependen...
Read More

ColdBox at the Los Angelese User Group Tonight

Luis Majano |  May 04, 2011
Just a quick reminder that we will go to the Los Angeles User Group tonight and present on ColdBox Platform 3.0.  So if you want to stop by and get some ColdBox goodies, learn about ColdBox, meet some cool developers and just plain' ol geek hangout! Then see you there:

TollFreeForwarding.com
5959 W. Century Blvd.
Suite 1111
Los Angeles, CA 90045-5475...
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

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

ColdFusion powered iPhone applications

Luis Majano |  August 04, 2010
Another video we have just added to the vimeo ColdBox Platform channel.  Here is our presentation at CFUnited2010 about building mobile applications such as iPhone or Android native applications by powering them with ColdFusion/ColdBox RESTful services.  Enjoy!
Read More

ColdBox Platform 3.0.0 video at CFUnited

Luis Majano |  August 04, 2010
We have started posting our videos in our new vimeo ColdBox Platform channel so you can enjoy lots of new videos coming.  Here is our presentation at CFUnited2010 about the ColdBox Platform 3.0.0
Read More