Blog

ColdBox Framework: Should the fwreinit action be protected?

Luis Majano |  October 15, 2008

I have had some suggestions for the fwreinit flag to be protected in order to reinitialize the application at hand. What do you think? Is this overkill? The application reinitializes, but it does not crash. It just adds some extra cycles to the request in order to clear and reinit the app. Please send me your comments, suggestions? Should an application reinit, be password protected? Thanks, Luis

...
Read More

ColdBox Updates: Getting back on Track!!

Luis Majano |  October 15, 2008

After spending a very productive ColdBox weeked, here are some links that you will find interesting:

Milestone for 1.2.0 Matures

Milestone 1.2.0

FAQ Updated

FAQ

Announcing ColdBox Cache!!

This will make some users happy!! I am still on the planning and research phase, but putting a...

Read More

ColdBoxReader at RIA Forge

Luis Majano |  October 15, 2008

I just opened the announcement of ColdBoxReader. A coldfusion based RSS reader that comes included with the ColdBox Bundle. I will be separating this project and enhancing it according to community needs. So please give your opinions and suggestions on this project. As of now, it is part of the ColdBox project and will continue in its same timeline. The link is http://coldboxreader.riaforge.org/ So please enjoy and bring me your comments and ...

Read More

ColdBox surpases the 500 downloads.

Luis Majano |  October 15, 2008

Just a quick note, that I was impressed today to see that more than 500 downloads have been registered for ColdBox since I opened the project back in August. I am really grateful that this framework is having great response even in its infancy. Thanks again for your support and please continue to support Open Source Projects. Have a great X-Mas and a happy New Year. May God bless your coding brain cells and soon to be carpetunnel fingers.

...
Read More

Great Frameworks Article, ColdBox mentioned.

Luis Majano |  October 15, 2008

You can head over at CFDJ for a great frameworks article by Faisal Abid : Frameworks, Frameworks, Frameworks http://cfdj.sys-con.com/read/317576.htm It talks about why frameworks should be used, their role and how they can help application development. The article mentions ColdBox and some of its features.

...
Read More

You thought ColdBox was Fast. Well it just got faster!!

Luis Majano |  October 15, 2008

For those of you interested in testing the upcoming 1.2.0 ColdBox release, please download it from the repository and give me your feedback. I have just finished uploading a stable version. Some of the new and interesting features are the following:

ColdBox Event Handler Caching

If you thought that ColdBox was a fast framework, well it just got faster. With the flick of a new setting HandlerCaching your application will cache the event handlers. This o...

Read More

1.2.0 Event Handler Caching, your input is required?

Luis Majano |  October 15, 2008

This is more of an announcement of the upcoming 1.2.0 features. Since event handler caching will be instilled into the framework, the performance is dramatic. It actually, does not make sense to be creating event handlers for each request. So version 1.2.0 will be the last version to support uncached handlers. The versions after 1.2.0 will have caching of handlers by default. I see no benefit of not caching the handlers. And they can easily be recreated by using fwreinit= url command So. Since event handler caching actually changes A LOT in event execution. The methods will receive the request collection object, instead of the handler being injected with it at creation. What does this imply? Well, mainly the 'rc' scope will become deprecated. You can keep it, however, you must var scope it locally. Example: var rc = arguments.oRC (or whatever the argument is named, still pending)

Read More

Transitioning from Fusebox 4 to Coldbox!

Luis Majano |  October 15, 2008

My good friend and collaborator Aaron Conran, just posted a very interesting article on how to migrate your fusebox apps to coldbox. Also it explains some of the benefits you achieve. You can find the article here Transitioning from Fusebox to ColdBox

...
Read More

ColdBox 1.2.0 Beta is out. Come and get it.

Luis Majano |  October 15, 2008

Finally you can test drive the up and coming ColdBox 1.2.0. There are so many improvements and enhancements to list here. Below is a sample of the readme. The most notable improvements are IoC integration (coldspring/lightwire), ColdBox in-memory caching manager for event handler caching, plugin caching, custom plugin caching and custom data caching (Event template caching is coming...). The cache is unique, since it displays in the debugging panel the effectiveness of the cache in hits and...

Read More

ColdBox 1.2.0 API Now available.

Luis Majano |  October 15, 2008

The new cfc api for the framework is now available at http://www.coldboxframework.com/documents/cfdocs/ Please head over there to see all the documentation on the new methods, etc. As always, please report any bugs on the forums or to bugs@coldboxframework.com

...
Read More