Articles & Tutorials
Navigation: ( WikiStart, es/start, ja/start)
Some of the following articles and tutorials are hosted by other sites and they might not work. If some links are not working, please report them to me.
Jason Dean's Tutorial Series
- Part 1 : http://www.12robots.com/index.cfm/2008/9/21/Building-an-Application-with-ColdBox-and-ColdSpring--Part-1
- Part 2 : http://www.12robots.com/index.cfm/2008/9/28/Setting-up-a-ColdBox-Application--ColdBox-Series-Part-2
- Part 3 : http://www.12robots.com/index.cfm/2008/10/1/A-Look-at-Event-Handlers--ColdBox-Series-Part-3
- Part 4 : http://www.12robots.com/index.cfm/2008/10/6/Understanding-the-coldboxxml-config-file--ColdBox-Series-Part-4
- Part 5 : http://www.12robots.com/index.cfm/2008/10/7/Convention-over-Configuration--ColdBox-Series-Part-5
Jason Dean's Form Handling and Validation with ColdBox, Coldspring and Transfer
- Part 1 : http://www.12robots.com/index.cfm/2008/8/13/Form-Handling-and-Validation-with-ColdBox-ColdSpring-and-Transfer
- Part 2 : http://www.12robots.com/index.cfm/2008/8/13/Form-Handling-and-Validation-with-ColdBox-ColdSpring-and-Transfer-Part-2
- Part 3 : http://www.12robots.com/index.cfm/2008/8/13/Form-Handling-and-Validation-with-ColdBox-ColdSpring-and-Transfer-Part-3
Other Articles
- Implicit Views in ColdBox (Tony Garcia)
Tony discusses how to create implicit views according to what event executes. Very impressive stuff.
- Clustered Environments & the SES Interceptor (Tom de Manincor)
Tom explains how to change properties in the ses interceptor according to cluster environments.
- ColdBox Using Persist (Matt Quackenbush)
Matt explains how to use the flash persistence mechanism in ColdBox
- ColdBox-ColdSpring and Transfer Dynamic Datasource Support (Tom de Manincor)
Tom explains how to use the Coldbox JSON Complex settings and a custom transfer configuration bean to setup dynamic datasources.
- Environment Interceptor supporting RegEx (Tom de Manincor)
Tom explains how he extended the core environment interceptor to use regular expressions.
- ColdBox 2.6 Makes SES Even Easier (Matt Quackenbush)
Matt discusses the new usage of the buildLink() method on 2.6 and some cool SES integration.
- ColdBox26--Ajax Powered by JQuery (Matt Quackenbush)
A nice introduction to how to use JQUERY + Coldbox 2.6
- ColdBox Viewlets (Russ Johnson)
A great tutorial on how to create ColdBox Viewlets for self-sustained views.
Sana Ullah has a very good intro series to all the new features of ColdBox 2.6
Very interesting tutorial that uses the request context decorator.
Coldcourse integration into Coldbox 2.5
An essay on how ColdBox started and why it exists
Nick Tong explains how to install the framework in two easy steps.
- Transitioning from Fusebox to ColdBox (Aaron Conran)
Aaron discusses how he transitioned from fusebox to coldbox
- Automatically include your views with coldbox (Adam Fortuna)
Adam discusses how to automatically include your views with coldbox
- Porting Fusebox 5 Apps to ColdBox: Controllers (Russ Johnson)
Russ Discusses how to port fusebox 5 apps to coldbox
- Porting Fusebox 5 Apps to ColdBox: Views (Russ Johnson)
Russ Discusses how to port fusebox 5 apps to coldbox
- Creating Printable Views From Your Existing ColdBox Methods (Russ Johnson)
Russ shows how to create different printable views by switching layouts.
- It's Magic! The ColdBox BeanFactory Plugin! (Russ Johnson)
Russ discusses some simple scenarios of how to populate beans using the ColdBox beanfactory plugin.
