Blog
CFUnited2010 ColdBox Presentation Slides
ColdBox Platform Utilities 2.0 Released!
I am glad to announce a new release for our Adobe ColdFusion Builder Extensions: ColdBox Platform Utilities 2.0. This new update features the following:
- Creation of virtual entity services for our ColdBox ORM integration
- Updated the ORM Event Handler so you can gene...
Mega ColdBox Training Blowout
Two more days and registration closes and there are only 2 seats left, so we are doing a mega blowout sale on preCFunited ColdBox Training. So click here and find out your discount. This one-time opportunity ends tomorrow night, so hurry.
...Combine/Merge ColdFusion arrays with Java Array addAll()
Have you ever wanted a quick and easy way to combine arrays in ColdFusion. I have done this a number of ways in the best, but came across this gem and thought I would share.
All ColdFusion arrays are of the Java vector type, we can use the underlying java.util.Vector class methods, specifically the addAll() method.
Keep in mind that this is not a "documented" use of arrays in ColdFusion, so at any version it may stop working.
Merging two arrays in ColdFusion with the java.util.vector.addAll()
ar1 = ["a","b","c"];
ar2 = ["d","e","f"];
ar1.addAll(ar2);
writeDump(ar1);
ColdBox preCfunited Training closes this Friday
This Friday is the last day to register for our pre-CFUnited training on the ColdBox Platform. We are really excited to present entirely new material for this training all based on the upcoming 3.0.0 release targeted for mid August.
So if you would like to learn about this exciting and enterprise ready ColdFusion development pla...
LogBox 1.4 Released!
Our amazing LogBox: Enterprise Logging Library reaches another step in maturity to version 1.4. This release has some great additions but also some needed fixes. We have now also added the ability to download and view the CFC API Docs online thanks to
ColdBox eBook sample chapters
Download eBook Sample
New ColdBox eBooks and prices slashed!
Just a nice reminder that our ColdBox eBooks have been price slashed to $29.99 in honor of having a great summer! So check out our new offerings below and if the prices have not been updated yet, then please wait as the catalogs are updated. FYI: The eBook format now supports printing, copy/...
What happens at ColdBox Training?
Here is a little insight of what happens at ColdBox Training: