Thanks for the link, Douglas! I suppose that for the sake of integration, maybe it's a good idea to have only one project. That way, I make some changes in Java code and run my Flex app to see the results. But, only one project doesn't sounds good for me, *mainly* if it is not a Flex project (a Web Project for example).
Furthermore, when I have two projects I like to create "Mock Delegates" to abstract from the Integration Tier – the front-end is completely decoupled from the back-end. What I really like to discuss here is what are the benefits of having a single project (with Flex and Java resources) and what are the benefits of having two projects (one for Flex and another for Java). Tks! On 7/13/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > 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? > > > > -- > 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 > > > > > > > ------------------------ 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/

