Hi Jason,

This interests me too.  I'm also interested to know what development
tools (IDEs) people are using for their Java, AS and Flex code.

I'm currently using Eclipse and Flex Builder.  I haven't played with
the "site" definition aspect of Flex Builder yet, but it would be nice
to have a single ant target to compile my java classes and publish
.mxml, .as, .class and config files to my app server (Tomcat) from
within Eclipse.

What do people think is the most productive tool setup?
Best Eclipse plugins to use?
Example ant scipts?

cheers

Dan

--- In [email protected], "temporal_illusion"
<[EMAIL PROTECTED]> wrote:
> 
> 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/
 



Reply via email to