Currently, I have a client-side flex running in Flex Builder stand-
alone and a java server-side which is running in Eclipse, eventually 
deployed to tomcat.

Now when I run from my Flex Builder, I can access my tomcat by just 
saying http://localhost:8080/project/login.html?user=a&pass=b

. but this is not extensible, so the question is how do you 
physically lay out your projects? 

. do you have ant builds that create a war with all the files  copied 
over?

. do you separate your flex builder from eclipse or run them together 
as flex (plugin) and java (in eclipse) at one time

. if you develop all in one project (java and flex) how do you 
separate these concerns, for example, flex requires that application 
mxml be in the root of the project and say cairngorm files would be 
in root/com/... 

I need to set this up fast before other developers join the project, 
appreciate your inputs.

Thanks.

Dave.







--
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/
 



Reply via email to