开发者

RIA development - alternative for Adobe's Flash Builder

The platform to build on is only a 60 day trial https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_b开发者_StackOverflow社区uilder

If i want to continue development need to pay money?

Is there any other alternative and is adobe flex the best way to build rich internet application going forward?


I don't think anyone has given a complete answer yet, so I'll give it a shot.

If i want to continue development need to pay money?

No; you are free to write code in any editor you wish, including NotePad or other text editor. Then you can compile it with the command line compiler that is included as part of the Flex SDK.

Is there any other alternative

There are plenty of alternatives to Flash Builder for building Flex applications. Here are the ones I'm aware of:

  • FDT (An Eclipse Based IDE)
  • IntelliJ (A populare IDE w/ Java Developers that has awesome Flex support)
  • Amethyst (A Visual Studio Plugin)
  • Tofino (A Visual Studio Plugin)

There are also other ActionScript IDEs, with FlashDevelop being one I hear consistently good things about. I do not know how easily it supports the Flex Framework, though.

is adobe flex the best way to build rich internet application going forward?

Best is very subjective; and will depend upon a great many things that you have not told us, including--but not limited to--target platforms, user base, and in house knowledge.

Some common alternatives to Flex/Flash are:

  • Silverlight: The Microsoft competitor to Flash
  • HTML(5)/JavaScript(AJAX): Using JavaScript to modify the DOM page and make remote requests.

However, it depends what you want to do.


If you're student or unemployment you can get Flash Builder 4 Standard for free here.


Flex itself is open source so you can use it free of charge. You can download the SDK from Adobe here. This will allow you to develop flex applications with any editor and compile it on the command line.
This of course is no where near as comfortable or convenient as using Flash Builder. There is a port of Flash Builder 4 to linux called fb4linux which I use. It is very good but doesn't have all the features, although it is functional enough to be very useful. I'm not sure if there is an equivalent for mac or windows, but if not you could always run ubuntu in a virtual machine in seamless mode and you'd barely notice the difference. You'll need to install eclipse( not through the package manager) which requires installing the official sun java (through the package manager). Quite a lot of work though but here are some instructions


As far as free IDEs go, I have heard that Flash Develop works for Flex development and it is free, though I have not used it. There are other IDEs out there, like Idea, but they are not free. There is a free plug-in for Visual Studio called Tofino, but you need Visual Studio (not free for plug-ins) to make it work.

I know a lot of people are having a lot of luck using Emacs or Vim along with Ant scripts for building projects. Since the SDK is free, this is certainly an option.

Finally, there is another platform out there for Rich Internet Applications that does have a free IDE: Silverlight. From a feature comparison, it is extremely similar to Flex and solves the same problems. You can install the "Web Platform Installer" which includes Visual Web Developer Express. VWDE is a free IDE, and it is basically a subset of Visual Studio.

Good luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜