Blog

ContentBox v1.5.3 Released

Luis Majano |  May 23, 2013

We are announcing the availability of v1.5.3 of ContentBox as a critical update that fixes a lot of issues our customers have experienced.  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.

  • ContentBox Source: To deploy in any CFML engine (Adobe or Railo)
  • ContentBox WAR: ...
Read More

Tip of the Week: Enabling Event Caching

Brad Wood |  May 23, 2013

An important piece of a well-performing application that can scale under load is caching.  This can (and should) be implemented at multiple levels.  CacheBox is an enterprise cache API and aggregator that can be used stand-alone and comes bundled with the ColdBox framework.  ColdBox has some nice hooks to allow you to utilize CacheBox in several ways with very little work and Event Caching is one of those ways.

Event Caching gives you the ability to cache the result o...

Read More

Welcome ContentBox v1.5.2

Luis Majano |  May 14, 2013

We are so proud to announce another major milestone in our software, v1.5.2.  This release has definitely been a world collaboration event as we joined forces to completely update the Administrator UI and fix over 50 different tickets.  So big thanks go to Curt Gratz, Seth Engen, Brad Woord, Richard Mckenna, Joel Watson, Andrew Scott, etc.  You can find all about the release in our

Read More

*Box Party Hackathon at CFObjective 2013

Luis Majano |  May 11, 2013

We are excited to announce our first ever *BOX Party Hackathon at this year's CFObjective 2013 in conjunction with Computer Know How.  We will be holding a get together for all *BOX aficionados (WireBox, MockBox, LogBox, ColdBox, ColdBox LITE, DevBox, ContentBox, DataBoss, etc) filled with drinks, prizes and cool hacking events.  We have some awesome geek prizes from rubik's cubes, to 80's inspired electr...

Read More

Tip of the Week: What is a Soft Reference Cache Anyway?

Brad Wood |  May 07, 2013

CacheBox contains a number of different cache providers ranging from EHCache to Railo's Memcached.  There is also a provider implemented in ColdFusion simply called the "CacheBox Provider" and two of it's stores are the ConcurrentStore and the ConcurrentSoftReferenceStore.  You may have wondered what the "soft reference" part means and why you would want to use it.  If that's you, here's some history and explanation.  

In Java, Whether or not an object is garbage...

Read More