We are proud to announce the release of the WireBox RefCard. WireBox is our dependency injection and AOP framework for ColdFusion applications that is highly based on conventions and annotations. &...
Blog
ContentBox Online Training Course!
We are very excited to release another online course that will not only help you get started with ContentBox but also with tons of topics around the ColdBox and ContentBox Stacks. Our course is based off our last CBDW2013: http://www.udemy.com/coldbox-platform-developer-week-2...
Coldbox CBDW2013 Online Training is Available!
We are very excited to announce our second online course available for both ColdBox and ContenBox Modular CMS thanks to our annual conference CBDW2013: http://www.udemy.com/coldbox-platform-developer-week-2013/.
ContentBox at CFCamp 2013 in Munich
We are excited to be part of CFCamp 2013 this year where we will be presenting about ContentBox of course!
CFCamp is really an amazing conference with an amazing atmosphere. I have been really excited to participate in the co...
Ortus at CFCamp 2013 - Munich
We are excited to be part of CFCamp 2013 for the third year now. This is truly an awesome conference with over 26 different sessions, amazing speakers and of course it is hosted in one of my favorite cities in the world, Munich! So head over to their ...
ColdBox CFML Jobs Board
In order to increase the effort to find and demonstrate great CFML and ColdBox talent, we have published the ColdBox CFML Job Board. You can see the full release of the job board in our ColdBox Blog: http://blog.coldbox.org/blog/coldbox-cfml-jobs-are-here.
...ColdBox CFML Jobs Are Here!
One of the biggest complaints we hear in the CFML world is "Where are the developers?". With that in mind and offering the community a place where they can search, post and look for *Box and CFML related jobs, we have created the ColdBox CFML Job Board. Hopefully we can promote help not only companies and recruiters find developers, but also so ColdBox ...
ContentBox Modular CMS v1.5.7 Released!
ContentBox Modular CMS v1.1.7 has now been released sporting over 20 issues and enhancements. Check out our engineering blog for an in-depth overview...
ContentBox v1.5.7 Released!
We are announcing the release of ContentBox v1.5.7 which includes some critical patch fixes and managed to squeeze in some new functionality. You can either download the updates or use our auto-update panel to upgrade. The updates are now cumulative for the 1.5.X series only as well, so you can upgrade from any 1.2 version or higher. However, please remember to read the update instructions before auto-updating.
We are also formalizing our releases, all releases will be placed in the bleeding edge channel before general release. If all goes well after 1 week of being in the beta channel, then it moves to the general release.
- ContentBox Source: To deploy in any CFML engine (Adobe or Railo)
- ContentBox WAR: To deploy in any J2EE engine
- ContentBox Express: To deploy in any machine
Release Notes
You can read our very detailed release notes in our archive page. Below we will cover the major enhancements this release brings to the table a part from all the improvements and bugs that where squashed.
Tip of the Week: Amazing Interception Points
One of the most powerful features of ColdBox are interceptors. They follow a publisher/subscriber model that lets you decouple your application code and latch on to keys points in the ColdBox framework. You can create and announce as many custom interception points as you like, but today I want to review the built-in points that the framework provides you.
All it takes is a simple CFC and a line of config code to register a new interceptor, or "listener" that will be invoked any time an interception point is reached that the CFC is listening for. You can run your own auditing, logging, or re-route the request. Please skim through these and keep them in mind as you build your ColdBox applications.