Archives

Viewing by category: ColdFusion (81 entries)

May
09

cf.Objective wrap-up and thoughts about ColdFusion

4 comments Posted by: Laura

cf.Objective() was a great conference, thank you to the organizers and speakers! I was not able to attend to as many sessions as I wanted, but just being able to talk at the lounge with super-smart people was worth enough (Chris Scott, Maxim Porges, Brian Rinaldi, Andy Powell, and many others). I had the feeling that anyone I would talk to would have something interesting to say or something I could learn from. I haven’t had that feeling for a long time, and it was great.

I think my session went pretty well, thank you all for attending. I had been preparing for the presentation for a few months, and thanks to Sean Corfield, who asked for drafts, seconds drafts, release candidates and final versions of the slides, I had the general flow of the talk long ago. There were, as always, last minute changes, particularly because we added features to Mate and changed the names of all the framework tags the week before cf.Objective!

read more Category: ColdFusion | Miscellaneous |
Apr
24

Mango has grown up

2 comments Posted by: Laura

After over two years of working on Mango, I have released version 1.0. This version has the features that I considered to be the most important, so having been tested by many people, I decided that is was robust enough to remove the "beta" adjective from it.

read more Category: ColdFusion |
Sep
27

Announcing new User Groups in our area

1 comments Posted by: Tom

We're pleased to announce the formation of 2 new user groups in Orange County, CA (aka "The OC").  They are the OC Flex User Group and the OC ColdFusion User Group.  For those not familiar with the OC, there is a high concentration of technology companies and high-tech industry and research here, that has earned the area the title of the "Silicon Coast".  The area does get overlooked sometimes because we are sandwiched between our much larger neighbors, Los Angeles and San Diego, so it's nice to have user groups serving our very active local developer community here.

read more Category: ColdFusion | Flex | Miscellaneous |
Jan
15

Hello World Cairngorm example

1 comments Posted by: Laura

Hello World example A couple of months ago, we posted an updated version of a Hello World Flex example. We have created the same example, but using the Cairngorm framework. It still uses Remoting and ColdFusion. It is simple, but I think that by being so simple, it is easier to follow than a full-fledge application. It shows most of the pieces that make up a Cairngorm application, such as the ModelLocator to store the data and the state of the application, the controller, the command, the services and the delegate.

Disclaimer: We do not usually use Cairngorm, so this is only our interpretation of how a Cairngorm app would look like.

View example
Download the source

Category: ColdFusion | Flash Remoting | Flex |
Nov
27

cfcUnit Runner released

13 comments Posted by: Laura

 

The more ColdFusion unit tests I needed to run, the more I wanted to have a nice interface where I could only see errors or failing tests, and that it would allow me to selectively run tests. That is why I created cfcUnit Runner, a Flex application to run cfcUnit tests. I believe it could also used to run CFUnit tests, but CFUnit will need to implement a service façade that Flex can use.  You can read more in the project's page and use the forums and bug tracker of RiaForge. I have a live demo where you can see it running and I also made a short movie that shows all the features.

Live application (Flash Player 9 required). View source on right click enabled

Recorded demo

Download Application

Source (Flex 2)

Category: ColdFusion | Flex |