Blog

ColdBox GroovyLoader 3.0 Released!

Luis Majano |  March 06, 2013

Thanks to team member Sana Ullah, we have upgraded our Groovy Loader project to version 3.0.  This version includes several updates like it sports a new interceptor called GroovyStarter that you can configure in your configuration file and the entire groovy environment will wrap itself and become available in any ColdBox 3.5 application.

Not only that, but now you can also add any amount of java and groovy library locations and the plugin will load them at startup into your application.  These libraries can be Spring, Hibernate, Apache Commons, etc.  Finally, what good is a project without documentation, so we now have the project fully documented: http://wiki.coldbox.org/wiki/Projects:GroovyLoader.cfm

Read More

Tip of the Week: Configuring Additional CacheBox Caches

Brad Wood |  February 28, 2013

 

Every ColdBox install comes with an instance of the CacheBox cache aggregator ready to go.  There are two caches that have to be defined: default, and template.  The former is the default provider used if you don't specify another one.  The latter provider is used internally for cached events and views.  What's cool about CacheBox as a cache aggregator is that you can configure as many named providers as you like to report and tune separate areas of your...
Read More

ColdBox Platform v3.6.0 Released!

Brad Wood |  February 26, 2013

logo

We are proud to announce ColdBox Platform release version 3.6.0 and ColdBox DevBox 2.3. This is an important minor release that addresses many important issues, but also introduces some great enhancements. There are no compatibility updates needed and here are our "What's New" guideline:

Read More

ColdBox Online Training 75% Off

Luis Majano |  February 20, 2013

This week only until Saturday February 23rd, 2013, you can get access to our online ColdBox training course for 75% off the retail value.  This online training course has over 50 lessons, over 15 hours worth of video and much more.  You can also train right in your iPad or iPhone device, so what are you waiting for, get your training on!

 

Read More

Tip of the Week: CacheBox Tuning with the Debug Panel

Brad Wood |  February 16, 2013

 

If you use CacheBox (and if you use ColdBox to any extent, you do) it is important to inspect your cache performance from time to time.  A poorly tuned cache can bring about unexpected performance issues when your application gets under load (such as the dog-pile effect).
 
Since CacheBox is a cache aggregator that means it has the ability to wrap up multiple caches from different sources under one API.  By default, ColdBox c...
Read More

Finance Your ColdBox Trainings

Luis Majano |  February 06, 2013

Thanks to PayPal you can now finance your ColdBox Trainings by using the Bill Me Later service once you check out.  This is a great way to be able to finance or pay in installments for your ColdBox training needs with no interest for the first 6 months.  This applies to all our training seminars currently offered now and in the future.  You don't have to do anything special, just follow the checkout proc...

Read More

Tip of the Week: WireBox Debug Output

Brad Wood |  February 06, 2013

 

If you've used WireBox for autowiring the CFCs in your application, you may have reached a point where you were having trouble figuring out what was going on behind the scenes.  This can be especially true if you've added auutowire metdata to a CFC, but the dependencies still aren't getting injected.
 
WireBox actually has pretty robust debug-level logging built in via LogBox that will tell you everything it is doing, but the ques...
Read More

Introducing CacheBack - A caching WireBox aspect

Curt Gratz |  February 01, 2013

 


ColdBox-CacheBack

A cool annotation based...

Read More

Tip of the Week: Complex ColdBox Settings

Brad Wood |  January 30, 2013

 

One of the handy things about the ColdBox settings CFC is you can store ad-hoc settings for your application which can be retrieved or injected anywhere in your application.  
 
Remember, since your settings config is just a struct in a CFC, you aren't limited to settings which are strings.  You can store pretty much any kind of setting that will fit into a ColdFusion variable.
 

ColdBox BootCamp at Scotch on the Rocks 2013

Luis Majano |  January 16, 2013

We are so excited to bring you our very first European ColdBox BootCamp of the year.  We will be holding an amazing ColdBox BootCamp before this year's Scotch on the Rocks conference from June 3rd to the 5th.  This bootcamp will include a medley of our professional training courses and lead by ColdBox creator Luis Majano.  We will be reviewing the major portions of these courses, building applica...

Read More