Blog

ColdBox:A ColdFusion Framework: Dashboard now in Spanish.

Luis Majano |  October 15, 2008

Thanks to ColdBox's easy i18n and resource bundle support (Paul Hastings and Ray Camden) the dashboard application is now in Spanish for all of the Latinos in the CF community. Also, the samples gallery application is in Spanish. I will be updating all the documentation to Spanish too, but it will take me some time. I really would appreciate your feedback on typos or sentences that really do not make any sense or if you want to help me translate, well,you are more than welcome. You can d...

Read More

ColdBox: 1.0.1 revision is now available.

Luis Majano |  October 15, 2008

I just finished uploading some initial observations of the beta. Specifically one with the ApplicationStartHandler, where it was not firing automatically, just manually through the fwreinit action. You can download the update, or you can use the auto-update feature of the dashboard. So give that auto-update feature a spin and let me know if it blows up. http://www.luismajano.com/projects/coldbox Enjoy.

...
Read More

ColdBox: 1.0.2 for Friday

Luis Majano |  October 15, 2008

I will be releasing a minor update this Friday for ColdBox. This is special, because it now includes a JavaLoader CFC plug-in and it works great. It remains true to the actual cfc, just a little bit simpler to use. I will be including a new sample application to demonstrate how to use the JavaLoader cfc and updating the Wiki. It also includes a fix for the CustomException H...

Read More

Introducing ColdBox. An open source Coldfusion Framework

Luis Majano |  October 15, 2008

Well, I am finally opening the lid on a project I have been developing since August of last year: ColdBox a ColdFusion Framework. I am just releasing the specs for this framework for now as I complete all the documentation and sample applications. If you want to see how it works, well you are already using it. This site, its blog (Raymond Camden's BlogCFC by the way), and its forums (

Read More

ColdBox: 1.0.2 is now available.

Luis Majano |  October 15, 2008

This new revision is now available for download. It includes the new JavaLoader cfc by Mark Mandel as a ColdBox plugin, a new sample application to show how to use the plugin, two fixes and mostly code cleanup. The docs have been updated and so has the wiki. In the future I will be mostly updating the wiki docs, and posting the documentation there. So please give this revision a try. You can use the auto-update feature on the Dashboard or just simply download it.

Read More

Coldbox Download Error, My Apologies

Luis Majano |  October 15, 2008

I just realized that the bundle upload was incorrect. You should now be able to download the coldbox bundle. My apologies, the file escaped my mind!! Enjoy

...
Read More

ColdBox: Config.xml Tutorial Part I

Luis Majano |  October 15, 2008

This is Part I of a tutorial about the ColdBox config.xml This introduces you to the framework settings and what you can define and do in ColdBox. You can find a sample config.xml below. We will go section by section, explain what each section does, how you can use it, and maybe you can give me feedback on future versions. Also, you can find the schema documentation by using the link below: http://luismajano.com/projects/coldbox/documents/SchemaDocs/index.html A great place to start can also be found in the wiki: http://trac.luismajano.com/coldbox/wiki/cbConfigGuide

Read More

How does ColdBox compare to other Frameworks

Luis Majano |  October 15, 2008

On my last post, Sami Hoda, pointed out the following:

How about an architectural comparison between Coldbox and other frameworks to give existing frameworks people perspective?

And I think it is a great idea to give reference on what ColdBox can do and how does it compare to other frameworks. However, I do need some help from you (Developers) to post exactly what you want to compare. I can ramble and ramble, but I would prefer to get a listing of wh...

Read More

ColdBox: Dashboard Auto Update Video Tutorial

Luis Majano |  October 15, 2008

I just uploaded a small video to youtube to demonstrate how easy it is to use the ColdBox Dashboard to auto update your ColdBox installation. You can find the video here: http://www.youtube.com/watch?v=bTbXiUeQOG0 Or you can view it below, if the embedded video works:
Read More

ColdBox Framework: Config.xml Tutorial Part II

Luis Majano |  October 15, 2008

Yesterday, we went over the initial steps on the config.xml, click here to read it. We went over the Settings element and all the configurations that ColdBox can do for you. Today we continue on reviewing the rest of the elements in this config file. This is the full config.xml file: mail.server.com myusername mypassword cfcoldbox@coldbox.com joe@coldbox.com luis@gmail.com dev localhost mydev Layout.Main.cfm vwEmails vwPhones vwContactBook includes/main en_US session

Read More