I was working more with Coldfusion 9 ORM and found another small caveat I thought I would share. When working with a relationship that is filtered, the implicit "has[property]", the has does not take into account the filter. The implicit get works as expected however. Consider the following persistent cfc...
Blog
ColdBox Training in London-Zurich?
I am currently planing to do a european training tour at the end of May for both the UK and Switzerland. The dates for such trainings would be May 26-28 right after Scotch on the Rocks, 2 days of CBOX-101 and 1 day of hands on boot camp coding. Then moving to zurich and doing 3 more days from May 31st- June 2.
This is a huge ordeal for us to plan from all the way over here in Cal...
Donde estan los desarolladores latinos (Brasileiros tambem) de ColdFusion/ColdBox?
Collaborate and Fork ColdBox!
Coldfusion ORM - Transaction Isolation Level...
I was working on setting the transaction isolation level for the first CF9 ORM application I have put into production and thought I would share what I learned.
The first thing I learned is that by default, hibernate will use whatever isolation the datasource it is using has set. In the drivers Coldfusion uses for MSSQL, the default is TRANSACTION_READ_COMMITTED.
What I needed for my application was TRANSACTION_READ_UNCOMMITTED, so I knew that this had to change. I researched how to change it at the datasource level, but couldn't find a "quick and dirty" way to do that, so I decided that since this application was using hibernate ORM, I would set it there. If anyone of you knows how to change this setting at the datasource level on CF9, feel free to chime in. I know how to change it on CF 6/7, but that doesn't work on CF 9.
ColdBox Training in 11 days few seats open
Just a reminder that our Ontario, California ColdBox training is in 11 days and only a few seats are left. So book your training today to reserve your seat.
OVERVIEW
Core ColdBox is our 2-day flagship intensive training course that will get you started with ColdBox even if you have no previous OO experience. The course is constructed in such a manner that both gurus and novices can take advantage of our materials.
More Information and Requirements
SCHEDULE
February 20, Saturday - CBOX 101 - Day 1
February 21, Sunday - CBOX 101 - Day 2
* The night of the 20th we will have a group dinner (optional) and a open BOF.
jQuery tabs and IE caching...
I ran into an interesting issue using the jQuery UI tabs ajax style and Internet Explorer.
If you setup the tabs with the with the cache turned off, they will still be cached in IE. I had worked around this issue by adding a counter that changed every time to my href for the tab, but I found a more elegant solution and thought I would share.
Hello Coldbox Community...
Hi,
My name is Curt Gratz, and I'm a Coldbox Junkie...
Before I started posting to the Coldbox blog, I thought I should introduce myself. I am a long time (13+ year) Coldfusion developer, part owner of Coldbox Alliance Partner Computer Know How, and the newest member of Team Coldbox.
ColdBox Case Study: Label A
ColdBox Training (Feb20) Early Bird Ends Friday!
Just a reminder that our Early Bird pricing for our Ontario, California ColdBox training ends this Friday at 11:59 PM PST. So book your training today and just as a last early bird week gift, use the discount code: cfug and get an extra $100 chopped off the early bird price.
OVERVIEW
Core ColdBox is our 2-day flagship intensive training course that will get you started with Col...