After trying out a simple exercise with Flerry and Flex Air I am confident that we could get away with Java Swing completely and use Adobe flex as the front end for desktop application development.
I have replaced a few of my utility programs from Java Swing into Flex and they work very well.
For those who are new to Flerry , please follow the links to find out more..
http://code.google.com/p/flerry/
Video Tutorials:
https://vimeo.com/13850127
https://vimeo.com/13850127
A few simple setup instructions to get it going.
I have replaced a few of my utility programs from Java Swing into Flex and they work very well.
For those who are new to Flerry , please follow the links to find out more..
http://code.google.com/p/flerry/
Video Tutorials:
https://vimeo.com/13850127
https://vimeo.com/13850127
A few simple setup instructions to get it going.
- First create a Java project in Eclipse
- Rename the src folder to src-java using refactoring tool. This is required to differentiate flex and java code.
- Add your Java classes and packages.
- Go to Flash perspective and Add the project type "Flex project "
- Since it will be a Desktop application, convert it to Air application using the Add project type on the properties of the project.
- Change the output of Java from bin to bin-debug/classes.
- Un comment the
line {supportedProfiles} from {project} -app.xml file and just leave the "extendeddesktop" in it. - That should be it, download a demo project code from google.