Skip to main content
Inspiring
December 24, 2008
Question

Is there a way to create a Cairngorm "template" Project?

  • December 24, 2008
  • 1 reply
  • 1313 views
Would it be possible to create a template for Cairngorm-based Flex projects, since they all have the same general architecture?:

/src
/control/events
/control/commands
/control/Controller.as
/control/Services.mxml
/model/ModelLocator.as
/valueObjects
/view

I basically want to create this folder/file structure, and then start a new project in Flex Builder using this template. I know I can simply copy and paste the structure from a random folder, but I was wondering if there is any way to do this in Flex Builder.

Thanks.
This topic has been closed for replies.

1 reply

Inspiring
December 24, 2008
FYI, when I try "Import... > General/File System", it only imports folders with files in them (it ignores /control/events, /control/commands, /view, and /valueObjects).


On Wed, Dec 24, 2008 at 10:05 AM, Eric Belair < member@adobeforums.com> wrote:

A new discussion was started by Eric Belair in



Cairngorm Development --

  Is there a way to create a Cairngorm "template" Project?



Would it be possible to create a template for Cairngorm-based Flex projects, since they all have the same general architecture?:

/src

    /control/events

    /control/commands

    /control/Controller.as

    /control/Services.mxml

    /model/ModelLocator.as

    /valueObjects

    /view

I basically want to create this folder/file structure, and then start a new project in Flex Builder using this template. I know I can simply copy and paste the structure from a random folder, but I was wondering if there is any way to do this in Flex Builder.


Thanks.