this may help http://weblogs.macromedia.com/dharfleet/archives/2006/07/java_developmen.cfm
in Flex 1.5, we kept both mxml and java code together and used ant to compile and build a war. I suppose you can do the same in 2. DK On 7/13/06, Beck Novaes <[EMAIL PROTECTED]> wrote: > That way, how do you deploy your application? I mean, do you wrap > everything in a WAR file? Do you use ANT? > > Thanks! > > On 7/12/06, Clint Modien <[EMAIL PROTECTED]> wrote: > > > > > > I would split it up into two projects for the sake of compiling it / > > versioning it. That way you can build them independently and store in your > > source control sys separately. That's usually the way it's done. > > > > > > > > > > On 7/12/06, Beck Novaes <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hey Guys, > > > > > > Imagine you are working in a big project with a Team and you're using > > > FDS. So, what do you think is the best approach in Eclipse IDE (Flex > > > Builder)? > > > > > > 1. Only one project: a "Web Project" with flex and java sources > > > 2. Two projects: one web project with java sources and FDS binary and > > > configuration files; and another Flex Project with Flex sources > > > 3. Another way? > > > > > > Why do you think it's the best approach? What about the deployment? > > > > > > Tks, > > > Beck Novaes > > > > > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 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/

