Flash vs. Ajax for the next generation Rich Internet Applications
There is an interesting debate going on in Dare's Blog about the next generation of rich internet applications.
Now, Flash has some interesting capabilities, and it is probably much easier to work with than Ajax. I am thinking specifically about not having to spend 2 hours moving a div three fixels to the right in IE. The problem of Flash is that it isn't a really good technology for doing stuff like... forms.
You know, simple stuff like accepting input from the user. It doesn't support (OOTB) stuff like tabbing between elements, multiply languages, right to left, accessability, etc. You can do all of the above, but it takes a non trivial effort.
Comments
Might be, but adobe apollo is promising. Although it's more like a competitor to WPF, it uses html/js to achieve that impressive UI.
html/css/js are cool stuff. If only companies adhere to standards...
I've heard mostly horendous comments about programming things in flash
Would be nice to see WPF/e support more form based activity.
Speaking of 'Apollo', I thought Flex seemed cool as well. But I don't have the ability to setup java servers for running my web apps with my isp
Flex is definately the way to go. I've seen some amazing apps built in it, and its extremly flexible. User input (forms) is dramatically better than Flash ever was.
Bruce Eckel had a good post about Flex (which he advocated over AJAX-based apps).
http://java.sys-con.com/read/333329.htm
I think the Flex versus WPF/E will be the new "grudge match" in development platforms. And its likely that WPF/E won't get off the ground until Flex has come in, made a few mistakes, and then WPF/E improves upon them.
Hello All,
Just wanted to let you know about a revolutionary product that might be the challenger in the Flex vs WPF/E match.
The name is 'Goa', and it allows you to to write Flash (7/8/9) applications ... in C#. The functionalities & speed of a Goa (compiled to Flash 9 especially) application has nothing to envy to Flex or WPF/E.
Check the demos at http://www.goasoft.com
Steve
Comment preview