Douglas, Do you participate in the Atlanta Flex/Flash Users' Group or Atlanta ColdFusion Users' Group?
I noticed that AFFUG has a meeting tomorrow night. I thought I might try to attend. I live in Durham/Raleigh NC and there is not an strong/active group here. So I would have to fly/drive down to Atlanta. The meeting is not too far from my in-laws home. Could you tell me more about the group? How large is the group? Thanks, On 7/16/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
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 FusionLink -------------------------------------------------------------
-- 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 -------------------------------------------------------------
