On Wed, Dec 17, 2008 at 3:00 PM, Handerson <[email protected]> wrote: > My idea is to have the server side Java (Spring, JPA, etc) and Flex > under the same project and using the same pom.xml. The folder > structure would look like this: > > /ProjectRoot > - pom.xml > - /bin-debug > - /flex_libs > - /html-template > - /src/main/flex > - /src/main/java > - /src/main/webapp > - /src/main/webapp/WEB-INF/flex/messaging.xml, proxy-config.xml, etc > - /src/test/flex > - /src/test/java
This sounds like a bad idea to me, and is not the Maven way. You should have separate projects for your Java content and Flex content, just like the tutorial says. Is there some reason you can't or won't do it that way? Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
