Category Selected:

coldbox-mvc

Blog

ContentBox: Modular CMS has arrived!

Luis Majano |  August 15, 2012

We are so excited to announce the availability of our brand new product to our product line: ContentBox.

What is ContentBox?

ContentBox is a professional open source modular content management engine that allows you to easily build websites, blogs, wikis, complex web applications and even power mobile or cloud applications.  Built with a secure and flexible modular core, designed to scale, and combined with world-class support, ContentBox will get your projects out the door in no time.

Read More

Tip of the Week: The ForgeBox Community

Luis Majano |  August 15, 2012

 

We want to build a strong community around the ColdBox family.  That's why we have the ForgeBox source directory.  What is ForgeBox?  I'm glad you asked.  ForgeBox is a public collection of internal and community-contributed plugins, modules, widgets, interceptors and more that you can download and drop into your application to save you time and effort if the wheel you need has already been invented.  
 
Read More

Tip of the Week: Using Your customErrorTemplate Setting

Brad Wood |  August 09, 2012

 

ColdBox gives you several ways to deal with unhandled exceptions in your application such as the exceptionHandler event and the onException interception point to name a couple.  With either of those approaches, you can redirect the request to a different event.  If you don't redirect or abort the request though, ColdBox will eventually display the contents of your error template.  
 
By default the error template is /coldbox/system/includes/BugReport.cfm.  This file has the familiar "Oops! Exception Encountered" header.  While BugReport.cfm is chock-full of juicy error details (including the SQL of queries that errored), it isn't the kind of information you want to be revealing to the general public.  
 
This is where your customErrorTemplate setting from the ColdBox config file comes in.
Read More

New CacheBox Book Released!

Brad Wood |  August 04, 2012

 

We are very excited to announce the release of Luis Majano's latest work, CacheBox : Scaling Your ColdBox Applications.  Now we have a definitive book on CacheBox- The Enterprise Caching Engine, Aggregator, and API which can be used stand-alone or alongside the ColdBox framework.  

You can score yourself a copy of the book in printed, eBook, or Kindle form right now.

Read More

CacheBox 1.3.2 Released!

Luis Majano |  August 02, 2012

logo

We are proud to announce CacheBox version 1.3.2. This is an important patch release that we recommend all customers to upgrade to. There are no compatiblity issues and it contains many fixes especially to our JDBC object stores. You can read our What's new with CacheBox ...

Read More

ColdBox 3.5.2 Released!

Luis Majano |  August 02, 2012

logo

We are proud to announce yet another ColdBox Platform release version 3.5.2. This is an important patch release that addresses many concurrency issues and gives you stability and of course some goodies. This release also encompasses a new WireBox release (v1.5.0) and a new CacheBo release (v1.3.2). ...

Read More

WireBox 1.5.0 Released!

Luis Majano |  August 02, 2012

logo

We are proud to announce WireBox version 1.5.0. This is minor release that brings you great stability and concurrency when building and mapping objects, but also some cool new features. You can read in detail about this release in our What's new with WireBox 1.5.0.

Read More

CBDW 2012: Thanks For Making it a Success

Brad Wood |  August 01, 2012

Our first ColdBox Developer Week is over and we're very pleased with the turn out.  We had 195 people register from the US, Canada, Brazil, all over Europe, Russia, India, and Australia!  We are looking foward to doing this again next year and welcome any feedback on how we can improve.

Read More

Tip Of The Week: Using ColdFusion's EHCache with CacheBox

Brad Wood |  August 01, 2012

Trying to decide whether to use ColdFusion's EHCache implemention or CacheBox? You don't have to choose one or the other! CacheBox is a cache aggregator, which means it lets you use the same standard API to interact with any number of different cache providers-- including EHCache. 

Read More

CBDW Featured Session: MultiLingual (i18N) Solutions in ColdBox Platform

Brad Wood |  July 17, 2012

There's only 1 week left before ColdBox Developer Week delivers a solid week of online ColdBox-related CFML training.  We have 15 different sessions lined up and the one I'd like to feature today is "MultiLingual (i18N) Solutions in ColdBox Platform" by Oguz Demirkapi.  This session will be held at 3pm CST on Tuesday, July 24th.

Read More