Blog

ColdBox 2.1.0 wishlist, what do you want?

Luis Majano |  October 15, 2008

As ColdBox has gathered steam and continues to do so, development for the 2.1.0 release has already begun. We are also in need of your observations and suggestions. We have gotten several wishlists and feature requests that will be implemented for version 2.1.0

...
Read More

Weekly ColdBox Development Update!

Luis Majano |  October 15, 2008

I am starting a new series today in which I'll document the progress the ColdBox team is making on the development efforts of ColdBox. This series is mostly focused on the development and how we are achieving it. It will be interesting to get input from all ColdBox developers as new features are added, bugs are fixed and more.

Weekly Report:

Read More

Railo 2.0 and ColdBox!! A great Combo!!

Luis Majano |  October 15, 2008

If you have not heard about Railo, then you should. It is an excellent CFML engine and best of all, the pricing on it is awesome. ColdBox is fully supported under the new Railo 2.0 and let me tell you, it FLIES!! Railo on itself is an incredibly fast CFML engine. You add ColdBox to the mix and you have a powerful combination. You can go here and find out more information abo...

Read More

ColdBox needs Designers or CSS Masters for Error Template!!

Luis Majano |  October 15, 2008

This is a call to designers or CSS masters. I am currently modifying the error template for ColdBox and need a new design and layout. If you are interesting in taking on this task and helping out, then please download the attached zip file and do your magic. The only requirements is that it needs to be css and look attractive. The attached file contains a style sheet and the Bug Report file. The report gets both rendered and emailed. No images can be used, just color combinations and effec...

Read More

Bi-Weekly ColdBox Development Update!

Luis Majano |  October 15, 2008

Well another two weeks go by and work keeps piling up. However, there where several steps forwards with ColdBox this past two weeks. I have been toying with the new website concept and have spent most of my time back in Fireworks and Art Director's Toolkit. Ahh the world of design, how hard are thee!! Anyways, there are several things to report and how progress continues. Also, Compatibility Guide for 2.1.0

Read More

Miami here I come!! Vacation Time, Sorry No ColdBox Dev.

Luis Majano |  October 15, 2008

Sorry guys, no ColdBox development for about a week and a half!! The wife requires it, now that we are going to Florida for a brothers reunion. So DON"T BOTHER ME!! Have a great week.

...
Read More

ColdBox Docs now include cache information.

Luis Majano |  October 15, 2008

I updated the ColdBox docs api to include ColdBox cache metadata information. It was an easy addition and a great one. Now you can use this to actually document your handlers if you wanted and get the extra ColdBox metadata javadocs style. Below you can see a screenshot. docs cache The project used is CFCDoc and can be found at http://cfcdoc.riaforge.org/. To do the metadata update if you use this great project, you will need to open the doctemplate.cfm found in the templates folder. Look for the following line of code:

Read More

Presenting at the Melbourne CFUG October 18th

Luis Majano |  October 15, 2008

I will be presenting at the Melbourne CFUG this October 18th on ColdBox. However, it will be on my 2AM, (thanks Mark!!) So I will have to struggle with sleep deprivation for the presentation. You can find more information on the presentation here.

...
Read More

ColdBox 2.5.0 Beta 1 is now available!!

Luis Majano |  October 15, 2008

Well ladies and gentleman, a new era of ColdBox is here and its called ColdBox 2.5.0 : Romans 8:32

This is a major step forwards for ColdBox and I am proud now to announce all the new features (some are left out for beta 2, hush hush). The new Dashboard is still in construction and not included in this beta. The sample applications are unfinished also, but 2.5.0 compliant.

Here are two new guides and the documentation will start its updating cycle starting today:

Compatibility Guide:
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbCompatabilityGuide_250

New Interceptors Guide:
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbInterceptorsGuide

New Request Context Decorators Guide:
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbRequestContextDecoratorGuide

 

You can find the download in the forums.

 


 

Fixes, Updates and New Features for 2.5.0 : Romans 8:32

- #135 Application.cfc Support, Application.cfm + index.cfm combo still supported but will be deprecated by the 2.7 version. Please update your apps to use the included Application.cfc.

- #163 Project Interceptors : You can now intercept calls in over 12 execution points of a user request,

Read More

BlueDragon 7 bug when looping over an iterator. Need Help?

Luis Majano |  October 15, 2008

I am now debugging ColdBox for BlueDragon 7 and came upon an interesting bug that I cannot find a solution for. I am trying to get an iterator out of a linkedHashMap and BD keeps throwing me a Method hasNext could not be legally accessed. Has anybody experienced this? If so, please help. Below is the current simple code: //Create HashMap LinkedHashMap = CreateObject("java","java.util.LinkedHashMap").init(3); Collections = createObject("java", "java.util.Collection...

Read More