|
|
|
|
![]() ![]() |
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 |
|
|
|
Sep 20 2008, 11:25 AM
Post
#3
|
|
|
SM- the Man -The Myth - The Legend Himself Group: Members Posts: 443 Joined: 4-September 05 From: Drinking da rootbeers Member No.: 8,313 |
Well I started getting into Flex 3 late last year when I first heard about it in this Adobe user group and soon I got my free copy thanks to my student status, and the rest is history. I practically seen every book and website about this platform, I even finished write 3 tutorials on how to create a flex form as well so it should be interesting what kind of comments I get and I hope to get more into later on as well.
|
|
|
|
Sep 30 2008, 12:04 PM
Post
#4
|
|
|
Member - Active Contributor Group: [HOSTED] Posts: 84 Joined: 7-November 05 Member No.: 9,489 |
I don't know much about flex.
Just knew that it is a powerful ria tool for building web application. You can go to flex dev section of adobe web site and read online it's getting started guide. There are both flex 2 and 3 you can choose from. =) Getting Started Tab |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 11th October 2008 - 06:08 PM |