ColdBox Samples

ColdBox comes bundled with tons of examples that will help you learn and also build ColdBox applications. All the applications that you see below are included in the main release download.

You can also submit your applications, plugins, handlers, interceptors, etc so they can be shared with the Coldbox Community. Just send your requests to info@coldboxframework.com and they will be placed in our special section of the wiki just for contributions, called: Code Depot.

Application Description
cfcViewer Sample App (New) A sample application to show you how to use the cfcViewer plugin to create on the fly cfc documentation.
CF8Ajax (New) A great sample application by Sana Ullah demonstrating the capabilities between ColdBox and ColdFusion 8. It showcases the use of the coldbox proxy, cfc databinding, remote calls, cfajaxproxy, cfgrid, lightwire, and so much more.
ColdBox Flex Tester (New) A sample Flex application that connects to the new ColdBox Proxy to provide a superior service layer and event-driven model.
CCTApp A simple lookup and table management application built using Coldbox, ColdSpring, and Transfer. A great start up project or even an App skeleton for anyone working with the CCT combination. This application was written by Tom de Manincor from http://www.tomdeman.com. You can download the latest version from RIA Forge, by clicking here.
Advanced Transfer ORM Sample Application A more advanced Transfer-ColdBox-ColdSpring application written by Ernst van der Linden. This sample gives you a nice example of listing, CRUD Operations, autowiring and decorators.
LightWire Sample A sample application demonstrating how to tap into LightWire, which is now distributed alongside of ColdBox. This gives you an out of the box simple dependency injection capability for your projects.
i18N Sample A sample application demonstration ColdBox's Internationalization POWER!! by Paul Hastings & Luis Majano
JavaLoader Sample A simple application to demonstrate the JavaLoader cfc by Mark Mandel
ColdBox Sample Gallery The samples gallery that I created in order to showcase all the sample applications and of course, built on ColdBox. You can actually open it from here and test drive the sample applications.
ColdBox Reader 2.0.0 An Ajax RSS feed reader by Oscar Arevalo and myself. This is an incredible sample application that demonstrates the flexibility of ColdBox by incorporating Ajax to the framework using the Prototype Library, Coldspring and a Service Layer Architecture.


  Click here to open the sample.  

Transfer ORM Sample Application A simple ColdBox application using Mark Mandel's Transfer ORM Framework. This sample gives you a nice example of listing and CRUD operations.
Hello World A simple hello world application that introduces the ColdBox system.
Sample Login A revamped sample login application. This shows how you can create simple security with ColdBox.
UDF Library Usage This is a legacy application, to show how to use UDF cfml library templates on your apps.
News Web Service This application shows you how ColdBox can provide easy access to web services by just configuring them in your config.xml and introduces you to the concepts of plugins.
Blog CFC 5.005 Blog CFC by Raymond Camden . This is an incredible blog application that Raymond created and I have ported it to the ColdBox framework.  I try to always catch up with Raymond's latest releases.  Slow down Ray!!! Note: This is only ported not optimized for the framework.
Galleon Forums 1.7.008 Another masterpiece by Raymond Camden , a great forums application.  As always, I might be behind a release or so, due to the impresive coding nature of Mr. Raymond Camden.