|
My 2 cents as well..
We have been doing AJAX for 6 years - in the
end we had pretty much what Flex 1.5 was - complete object-oriented
environment with XHTML, custom tags, integrated webservices/java remoting,
transparent dataservices, and do on.... We also had it up and running for 5
years at number of Fortune 1000 companies in the most demanding
environments.
Now we are switching to Flex. Two
main reasons : Browser and
_javascript_
1. Incompatibilities in the browsers and need to
support multiple browsers quickly kills any advanced controls - effort is
unbelievable and easily accounts of 90% of the development time.
2. Robustness and performance of _javascript_: It is
too slow and there is no machanism in the browser to insure the competeness of
_javascript_ downloads. As a result, even the slightest problems on the network
level require huge efforts on the framework level.
It is all curable on the system level. For
demanding applications we had to develop following system components outside the
browser (just to support AJAX and business needed functionality missing in the
browser)
1. reliable pluggable protocol on the top of
HTTP(s) to support guaranteed delivery/caching of data and code
2. cached factories for _javascript_ to allow faster
instantiation of client-side _javascript_
3. print tempates enabler to allow full control of
the printing environment without browser limitations.
The list goes on and on
Bottom line, serious AJAX apps require Flash Player
equivalent. You can try to build it in _javascript_, but it is unrealistic. We
tried to get browser makers adopt the forementioned enhancements, but they are
pusing alternatives to AJAX of their own, so Flash seems the only option with
enough market penetration.
Sincerely,
Anatole Tartakovsky
|
- Re: [flexcoders] AJAX versus Flex Douglas Knudsen
- RE: [flexcoders] AJAX versus Flex Jim Robson
- RE: [flexcoders] AJAX versus Flex Kelly @ Dekayd Media Inc.
- RE: [flexcoders] AJAX versus Flex Jim Robson
- RE: [flexcoders] AJAX versus Flex Jack W. Caldwell
- Re: [flexcoders] AJAX versus Flex Michael Schmalle
- Re: [flexcoders] AJAX versus Flex Mark Wales
- Re: [flexcoders] AJAX versus Flex Michael Schmalle
- Re: [flexcoders] AJAX versus Flex Carlos Rovira
- RE: [flexcoders] AJAX versus Flex Bart Vanhulle
- Re: [flexcoders] AJAX versus Flex Anatole Tartakovsky
- RE: [flexcoders] AJAX versus Flex Stacy Young
- Re: [flexcoders] AJAX versus Flex John Dowdell
- Re: [flexcoders] AJAX versus Flex Michael Klishin
- Re: [flexcoders] AJAX versus Flex Michael Schmalle
- Re: [flexcoders] AJAX versus Flex Andrew Muller

