Category Selected:

coldbox-mvc

Blog

Use ColdBox to Write Your Next REST API

Brad Wood |  March 27, 2014

REST APIs are a popular and easy way to add HTTP endpoints to your web applications to act as web services for third parties or even other internal systems. REST is simpler and requires less verbosity and overhead than other protocols such as SOAP or XML-RPC. Creating a fully-featured REST API is easy with the ColdBox Platform. Everything you need for creating routes, massaging data, and enforcing security comes out of the box.

The ColdBox MVC Platform has had excellent support for ...

Read More

New WireBox AOP Ref Card Released

Luis Majano |  March 14, 2014

We have just released another installment in our series of getting started reference cards, WireBox AOP Ref Card.  For anyone who's been waiting to jump into WireBox Aspect Oriented Programming, here is your nice full-color introduction to AOP with WireBox.

WireBox Ref ...

Read More

Tip of the Week: Easily Customize LogBox Appender Formats

Brad Wood |  February 18, 2014

LogBox ships with a number of appenders for you to use including the File, Email, and Socket Appenders. These all have a default way that they format the data before its persisted. For instance, the FileAppender will write out each log event like so:

"Severity","Name","MM/DD/YYYY","HH:MM:SS","Category","Message"

If you need the data to be in a different format, or perhaps e...

Read More

California 2014 ColdBox TestBox Training

Luis Majano |  February 17, 2014

Come train where it is sunny and warm!

We will be holding a ColdBox and TestBox bootcamp in sunny California this March 12th-14th, 2014.  This bootcamp will include a medley of our professional training courses and lead by ColdBox creator

Read More

ColdBox 4 Roadmap Released

Brad Wood |  February 12, 2014

We've been hard at work planning the future of CFML's most comprehensive development platform and we're pleased to announce our roadmap for the next major version of the ColdBox MVC Platform.  Click the button below to download our complete roadmap document.

Read More

TestBox BDD/xUnit Testing v1.1.0 Final

Luis Majano |  February 12, 2014

We are very happy to release our first minor patch for TestBox.  This update includes finalizations of some features but mostly tons and tons of improvements and fixes as our library matures.  For those of you who do not know about TestBox, TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavi...

Read More