Blog

Tip of the Week: Using Implicit Views

Brad Wood |  July 03, 2012

Everyone should be familiar with the setView method in the event object which is used for a handler's action to tell the framework which view file should be used to render the event:

 

event.setView(view="general/index");

 

What you may not realize is that calling setView() is optional.  If you don't explicitly set a view file, ColdBox will then look for the view according to the executing event's syntax.

Read More

ColdBox Developer Week 2012

Frank Pimentel |  July 01, 2012

It is time for the first ever ColdBox Developer Week. We are bringing you a full week of ColdBox-related training right to your desktop. You will be trained by ColdBox experts from all over the world. Don't worry if you are not  familiar with ColdBox because  we will be having courses that range from beginner topics such as getting started with ColdBox all the way to advance cources such as depende...

Read More

Coming Soon: ColdBox Developer Week 2012

Brad Wood |  July 01, 2012

The ColdBox team is excited to announce the first ever ColdBox Developer week.  In conjunction with the release of ColdBox 3.5 and our new CMS ContentBox, we're cooking up a full week of completely free ColdBox-related training put on by ColdBox experts from around the world.  CBDW will all be online training happening the week of July 23rd through 27th.  We have beginner topics showing how to get started in ColdBox as well as advanced sessions covering things like dependency injection and AOP.

Read More

Tip of the Week: Using singletonReload for Development

Brad Wood |  June 27, 2012

Many of you using models in your ColdBox app are familiar with how easy WireBox makes it to use the Singleton Pattern for components that are only created once in the life of your app.  

This can also be a bit of a pain when you are working on the code inside your singleton objects.  Any changes require you to re-create the singleton object which typically involves a reinit of the framework.  ColdBox has a handy setting for you to use on your development environment called singletonReload.  

Read More

Meet Our New Content Engine: ContentBox

Frank Pimentel |  June 19, 2012

We are at it again.  We are holding a workshop that will introduce you to our new free open source Content Engine: ContentBox.  The ColdBox Blog has more info.  Head over to the blog to find more info about the workshop.

http://blog.coldbox.org/blog/riacon-contentbox-cms-worksho...

Read More

New ColdBox Training Dates

Frank Pimentel |  June 19, 2012

We are excited to announce our first ColdBox Boot Camp to take place in the DC area.  Head over to the ColdBox Blog to read more about this training that will be held in August after RIACON 2012.

http://blog.coldbox.org/blog/riacon-coldbox-boot-camp-washington-dc

...
Read More

RIACON ContentBox CMS Workshop (Washington, DC)

Luis Majano |  June 19, 2012

I'm here to announce the first ContentBox: Modular Content Engine Workshop (http://contentbox-riacon.eventbrite.com/).  This workshop will also be after RIACON 2012 on August 11th, 2012.  This one day event will introduce you to this new open source content engine.  We will be covering topics such as:

  • Installation in 5 minutes
  • ...
Read More

RIACON ColdBox Boot Camp (Washington DC)

Luis Majano |  June 19, 2012

This is our first ColdBox Boot Camp in the DC area thanks to RIACON 2012.  Boy are we excited: http://coldbox-riacon.eventbrite.com?ref=elink.This boot camp is taking place right after RIACON 2012 on August 8th, 9th and 10th.

We will be doing CBOX 100 that concentrate...

Read More

ColdBox Gets An Evangelist: Brad Wood!

Luis Majano |  June 05, 2012

Brad Wood, long time ColdBox team member has joined our team as a product evangelist for the ColdBox Platform.  We are so proud and honored that he will be dedicating some time to our project and helping us shape it as the best CFML development platform.  You can visit our engineering blog to see the full press release and Brad's thoughts on ColdBox: 

Read More

Introducing our ColdBox Evangelist: Brad Wood

Luis Majano |  June 05, 2012

We are so excited to announce Brad Wood as the ColdBox Platform Evangelist.  Brad has been part of the ColdBox family for quite a long time and has made incredible contributions to the project from intense load testing, performance tuning, platform scalability, dependency injection, memory leak issues, and the list goes on and on.  We are so privlieged that Brad is on board and will be doing some amazing things to improve the direction of the ColdBox Platform.

Read More