Link to home
Start Free TrialLog in
Avatar of jrwalker2
jrwalker2

asked on

Flex, LCDS, FlexUnit, and Maven 2

I have a Flex application that uses LCDS. I was wondering if someone help me find tutorials/samples on how to do the following:

1. Build the Flex application (which uses LCDS) with Maven 2 (what to put in the pom.xml)

2. How to integrate my existing flexunit tests into the Maven 2 build

3. Run my FlexUnit tests using Maven 2


Thanks do much!
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrwalker2
jrwalker2

ASKER

Thank you
I recently came across the best Flex/LCDS/Java/Maven2 guide that I have ever seen before (http://www.flexlcds.com). I have been looking for something like this for a very long time. If you are interested in how all the concepts come together (frontend, middleware, backend, build/deploy), please check it out. I know that it will help you as much as it has helped me!