|
|
|
|
![]() ![]() |
Mar 24 2007, 03:00 AM
Post
#1
|
|
|
Premium Member Group: Members Posts: 330 Joined: 2-February 06 Member No.: 11,040 |
Recently I came over the adobe site and found a product I've been passing by and ignoring. It turns out that Flex 2 is a pretty good web application and has an attractive GUI for the "unartistic" developer (such as myself). The thing I'm worried about is that because it's on a flash engine, how can you achieve live results when making requests to the server and back?
Right now I'm relying on AJAX to achieve fast results when I make requests to servers and back. I think I should stay where I am because to me, Flash is behind other languages. I used to think not but when I got to know that Client-side scripting is able to connect to server-side scripting in an instant via AJAX, I just fell in love with it. So what are your thoughts about Adobe Flex 2? |
|
|
|
Mar 25 2007, 10:56 AM
Post
#2
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
I don't know much about Flex 2, but I know a little about the concepts behind Flash vs. Javascript. Although Flash and Javascript are both run client side, they were designed for, and should serve, different purposes. Flash was designed for animation on webpages, and javascript was designed primarily for data handling, and that is how it should remain. One of the issues I have with flash is how it breaks common functionality, such as the ability to travel back and forth with ease between things that seem to be separate pages, the ability to save images, etc. Javascript however, would require too much ugly code to do movie-style animations and games. AJAX was designed primarily to transfer data regarding changeable small content, such as most recent newsposts, and CSS style data. It was not designed to pass back and forth images and the like, although it can do that. As far as connecting to the remote server for data transfer, that depends almost as much on the server for passing data back through the respective applications (I use php scripts for AJAX) and the flash actionscript and javascript code themselves as it does on any difference between the two.
~Viz |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 29th August 2008 - 07:19 AM |