Tag Archive for 'MVC'

The ModelLocator Holds Application Data

(Go to ‘Cairngorm Series‘ to view all titles)

This is the second post in a series on Cairngorm fundamentals. We will be covering the concept of the ModelLocator, the Model in MVC. In short, the ModelLocator is a Singleton which implements a marker interface (no method definitions) from the Cairngorm framework called com.adobe.cairngorm.model.IModelLocator. The ModelLocator class defines properties that hold all application data. From now on we’ll just call this class the Model.

Continue reading ‘The ModelLocator Holds Application Data’

Moving towards MVC without Cairngorm

(Go to ‘Cairngorm Series‘ to view all titles)

This is the first post in a new series on Cairngorm fundamentals. I begin the series with three steps towards a Model View Controller implementation using familiar concepts and no framework. Future posts will build on these concepts using the Cairngorm framework until we have built a working application.

Continue reading ‘Moving towards MVC without Cairngorm’