Category Selected:

coldfusion

Blog

Easy Bake: Multi-Tier Deployments using CommandBox Docker Images

Jon Clausen |  July 24, 2017

We've been using our CommandBox Docker images for awhile now for multi-tier development and deployment. We've also received a lot of great feedback from the community that has helped to expand the power and flexibility of the those images in orchestrating CFML server environments.

One important aspect of non-development deployments of applications on the CommandBox image, is the need to warm up the server by seeding the CFML engine file system and configuration before the application is deployed in its target environment/tier. Other than the default Lucee 4.5 engine, which is what CommandBox, itself, runs on, any CFML engine specified in your application's server.json file is downloaded upon server start. Depending on the latency of your Docker environment's connection, this can mean that a bare-bones first run of your application can take minutes to start up, rather than seconds. For obvious reasons, this is not desirable.

Read More

A ColdBox Success Story - Patrick Leal of Paper Oh!

Luis Majano |  June 13, 2017

A ColdBox Success Story!

Listen to Patrick, director of Paper Oh, discuss his experience of ColdBox training during CFSummit 2016 and his plans to implement ColdBox and ColdFusion in their applications in Brazil!

Read More

ContentBox v3.6.0 Released

Luis Majano |  June 08, 2017

Today we are very excited to bring you ContentBox version 3.6.0!

This release is all about improvements to the core, localization and internationalization for sites, many bug fixes, UI improvements and updates to our containerization strategy!

Read More

A ContentBox CMS Success Story - Tim Cunningham- Primoris Services

Luis Majano |  June 06, 2017

A ContnentBox Success Story!

Watch and listen as Tim Cunningham, the vice president of [Primoris Services](http://www.primoriscorp.com/) discusses how they leveraged ContentBox Modular CMS to deliver a payment portal for their API payment services!

Read More

Portainer Docker Support for CommandBox and ContentBox

Luis Majano |  May 23, 2017

We are very excited that the [Portainer.io](http://portainer.io/) crew has added support for CommandBox and CommandBox docker image deployment!

Don't know what a container is? Continue down and we will show you what it's all about!

Read More

A ColdBox Success Story - Brian Sappery- Shop.com

Luis Majano |  May 23, 2017

Another ColdBox Success Story!

Brian Sappery, Applications Architect for [shop.com](https://shop.com), discusses how they leverage the ColdBox Platform and ColdFusion for delivering a high impact and mission critical RESTFul applications, that powers much of their multi-million dollar infrastructure!

Read More

A ColdBox Success Story - Chad Haney - PiepelineSuite

Luis Majano |  May 19, 2017

Watch and Listen to a ColdBox Success Story!

Chad Haney, the CTO for [pipelinesuite](https://pipelinesuite.com/) discusses how they leverage the [ColdBox Platform](/products/coldbox) for delivering a high impact Software as a Service built in ColdFusion (CFML)!

Read More

DC CF.Objective() 2017 CommandBox Training Discounts

Luis Majano |  May 19, 2017

DC CommandBox Training Discounts!


If you will be attending this year's [CF.Objective](https://www.cfobjective.com/) (Which you should!) on July, then you can attend our ColdFusion CommandBox training (July 18-19) and get a whooping **25%**! You can use the discount code `cfobjective` and be on your way to learn how to evolve your legacy ColdFusion applications by using modern tooling like CommandBox!

Read More

TestBox v2.5.0 Released!

Luis Majano |  May 18, 2017

We are excited to announce the release of TestBox version 2.5.0. To install just do:

box install testbox --savedev

To upgrade your current testbox installation just run the following:

box uninstall testbox && install testbox --savedev

TestBox 2.5.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release. One of the biggest features for TestBox that was not part of TestBox, was the addition of TestBox Watchers to CommandBox.

Read More

ColdBox Framework Reinit Strategies

Brad Wood |  May 11, 2017

ColdBox Framework Reinit Strategies!

Everybody updates their code.  Some more than others, and many during business hours.  This leads to the inevitable conundrum of needing to reinit your ColdBox application to pick up said changes. If ColdBox is reinitted while a server is under load, some users may get errors, so it's a very common to get questions about how to handle that. 

Read More