RC 2 includes tons of fixes and the up and coming SES support. Please test to your heart's delight. Download RC 2 Now You can find more guides at the wiki and the What's new guide at http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbWhatsNew2.50 That will tell you eve...
Blog
ColdBox Presentation at the ColdFusion Meetup Group
Charlie has posted yeseterday's presentation at the ColdFusion Meetup. http://experts.acrobat.com/p68743264/ So please watch it and learn about ColdBox
...ColdBox : A Tour at the Orlando CFUG Presentation, Watch it!
I did yesterday a presentation at the Orlando User Group, ADOGO, and it went awesome. Thanks Brian and crew for hosting me. The presentation covers some theory but we did a lot of hands on. I showed off event caching, scaffolding support via illudium, even ses support, and much much more. So check it out at the following URL: http://adobechats.adobe.acrobat.com/p91785199/
...Last BlueDragon 7 (cfthread) bug with ColdBox resolved.
I am so happy to announce that the last bug for BlueDragon 7 on ColdBox has been resolved. It was tricky, but it all came down to using "-" on the name of the thread being created.
If you have something like:
...
This would fail parsing in bluedragon 7 but work as normal in Adobe CF. So I had to replace and come up with better names:
...
And voila!!! It works!! So the final bug registered for ColdBox RC 2 has been resolved. Hopefully, no more bugs wil...
Submit your ColdBox sites, applications, and companies
If you have a company, website or application built on ColdBox, please submit it to this post or at info@coldboxframework.com so it can be placed at our new wiki page at : http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbSitesUsed So please reply to this post with your company name, websites, or applications built.
...NASA Jet Propulsion Laboratory Adopts ColdBox, why shouldn't you? Plus, More news.
I got word today that I could post this story, so here it is. NASA Jet Propulsion Laboratory has adopted ColdBox for their web application development on several projects. This is very good news for the ColdBox and ColdFusion community as more and more companies are adopting ColdBox as their framework and software toolkit.
ColdBox 2.5.0 Final Release is here!!
After several months of development, ColdBox 2.5.0 is finally here. This is a truly great release and I want to thank God for his guidance. The release includes tons of new features, updates and fixes. All you need to know about the framework has been documented and can be found at the current wiki: What...
CF.Objective 2008 Sessions and Speakers: ColdBox Session Debuts!!
I got great news today from Sean Corfield that my topics where selected for CF.Objective(). Not only will I be doing a introduction presentation but a 2 hour hands on to advanced techniques with the coldbox framework. You can see all the sessions here. So Minneapolis, here I come!!
...In the Xmas Spirit: What do you want for ColdBox & The ColdBox Dashboard?
Now that 2.5 is out and the Dashboard 2.2.2 is also out, what do you expect for further releases. Russ Johnson joined team ColdBox and he is brining a tons of new ideas and funky stuff that will blow your mind. But apart from those, what are your expectations on ColdBox? What do you want from this framework AND toolkit!! More plugins? More interceptors? More GUI releated ideas? More debugging tools? What? Also, what are your thoughts on the Co...
SES interceptor update for ColdBox 2.5.1
Matt Quackenbush submitted this unusual behavior a few days ago and I was finally able to reproduce and fix today. Here is his excerpt:
If I browse to http://localhost/myApp/index.cfm/main/dspHome (or any other explicitly-called event), everything is good to go. However, if I browse to http://localhost/myApp/ or http://localhost/myApp/index.cfm, an exception is thrown that says: The event handler: index.cfm.dspHome is not valid registered event.