Reservoir

Structuring CFCs a Little Like Ruby

05/18/2010     

7 comments

As I hit the books and learned about Ruby on Rails a couple years ago, there was one thing that I admired about how Ruby handles public and private sections of classes.

Full CFScript CFCs Aren’t Yet Where They Need To Be

04/17/2010     

15 comments

A few months ago, I blogged about my excitement about the role that full script CFCs could have in an MVC stack, particularly with ColdFusion on Wheels. In my excitement to try out the new feature, I had spent much of a Saturday manually converting all of my components into CFScript components in a project that I am working on.

Unfortunately, the CFScript part of ColdFusion isn't quite where it needs to be yet.

Using Extra CFC Attributes for Documentation

11/12/2009     

5 comments

For the ColdFusion on Wheels API documentation, we chose to do something a little unconventional (but pretty cool). Using some extra CFC attributes and CFML's GetMetaData() function, we wrote a pretty cool documentation parser for ColdFusion on Wheels.

Script-Based Controllers and Models, Tag-Based Views

10/22/2009     

6 comments

I'm looking forward to playing around with ColdFusion 9 when I get some more time here in a month or so. One of the areas that interests me in particular is the ability to write full CFCs in CFScript syntax.