vote up 7 vote down star
2

Hi,

I would like to develop Adobe Flex applications using Linux and a free environment. I'd prefer a free as in freedom alternative, but as in beer would work as well. ;-)

Are any of you developing Adobe Flex rich internet applications using such an environment? Or should I face the "facts" that Flex Builder is an essential tool for Flex development and that I'm more or less lost without it?

flag

9 Answers

vote up 4 vote down check

I use TextMate to do some Flex hacking on my home computer (a PowerBook G4 which can't run FlexBuilder) and I have no trouble writing applications. It depends if you are so used to IDE support that you cannot live without it. I like code completion, project management and the debugger in Flex Builder but I can live without it. TextMate isn't free but any text editor that had code coloring for ActionScript would do for me.

I usually use ant to manage my builds and that is free. The Flex SDK is free. That is all you need plus a little patience.

link|flag
vote up 2 vote down

Hi,

Personally I only have experience with the free aplha release of Flex builder for Linux built on Eclipse. But I must say it is already pretty stable and it provides most features found in the full releases for mac osx and windows. Perhaps the most annoying thing that's missing is the gui editor to quickly lay out your forms.

If you are looking for another option, however, maybe this will be of any help: http://www.williambrownstreet.net/wordpress/?p=78

It's not an IDE though

link|flag
Nice tutorial link, it could be a good way to get going and develop something using free tools. I'm not that interested in Flex builder if there is a free road to take and the bumps aren't too big. – Kent Oct 15 '08 at 11:17
vote up 1 vote down

I'm afraid so. You can use the command-line tools directly of course and for pure AS coding this is OK since FB isn't that great on the refactoring front. But for MXML, the visual editor is a real plus.

You could try FlashDevelop but personally I found it to be terrible a year ago.

link|flag
vote up 1 vote down

I tried the first alpha version (current is 3) of the Flex Builder under Ubuntu and it was just okay, but not useable for productive (just alpha)
FlashDevelop works only under windows, maybe with wine... and in my opinion it's not a good IDE
FDT is on eye level with the Flex Builder but also not free and I don't know if it runs innately on Linux.

It's some kind of wired but I run a windows installation in VirtualBox and there I use the FlexBuilder...

link|flag
vote up 1 vote down

Try the official Adobe Flex Builder Linux Alpha:

http://labs.adobe.com/technologies/flex/flexbuilder_linux/

I haven't used it yet, but I'm definitely planning on doing it.

link|flag
I've used it. Eclipse can act a little goofy in Ubuntu due to permissions stuff that I haven't figured out. So, I just launch as root using gksudo. – Brandon Oct 14 '08 at 14:25
Is it a free beta now? I assume it won't be free when they've made the product stable and get out of the beta state. I interpret your answer as that you haven't seen or heard of any good free environments for developing Flex applications. – Kent Oct 15 '08 at 11:13
It's free at the moment - I assume it won't be when it gets properly released. I don't know of any good IDEs for Linux, I've been waiting to use the official version for a while now. – Mark Ingram Oct 17 '08 at 7:49
vote up 1 vote down

I just use jEdit and the free Flex SDK for Flex development on Mac OS X and I've been as happy as Larry (however happy he is).

I've added a couple of links below that point to resources for configuring jEdit for AS3 development if you wanna go down that road. AFAIK, what this setup is missing in comparison to Flex Builder is at least code completion, the visual MXML editor and the profiler feature.

link|flag
Thanks! I will look into these. I've used jEdit in the past and I like it. – Kent Oct 15 '08 at 11:23
vote up 0 vote down

If you create a set up using the flex-mojos maven plugin you can set up a build environment very easily without the need to have a flex builder license. Then you are able to use any text editor to edit Action Script and run a compile along with FlexUnit tests by simply calling mvn package.

link|flag
Well it's also possible without including Maven 2 into the mix? I've only heard of Maven 2. Which pros do you see taking this route? And which cons do you see? – Kent Oct 15 '08 at 11:19
vote up 0 vote down

I dont really think that MXML visual editor is a plus. I can live without it. However I am writing some emacs extensions to support .as files. Its very similar to java-mode and I need some help writing the semantic bovinator parts of the .as file. I am not aware of any public BNF file for ActionScript. I am not a compiler guy. My knowledge of these tools are at best primitive and exploratory. I would give anything to have a free (in speech) development environment for Flex. All in favor of an actionscript major mode for emacs, say Aye.

link|flag
It sounds great! I did some googling and failed to find a BNF grammar for Actionscript as well. I am in favor though! And I say aye! Good luck! – Kent Oct 15 '08 at 11:22
vote up 0 vote down

I use Emacs along with a custom hack to support fcsh (Flex compiler shell) for fast recompile times.

fcsh-compile can be found at this page along with a blog entry.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.