Comments on: Adobe updates Flash Player, Flex tool
To encourage creation of more Flash applications, company releases free low-end versions of Flex tool, server.
To encourage creation of more Flash applications, company releases free low-end versions of Flex tool, server.
December 8, 2009 12:01 AM PST
December 8, 2009 12:01 AM PST
December 7, 2009 10:50 PM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
http://www.techknowcafe.com/content/view/552/44/
developer of some sort, I'd suggest heading over and taking a
look because it's an interesting technology, that makes
developing web clients a lot easier. If you are not a developer, I
would suggest continuing to ignore it.
I've been running the Beta versions of the Flash player for the
past few months and some time between 8.5 and 9, the amount
of CPU consumed running typical Flash sites dropped
dramatically. They used to set the fan going but my machine
barely notices they are there now.
Of course, what that does mean, is that you can expect people
to exploit the improved performance by pushing what you can
do with it back to the limit, but that is the nature of computing.
- Flex2 is the best future technology for the Web;
- it is (along with Flash Light) a threat to Java;
- Flash9 is about 10 times faster that Flash8.
Is it a next big thing coming from Adobe(Macromedia)?
- i still don't get flex
- by tipper_gore June 28, 2006 10:48 AM PDT
- I know it's got something to do with Flash but that's about it. I've tried reading documentation but I still don't really get what it is. I strongly believe that if they seriously want to expand their developer base tenfold, they've got to do more work outlining in CLEAR form what Flex is about.
- Like this Reply to this comment
-
-
- What Flex is.
- by JulesLt June 28, 2006 12:34 PM PDT
- It is a bit confusing as there are a number of components /
- Like this
-
(8 Comments)products all called Flex something.
The most basic definition is 'Flex is a platform for developing
desktop style applications that run in the Flash Player'.
While this has always been possible using Flash, Flex is aimed
specifically at that task. For instance the Flex Builder tool is
wholly aimed at developers working in ActionScript, rather than
the stage / timeline emphasis of Flash Studio.
Additionally, the Flex SDK (which is free) gives Flash the set of
standard components most desktop app developers would
expect to see, plus some useful standard libraries for things like
handling web services, etc.
For developers it means they can code a client program in one
language (ActionScript) that pulls in data and acts on it, rather
than using something like JSP or ASP where you write in one
language that deals with the data and then generates HTML and
JavaScript at runtime based on the data.
There is also an optional server side component that then adds
in a lot more, to do with connecting to Java applications and
keeping server side objects in sync with the client; this reflects
it's background as a solution for Enterprise projects, as an
alternative to Java for developing front-ends for J2EE
applications.
Put it another way - if you know what AJAX is and have a need to
write an AJAX based site, I would seriously look at Flex. If you're
not on the AJAX/Web 2.0 bandwagon, you probably need to take
a look at that first to understand why Flex is a solution to those
problems.
Alternatively, download Flash 9, and go play with the example
Flex apps. These will give some understanding of what you
could do with it.