Israfil or Flex Mojos?
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 [...]
July 15, 2008
Tags: flex-mojos, israfil, maven Posted in: Rich Internet Applications
3 Comments
Fast Flex Compilation With Maven: Israfil or Flex-mojos
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” [...]
July 15, 2008
Tags: flex, flex-mojos, israfil, maven Posted in: Rich Internet Applications
9 Comments
