15 Jul
Want to compile flex code with maven? Don’t know which plugin to choose? Maybe this post will help you. Today, there are several available options for compiling flex with maven. On my list, I have these:
flex-mojos
israfil
servebox
Of the three, I have tried only the first two for real. I did take a look into the servebox [...]
Posted in Rich Internet Applications by: polesen
1 Comment
15 Jul
In this post, I compare performance, measured in time taken to compile flex modules with maven, from two different maven flex plugins, israfil and flex-mojos.
The Contenders
If you compile flex projects from maven, you need a maven flex plugin. Targeting flex 3, there currently exists two plugins:
Flex-mojos
Israfil
The Problem: Time Taken to Compile
One problem with the “mxmlc” [...]
Posted in Rich Internet Applications by: polesen
9 Comments