Entries Tagged as 'Cairngorm'

Flex, Cairngorm based contact manager on Google Code

I've just setup a Google Code project for the sample contact manager application I had written a while back.

The contact manager used Flex, Cairngorm framework and ColdFusion backend. The original version of the application was based on Cairngorm .99.

I've been working on upgrading the application to Cairngorm 2.2.

Read more...

Unable to resolve a class for ResourceBundle: CairngormMessages

Today I was building an application using Cairngorm 2.2. All was going well and I was very happy with the progress I was making. But then, I started facing this error while compiling the application.

Unable to resolve a class for ResourceBundle: CairngormMessages

From the text of the error it appears that the locale-specific bundle for CairngormMessages is not available/visible.

Read more...

A simple contact manager - a Flex-Cairngorm application

I finally got around to blogging a simple Cairngorm application that I had written a few months back just after completing my Flex Trainers' training.

The application is a simple contact manager that allows for contacts to be listed, added, edited and searched. The backend uses ColdFusion to store information in memory. For the sake of simplicity of this application, I have deliberately not used a database and used session variables instead.

I wrote this app to get my head around key Cairngorm concepts. I found this really helped to understand the basics of the framework. This application uses Cairngorm 2.0.

Read more...