File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Flex and the fly likes Is Flex built on Java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Flex
Reply Bookmark "Is Flex built on Java?" Watch "Is Flex built on Java?" New topic
Author

Is Flex built on Java?

Jane Somerfield
Ranch Hand

Joined: Jul 20, 2002
Posts: 192
The UI components of Flex look similar to those of Swing. Are the Flex or Flash built on Java?
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Um, yes and no. Flex generates Flash which is...Flash, not java. However, the Flex compiler which does the conversion from the MXML and AS3 code to SWF files is done using Java.
Jane Somerfield
Ranch Hand

Joined: Jul 20, 2002
Posts: 192
So mxmlc uses Java.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

On linux mxmlc is just a shell script which eventually does this:


java $VMARGS -jar "$FLEX_HOME/lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" "$@"


In Windows there is an mxmlc.exe but it does the exact same thing. The description of mxmlc.exe even says "Jar Launcher".
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is Flex built on Java?
 
Similar Threads
Would like to have advice on Java programming.
Flex examples and case studies
which is best integration with flex and why ?
* Welcome Filippo di Pisa
Making the case for Flex - one question