I’m Officially Off the Flex Bandwagon
For the last year I have been a big Flex proponent. There are a lot of things I really like about it, I have come to the realization that it should only play a minor role in favor of standard HTML and AJAX.
Pros Of Flex compared to AJAX
- Cross-browser compatibility
- Naively Object Oriented
- Data binding
- Nice built-in controls (tables, trees, tabs, charts)
- Ability to write modular controls
What I am starting to find
- Debugging sucks. I don’t think there is going to be a way around it for our application. In both Flex Builder and InteliJ, the debugger expects to be given a .swf file to run, … Continue Reading