Book / Product Reviews - Adobe Flex

Asked By Jimmy Gregory
20-Oct-09 05:57 AM

I am writing an overview document for internal staff regarding changes we are making to the Web site. The new site features Flex technology, but I am finding it difficult to find a simple sentence that describes/explains what Flex is without it sounding complicated.

Does anyone have a general overview of what Flex is so the readers know what it is -  sort of like a Flex for Dummies kind of approach.

Thanks.

reply  reply

20-Oct-09 06:37 AM
Hi,
What is Flex?

Flex is a way to make SWF files!

At the heart of Flex is the ability to create SWF files that run in Adobe Flash Player. Distill all the features down and really it is a development paradigm that compiles to SWF. It really is that simple but often we make the definition much harder. Just like Flash can create SWF files, so can Flex but the way you develop is completely different.

Flex is for developers.

Flex was not built for animators, writers, accountants; it was written for software developers and the paradigm matches the development methodology you already know. If you know Java, C, C++, C#, Delphi, VB, PHP, ColdFusion, Python, Ruby, you can learn Flex with little effort. The goal when Flex was created was to make a development paradigm that developers could learn easily matching the methodology they already know yet create SWF files for Flash Player (and now AIR). Flex has classes, components, a compiler, a debugger, class libraries, and uses XML (MXML) for declarative markup of components. The ActionScript programming language is based on ECMAScript 4 (the language standard behind JavaScript) and has full support for the ECMA XML scripting standard E4X. It also has most of the UI components that you already use ( like button, list, datagrid, combobox, and tree) but it also supports containers like HBox, VBox, TabNavigator, TitleWindow and many others. If you have written software before you can learn Flex easily. Better still is that Flex is compatible with all HTTP servers, version control systems, and any server side programming language, so the knowledge you have of servlets, php, ASP.net, or JSP is really handy. Flex just lets you program the client side in a paradigm you already know and understand.

Flex is for making applications...

Flex was built for making rich client side application behavior. It wasn't built for making web pages, banner ads, or server side logic it was built for creating client-side applications that run over the Internet talking to remote servers. Flex has been used to make some really great apps like Buzzword (Document Editor like Microsoft Word but in the web) or Picnik (Photo Editor/Manager for touching up your best snapshots) or SlideRocket (Presentation software like Apple Keynote but in the web) or Oracle Sales Prospector (An enterprise ERP application. Yes Oracle uses Adobe Flex! ) or many other applications you can see at Flex.org. The real key is that all these examples provide an application experience just like desktop software.

that run on the web (Adobe Flash Player)...

Flash Player 9 is installed on more than 95% of computers that use the Internet and has been installed more than 3,500,000,000 times at a rate of over 10,000,000 times per day. When you develop software, you want it to run compatibly in as many places as possible. Adobe Flash Player provides a solid foundation to build these experiences without the need to install or update anything on the end users computer. If you were running a store you would want that store available to as many customers as possible and choosing Flash Player allows you to provide a great experience (rich) to 95% of the web (reach). Make sure to look at the reach of the technology you select, if you choose something not widely installed or incompatible, you are simply turning away customers and business.
For more detail check this links:
http://en.wikipedia.org/wiki/Adobe_Flex
http://www.kirupa.com/developer/as3/whatisflex.htm
Create New Account
help
Converting a Microsoft Word document to a PC document Word Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I have created a Resume and a cover letter in Microsoft Word on a Mac to be uploaded to the Institute ORACLE recruitment system. <br> <br> When I checked how it looked, the format, the bullets and formating still goes haywire! How do I do the conversion on my Mac? MAC Office Word Discussions Microsoft Word (1) Webcrossing.JaKIaxP2ac0 (1) Macintosh (1) Leopard (1) Creator (1) Writer (1) Pty (1
How to connect to an Oracle Database from a Word Macro Word Hi, I'm trying to figure out the best way to connect to an Oracle database via a Word Macro. I'd quite like to avoid installing the Oracle client software on all the client machines, so I gather my best option is to connect using the Microsoft ODBC driver for Oracle. I plan to create a File DSN on each machine that uses the document by
Variable Data Publishing with Word Word Hello I am a programmer / analyst researching a possible switch from Planet Press to a mailouts from the University I work for. I'm wondering about the ability to use Word 2007 along with our Oracle 9i database. Can someone please point me in the right direction where I can find this information? Thanks. Word Mail Merge Fields Discussions Oracle (1) ODBC (1) OLE (1) DB (1) FECE (1) DSN (1) XPS (1) DCE (1 be simple or complex, i.e. do you really need a WP program such as Word or a layout program (such as Publisher), or both? e. Have you tried connecting to Oracle 9i from Word 2007 (You may need to install Oracle's ODBC driver or OLE
Event ID:1000, 1001, 1002 Word Hi there I'm having a pain in the arse type problem with Microsoft Word 2002. For just one user on my companies network, keeps on getting application hangs in Word, followed by the following Event ID's 100, 1001, 1002. The client is running Microsoft XP Pro, which is fully service packed and has the most upto date updates applied out how to solve it. Any help would be most welcome Thanks in advance Stuart Word Application Errors Discussions Windows Server 2003 (1) Microsoft Word (1) Office (1) XP (1) Kaspersky (1) Perry (1) Earlyer (1) Havent (1) im currently
Word Count SQL Server Is there a way with TSQL to get a word count from a varchar field? SQL Server Programming Discussions SQL Server (1) MySQL (1) Oracle (1) Word (1) CHECK CONSTRAINT (1) CREATE TABLE (1) PRIMARY KEY (1) Collation (1) There are a this. One is the popular LEN() replace method like: SELECT ( LEN( col ) - LEN( REPLACE( col, word, SPACE(0) ) ) ) / LEN ( word ) where col is the varchar column and word is the part of the string that you are trying to find the count. Another com / tsql / tblnumbers.aspx ) and use it like: SELECT COUNT(*) FROM Nbrs WHERE SUBSTRING ( @str, word, LEN( word ) ) = word ; - - Anith declare @s varchar(100) set @s = 'this is my text with