Category Selected:

news

Blog

SSL Interceptor by Ernst van der Linden

Luis Majano |  October 15, 2008

Ernst has just posted his code for an ssl interceptor he just created. It looks awesome so take a look for yourself.

...
Read More

Spry and ColdBox, what a great combination!

Luis Majano |  October 15, 2008

Ernst van der Linden has just finalized his Spry Plugin for ColdBox and it totally rocks. It really simplifies the usage of Spry within any ColdBox application. Not only that, but he has compiled an incredible demo application that...

Read More

ColdBox 2.5.2 and New Official ColdBox Website Released Today!

Luis Majano |  October 15, 2008

ColdBox 2.5.2 is now available! This is an important update that will fix several bugs and some new updates. Also, not only is the new version out, but the new Official ColdBox Website. It has a spanking new look and its full of information for all users. There are several announcements on it, as well as the starting point of turning ColdBox into a Professional Open Source Project. So 2008 will sure be an interesting year for ColdBox, so stay tuned as the website gathers momentum and the next versions are already in the works.

As a sidenote, the entire new website is based on the following technologies that ColdBox recommends as a base for all web development projects:

Read More

Ernst has done it again: ColdBox WebChart3D Plugin!

Luis Majano |  October 15, 2008

Ernst has done it again! Good job! He has just released his ColdBox WebCharts3D Plugin and it really rocks. So if you are interested in adding webcharts3D functionality to your ColdBox applications, you can do so with ease. Also, webcharts3D is included in ColdFusion.


New ColdBox Plugin: rssReader, get it from the code depot.

Luis Majano |  October 15, 2008

I have completed a very cool rssReader plugin for the next installment of ColdBox. This is a stand alone plugin that I would like the community to try out and see if it would make sense to add it to the core plugins list for version 2.6.

What is so special on this plugin?

  • Uses a file caching technique by serializing/deserializing the rss structure into bytearrays.
  • The file cache is configurable and has an exposed API for you to use.
  • One standard format for RSS or ATOM feeds
  • ISO86901 and RFC822 Date Formatting and parsing. All dates are translated to standard coldfusion date strings. No need to translate or parse.
  • Easily to configure via your coldbox.xml.cfm
  • Ability to return feed items as a query or array of structures.

Those are some of the features of this plugin. The plugin is built using a cfhttp method, so its compatible with cf7 and cf8. Anyways, take it for a spin and let me know your thoughts on it. Especially if you think the plugin would be beneficial for the next ColdBox version 2.6

Read More

New ColdBox Plugin: rssGenerator, get it from the code depot.

Luis Majano |  October 15, 2008

I have just posted a new plugin for ColdBox called rssGenerator. You can download the plugin pack from the code depot. This plugin is based on the idea of coldfusion 8's cffeed but for any CFMX engine. It will take a standardized structure and convert it into an RSS 2.0 feed. Also, since cffeed offers a capability called column mapper, then so does this plugin. You can pass an optional structure that maps your query's columns to the feed's standard names. That way, you can aggregate any query by just mapping its columns to the feed. Soooo easy!!

In most cases, a database table uses column names that differ from the column names you must use to create the feed. Therefore, you must use the columnmap attribute to map the input query column names to the required column names.

SELECT * FROM orders

Read More

IllegalStateExceptions in ModuleTag With ColdBox

Luis Majano |  October 15, 2008

I have been getting several reports about IllegalStateExceptions from several people now and wanted to have this documented to help other ColdBox or ColdFusion developers out there. Have you been getting any IllegalStateExceptions in ModuleTag on your ColdBox Applications?? Are you using ColdFusion 7? Well, Adobe has a hot fix for this bug and it has been an old issue and of course...

Read More

ColdBox Survey: Please help out.

Luis Majano |  October 15, 2008

I just posted a survey so I can get the community more involved in the development of ColdBox. Please Click here to take survey Even if you haven't used ColdBox, fill it out. I really appreciate your input as I always want ColdBox to be a Community Driven project. Your input is super valuable. UPDATE Live Feeds are the rss aggregations on forums, tickets, wiki, etc. As for Active Record, is...

Read More

CF Objective is almost here! ColdBox Session Debut

Luis Majano |  October 15, 2008

Well, CF Objective is almost here, only 31 more days!! I am super excited that this year I will be attending again and actually speaking on two sessions:

  • ColdBox Framework 101
  • ColdBox Advanced Techniques Workshop

These sessions should definitely get you familiar with what ColdBox is and how it can help you or your organization. The two hour hands-on workshop will s...

Read More

ColdBox Eclipse Help Plugin: API Reference

Luis Majano |  October 15, 2008

The beta for ColdBox 2.6.0 will be coming soon and its full of wonderful optimizations and some new features. You can read all about its progress here. The compatibility guide is also being written and if you are upgrading from previous releases you might want to check it out just in case there is something you need to up...

Read More