I've been thinking recently on how to setup a good development
environment for multiple developers on the same Flex application.
Using CVS or Subversion would be the goal. Getting a production or
test version out of CVS could be done with Ant, that seems simple
enough.
Where I run into problems is the structure of the different files on
the server side and how to get those into the module/modules in CVS
properly. In all my previous projects with CVS it's been a single
language involved, so having all the Java files in one module (or a
few if there were shared libraries) was easy.
In this case there's the actual app directory with mxml and as files.
Then there's the directory with the remote java objects files (which
is shared between apps). And the directory with shared as files (also
shared between apps). And in my case there's also going to be the
internal web services in cfc files.
Making seperate modules for each of these doesn't feel right. And
configuring the server side so each developer has their own directory
so they can rip apart what they're working on safely doesn't seem
right either. But I don't think I can install a local copy of Flex
and ColdFusion on each machine to develop from (can I?).
Any wisdom from the experienced here?
Jason
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/