Blog

Press Release: CacheBox Book

Frank Pimentel |  August 04, 2012

CacheBox is an enterprise caching engine, aggregator, and API for ColdFusion applications. It is part of the ColdBox ColdFusion Development Platform, but it can ...

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

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

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

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

Tip of the Week: Using Rewrites to Clean Up Your URLs

Brad Wood |  July 17, 2012

 

The typical ColdBox application always has "index.cfm" somewhere in each URL.  This is required so the web server knows to have your CFML application server process the request.  With the SES intereceptor you can eliminate the query string, but do you wonder how some websites get away with no file at all for super pretty URLs like tv.adobe.com/product/coldfusion
 
Read More

Tip of the Week: View Caching

Brad Wood |  July 10, 2012
Do you have slow views whose output rarely or never changes? You can get an easy boost in performance by caching those views so they are not re-rendered on every request.

The following code shows two ways to cache the output from a view for a given number of minutes.
Read More