this is an odd thing to wrap thoughts around as Flex code is purely UI and
CF code purely server in this case, generally speaking.  While the wizard
does use some best practices, the code is a real PITA to maintain/modify,
personally I abstain.  What I find myself usually doing is following a
approach similar to model glue in CF code layout.  Then all flex code goes
in a flex-src directory.  If you setup a remoting based project, flex
builder auto-magically copies necessary files to your web root after a
build.

so, source tree could look like
flex-src\
flex-src\index.mxml
flex-src\com
flex-src\com\foo\view
flex-src\com\foo\model
etc...
and CF code in
model\objectone
model\objecttwo
with a facade.cfc in \

DK

On 7/16/07, Troy Simpson <[EMAIL PROTECTED]> wrote:

What is the best way to manage the files of a ColdFusion/Flex
Application Project?

The ColdFusion/Flex Application Wizard creates a directory structure
that I can only presume is some best practices.

Could someone explain?

Thanks,

--
Troy Simpson


-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in
the subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the 
subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to