I've done a couple of internal apps in Flex at my company (everything behind a firewall) and while I like Flex, I just can't get used to the programming model. I really like being able to reference everything in the DOM easily. For instance, when using the repeater, you don't refer to each item directly inside the repeater, the repeater item must refer to itself. Then, you also have to deal with the flash/cpu issues. One of the pros of using Flex was the rich components vs what's available in javascript, but today I finally looked at the YUI library. It seems to me that there are actually richer controls now available for js than Flex. Couple that with the ease of DOM manipulation and unobtrusive js and you've got a winning combination.
It may be time for me to spend a little bit more attention to js than Flex. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:254701 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
