Blog

Tip of the Week: Mapping Entire Directories with Wirebox

Brad Wood |  September 28, 2012

By default, WireBox will look for your CFCs using the "models" convention (scan location). So, if you ask WireBox to get you "Services.Security.PadLockService", WireBox will look for that path and component name in the root of the models directory and create a WireBox mapping for you.

Read More

Release: ContentBox v1.0.8

Frank Pimentel |  September 27, 2012

ContentBox Modular CMS v1.0.8 has been released and we are ecstatic to share it with you.  With this release we have incorporated some fixes thanks to our community and great features.  

 

...

Read More

ContentBox v1.0.8 Released!

Luis Majano |  September 25, 2012

We are so glad to announce another iteration of our ContentBox Modular CMS v1.0.8.  This release incorporates some fixes thanks to our community but also great features as we move towards maduration and a great modular CMS engine.  We are also making great strides in ...

Read More

Tip of the Week: Using Inheritence to Share Event Handler Code

Brad Wood |  September 19, 2012

 

In ColdBox, controllers or event handlers as we call them are defined as CFCs.  Part of the power of this is that you can share and extend code in your applications by simply extending one handler with another.  
 
Imagine a reporting framework where a number of reports will all have a criteria page, validation, execution, and export data action with most of the logic, views, layouts, and models the same between every report ...
Read More

Press Release: New ColdBox Online Course!

Luis Majano |  September 13, 2012

We are glad to announce our first ever ColdBox online course: http://www.udemy.com/coldbox-platform-developer-week-2012/

This course covers materials from our live webinars hosted by the ColdBox Team and seasoned ColdBox developers from around the world dur...
Read More

ColdBox Online Training Available!

Luis Majano |  September 11, 2012

We are proud to announce our first online training course available via udemy.com: http://www.udemy.com/coldbox-platform-developer-week-2012/.

This course covers over 53 lectures and over 25 hours of video content.  This is definitely an ultimate training tool for you or your organization.  We are working on more specific courses, so stay tuned!

...
Read More

ContentBox Training at CFCamp 2012

Luis Majano |  September 05, 2012

We are very excited to announce our prescence in CFCamp 2012 in Munich, Germany.  We will be attending and speaking about ContentBox during the conference October 15-16th, 2012.  Not only that, but we will be conducting HOTs (Hands on Trainings) on of course ContentBox (4 hours each session).  So if you are in the vicinity, come and train with us!

October 18 - Cont...

Read More

ColdBox Training At CFCamp 2012

Luis Majano |  September 05, 2012

We are so glad to announce our CFCamp 2012 boot camp training in Munich, Germany.  We will be attending this amazing conference from October 15-16, 2012 in beautiful Munich, Germany.  Then on October 17 and 18 we will be holding several ColdBox and ContentBox trainings, called HOTs (Hands on Trainings).  Each HOT will be about 4 hours long.

October 17 -
Read More


Tip of the Week: AOP Simple Interceptions in Handlers

Brad Wood |  September 05, 2012

 

ColdBox handlers all support these simple AOP-style methods that require no configuration to get running:
  • preHandler 
  • pre{Action}
  • postHandler
  • post{Action} 
  • aroundHandler
  • around{Action}

 

 

Read More

ContentBox at CFCamp 2012 in Munich

Luis Majano |  August 31, 2012

We are glad to announce our prescence at CFCamp 2012 in Munich, Germany this October 15-16th, 2012.  We had the privilege of attending this CFML conference last year and it was a blast.  This year promises twice the fun as it is a 2 day conference this time around.  So if you are in the vicinity, please drop by as we will be showcasing our latest version of ContentBox Modular CMS.  See you there!

...
Read More