Hi Matt,
 
All our projects here are Flex/Java projects and I usually setup things like so:
 
/src/sampleJar - all the java classes go here in there respective packages
/src/sampleWeb - this is the webroot basically for the flex app
/src/sampleWeb/WEB-INF - contains the web.xml and the flex subfolder with all 
the flex config files that are specific to the app
 
Then we have a ant build script that compiles the java classes and the flex app 
and puts everything in the /build folder (it also takes all the other flex 
related files, like jars and whatnot from a central location and puts them in 
the /build/WEB-INF/flex folder).
 
This is the way we have done it for all projects for now and it works. But I am 
always looking for ways to improve this and perhaps others can share their 
experiences.
 
Dimitrios Gianninas
Development Team Lead
Optimal Payments Inc.
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
mattmadhavan
Sent: Tuesday, September 18, 2007 6:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder/Webapp/Flex




Hi, 
I would like the have the best practice to set up a webapp in my Eclipse.
What are the recommended directory structure for java/flex source folders?
Do I first create a webproject in eclipse, then place my flex binary folders
in the webroot/WEB-INF folder? Do I keep my flex src code under webroot or
at the project folder?

If some one can give me a step by step instruction on doing this I would
appreciate it. I need to work with both Java(server side-J2EE) and flex
client in the same project.

Most flex app I see do not even have a webroot folder. They just have
WEB-INF folder in the root folder.

Please, any ideas will be very appreciated.

Thanks
Matt
-- 
View this message in context: 
http://www.nabble.com/Flex-Builder-Webapp-Flex-tf4476764.html#a12764911 
<http://www.nabble.com/Flex-Builder-Webapp-Flex-tf4476764.html#a12764911> 
Sent from the FlexCoders mailing list archive at Nabble.com.



 

-- 
WARNING
-------
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--------------
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

Reply via email to