Blog

Loading ColdBox Settings from the database

Luis Majano |  January 16, 2009
The ColdBox configuration file has a place for you as the developer to create as many custom setting variables as you like.  You can create simple or complex settings via JSON notation.  This approach is great, but sometimes, you want for these variables to be, well, more dynamic.  The following UDF helps you achieve this, by storing your name-value pairs of settings in a persisten storage such as a database.  Then just basically call this UDF from your application start hand...
Read More

Code Depot updates, new plugin and interceptor

Luis Majano |  January 14, 2009
Dutch Rapley has contributed two nice additions, a POST method plugin and a form inspector interceptor. Please check them out here in our code depot.
...
Read More

ColdBox 2.6.2 Fixes and Patches

Luis Majano |  January 08, 2009
There have been some bug fixes and patches to 2.6.2 that can be located on our daily build and SVN.  If you are curious of what these bugs are and how milestone 2.6.3 is shaping up, please go here and check it out.

2.6.3 will be our last maintenance release in our 2.X ColdBox Series before we start development on ColdBox 3.0.0 which will be a nice move ahead from our past 15 versions.  We have tons of ex...
Read More

ColdBox will be at CFUnited 2009

Luis Majano |  January 07, 2009



I am happy to announce that ColdBox will be at CFUnited 2009. Our topic to showcase our new ColdBox Platform was accepted and will be debuting at CFUnited 2009. So if you want to register for one of the best ColdFusion conferences in the world,
Read More

ColdBox Eclipse Plugins Updated v1.0.7

Luis Majano |  December 21, 2008
Alongside the ColdBox 2.6.2 release we have also released the Eclipse Reference Plugins version 1.0.7.  You can find the instructions on how to download, update or install in our Eclipse Plugins Guide.

Thanks and enjoy!!
...
Read More

ColdBox 2.6.2 Final Release: Happy Holidays!

Luis Majano |  December 21, 2008

In full X-Mas spirit, here is my X-Mas Gift to the ColdFusion Community: ColdBox 2.6.2 Final Release codename series "FAITH". 

This is a major maintenance release that is full of joy and goodies.  There have been over 33 critical fixes to the core, over 4 major sample applications added, over 5 more documentation guides and

Read More

ColdBox 2.6.2 Making Code Deploys Easier!

Luis Majano |  December 18, 2008
Do you like code deploys to servers? Do you really enjoy them or do you dislike them because of all the hoopla you need to do to get the new code up and running? Need to clean some cache, clean some directory, run some scripts?  Well, not anymore!

ColdBox 2.6.2 introduces a new interceptor called the Deploy Interceptor.  This interceptor's only purpose is to help you do deploys to a server or cluster of servers a total breeze.  It can even run specific tasks right befor...
Read More

Using the Transfer Loader Interceptor & the ioc plugin

Luis Majano |  December 15, 2008

The new Transfer Loader interceptor in the up-coming ColdBox 2.6.2 will provide you with a very easy way to configure Transfer ORM in your application and use it from ColdSpring or LightWire. How easy? This easy? Open your coldbox configuration file and try to add the following, of course season to your own taste: /${Setting: AppMapping not found}/config/transfer.xml.cfm /${Setting: AppMapping not found}/config/definitions blogDSN For those who are wondering what ${Setting: AppMapping not found} means, it means that in ColdBox 2.6.2 you can re-use ANY setting within other settings and interceptor properties, much like how you do ${} replacements in ColdSpring and Lightwire, but on the coldbox.xml.

Read More

CBOX-100 Munich Training Pictures

Luis Majano |  December 08, 2008
I posted the Munich CBOX-100 pictures in our Flickr group this weekend but I forgot to blog about it. If you would like to see them, just go here: http://www.flickr.com/photos/lmajano/tags/cbox100munich2008/

Thanks to all the attendees for making this a great training!!

Read More