Blog

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

ColdBox Beta 2: Flex/AIR Integration

Luis Majano |  October 15, 2008

Well, my secret project is out of the bag today. I have been working in embedding a remote proxy into ColdBox in order to enable remote applications like Flex and AIR to communicate with ColdBox and provide an event model for our model. If that makes sense!! Well, so what do we get? This feature lets you create an event driven model that can easily be called from any flex/air application. Not only that, but you can reinitialize the entire application, get settings, and yes, announce custom or core interceptions. You can create custom interceptor chains for your model that can be executed asynchronously when a user hits a save record button for example. The possibilities are endless. Not only that, but this enables you to actually create two front ends using the same reusable ColdBox and model code. The code is the same, you create event handlers, you interact with a request collection, with core and custom plugins, but you don't set views or layouts because the framework is now a remote framework for your model. So what do you do, well, return data, arrays, xml, value objects. Anything, right from withing the event handlers.

Read More

ColdBox 2.5.0 RC 1 updated, please download fix.

Luis Majano |  October 15, 2008

I have just updated three critical fixes on the RC1 bits that I forgot to include in my script and on my tests. The fixes encompasses the following: 1) Applications running off a root where not registering the handlers property. This has been solved. 2) The multi-threaded logger for coldfusion 8 and bluedragon 7 has been updated with the correct attributes that where missing. 3) The multi-threaded cache manager for coldfusion 8 and bluedragon7 has been updated with the correct attributes ...

Read More

Dashboard problems on RC1

Luis Majano |  October 15, 2008

I just realized that the compilation under cf8 will not work in cf7. Therefore, I will have to alter my compilation scripts to do cf7 and cf8 compilations for the Dashboard. Expect an update for the dashboard in the RC1 package by the end of the weekend. This should be easy to setup so I can deliver a cf8 and cf7 compiled dashboard.

...
Read More

ColdBox license agreement on logo, web assets, documentation and more

Luis Majano |  October 15, 2008

I have updated the ColdBox license agreement for logos, web assets, documentation and much more. You can find it here: http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbLicenseAgreement The license agreement describes the frameworks Apache 2 license and the updated license for all the content, logo, web assets and documentation, THEY ARE TWO SEPARATE ENTITIES AND LICENSES. So please check it out, so y...

Read More