Blog

ColdBox and URL Rewrites with IIS 7

Luis Majano |  April 06, 2009

This is a post to help people know that there is a free URL rewrite for IIS7 that microsoft has built and it is pretty darn snazzy. You can get the download from here: http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1691.

The documentation for the rewrite tool is here: http://learn.iis.net/page.aspx/460/using-url...

Read More

Creating Dynamic Model Mappings

Luis Majano |  March 25, 2009

Tony Garcia has created a nice blog entry on how to create dynamic model mappings using ColdBox's Model Integration features.  I really enjoyed the read and approach Tony took.

http://www.objectivebias.com/blog/entry/dynamic-model-mappings-in-coldbox

...
Read More

CBOX-100 Training Course at CFObjective 2009

Luis Majano |  March 20, 2009

I am glad to announce that we will be holding a pre-conference training at CFObjective 2009.  This pre-conference class is based on the CBOX-100 : Intro to ColdBox course.  Below you can find information about the course and how to register.

What is CBOX-100?
Intro to ColdBox is an intense 1-day training course that will ...

Read More

CBOX 101 Ontario Pictures Posted

Luis Majano |  March 20, 2009

I just posted some of the pictures of our last CBOX 101 Training Seminar in Ontario, California. We had a great attendance and a great group of developers. You can find all the pictures here: http://www.flickr.com/groups/coldbox

Read More

Extending a ColdBox App's Lock Timeouts

Luis Majano |  March 12, 2009
By default, any ColdBox app has a lock timeout of 30 seconds for their requests.  If longer running processes occur in which they do not give the lock away (for whatever reason it is) there could be a chance of the request to timeout and throw and error.  Therefore, you might be interested in maybe increasing it on high availability applications in order to allow longer running processes to finish.  In order to tweak this setting, you should open your Application's Application....
Read More