Adobe Flex
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (November 2008) |
| This article may need to be rewritten entirely to comply with Wikipedia's quality standards. You can help. The discussion page may contain suggestions. (July 2009) |
| Developer(s) | Adobe Systems |
|---|---|
| Initial release | June 20 2004 |
| Stable release | 4.5.1.21328 / May 3, 2011 |
| Development status | Committed |
| Operating system | Windows, Mac OS X and Linux |
| Available in | English and Japanese |
| Type | Rich Internet application |
| License | Mozilla Public License (Flash Builder and Flash Player under proprietary license) |
| Website | Adobe Flex Homepage |
Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform. Flex applications can be written using Adobe Flash Builder or by using the freely available Flex compiler from Adobe.
The release in March 2004 by Macromedia included an SDK, an Integrated development environment (IDE), and a Java EE integration application known as Flex Data Services. Since Adobe purchased Macromedia in 2005, subsequent releases of Flex no longer require a license for Flex Data Services, which has become a separate product rebranded as LiveCycle Data Services. An alternative to Adobe LiveCycle Data Services is BlazeDS, an open-source project that started with code contributed in 2007 by Adobe.
In February 2008, Adobe released the Flex 3 SDK under the open source Mozilla Public License and so Flex applications can be developed using any standard IDE, for example Eclipse.
On November 17th, 2011, Adobe officially open-sourced Flex and donated it to the Apache Software Foundation.[1]
Contents |
[edit] Overview
Technologies that are commonly compared to Flex include Curl, OpenLaszlo, Ajax, XUL, JavaFX, Windows Presentation Foundation, Silverlight and HTML5.
[edit] Typical Workflow
- Define an application interface using a set of pre-defined components (forms, buttons, and so on)
- Arrange components into a user interface design
- Use styles and themes to define the visual design
- Add dynamic behavior (one part of the application interacting with another, for example)
- Define and connect to data services as needed
[edit] Versions
[edit] Macromedia Flex Server 1.0 and 1.5
Macromedia targeted the enterprise application development market with its initial releases of Flex 1.0 and 1.5. The company offered the technology at a price around US$15000 per CPU. Required for deployment, the Java EE application server compiled MXML and ActionScript on-the-fly into Flash applications (binary SWF files). Each server license included 5 licenses for the Flex Builder IDE.
[edit] Adobe Flex 2
Adobe significantly changed the licensing model for the Flex product line with the release of Flex 2. The core Flex 2 SDK, consisting of the command-line compilers and the complete class library of user interface components and utilities, was made available as a free download. Complete Flex applications can be built and deployed with only the Flex 2 SDK, which contains no limitations or restrictions compared to the same SDK included with the Flex Builder IDE.
Adobe based the new version of Flex Builder on the open source Eclipse platform. The company released two versions of Flex Builder 2, Standard and Professional. The Professional version includes the Flex Charting Components library.
Enterprise-oriented services remain available through Flex Data Services 2. This server component provides data synchronization, data push, publish-subscribe and automated testing. Unlike Flex 1.0 and 1.5, Flex Data Services is not required for the deployment of Flex applications.
Coinciding with the release of Flex 2, Adobe introduced a new version of the ActionScript programming language, known as Actionscript 3, reflecting the latest ECMAScript specification. The use of ActionScript 3 and Flex 2 requires version 9 or later of the Flash Player runtime. Flash Player 9 incorporated a new and more robust virtual machine for running the new ActionScript 3.
Flex was the first Macromedia product to be re-branded under the Adobe name.
[edit] Adobe Flex 3
On April 26, 2007 Adobe announced their intent to release the Flex 3 SDK (which excludes the Flex Builder IDE and the LiveCycle Data Services) under the terms of the Mozilla Public License.[2] Adobe released the first beta of Flex 3, codenamed Moxie, in June 2007. Major enhancements include integration with the new versions of Adobe's Creative Suite products, support for AIR (Adobe's new desktop application runtime), and the addition of profiling and refactoring tools to the Flex Builder IDE.
[edit] Adobe Flash Builder and Flex 4
Adobe released Flex 4.0 (code named Gumbo) on March 22, 2010.[3] The Flex 4 development environment is called Adobe Flash Builder,[4] formerly known as Adobe Flex Builder.
Some themes that have been mentioned by Adobe and have been incorporated into Flex 4 are as follows:
- Design in Mind: The framework has been designed for continuous collaboration between designers and developers.
- Accelerated Development: Be able to take application development from conception to reality quickly.
- Horizontal Platform Improvements: Compiler performance, language enhancements, BiDirectional components, enhanced text (Flex 4 includes the new Text Layout Framework [5]).
- Full Support for Adobe Flash Player 10 and above.
- Broadening Horizons: Finding ways to make a framework lighter, supporting more deployment runtimes, runtime MXML.
- Simpler skinning than the previous versions.
- Integration with Adobe Flash Catalyst.
- Custom templates
Flash Builder is available in two versions: Standard and Premium,[6] the premium adds the following features;
- Testing tools
- Memory and performance profilers
- An automated testing harness to connect to all the leading testing tools
- FlexUnit support
- command-line build capability
- The new Network Monitor
[edit] Adobe Flash Builder 4.5
May 3rd, 2011, Adobe shipped Flash Builder 4.5 formerly called Flex 4.5 which delivers full support for building Flex and ActionScript applications for Google Android, as well as support for building ActionScript applications for BlackBerry Tablet OS and Apple iOS. An update to Flash Builder 4.5 and Flex 4.5 adds support for building Flex applications for BlackBerry Tablet OS and Apple iOS.
Flex 4.5 SDK delivers many new components and capabilities, along with integrated support in Flash Builder 4.5 and Flash Catalyst CS 5.5. With the Adobe Flex 4.5 SDK which is governed by three main goals:
- Allow developers to use Flex for multiscreen application development
- Further mature the Spark architecture and component set which was introduced in Flex 4
- Make incremental improvements to core Flex infrastructure to ease large application development
[edit] Related tools
[edit] Adobe Flash Catalyst
On October 2, 2007, Adobe announced a new design tool related to Flex codenamed Adobe Thermo. On November 17, 2008 Adobe announced the official name of the product would be Adobe Flash Catalyst.[7]
[edit] LiveCycle Data Services
LiveCycle Data Services (previously called Flex Data Services) is a server-side complement to the main Flex SDK and Flash Builder IDE and is part of a family of server-based products available from Adobe. Deployed as a Java EE application, LiveCycle Data Services adds the following capabilities to Flex applications:
- Remoting, which allows Flex client applications to invoke methods on Java server objects directly. Similar to Java remote method invocation (RMI), remoting handles data marshalling automatically and uses a binary data transfer format.
- Messaging, which provides the "publish" end of the "publish/subscribe" design pattern. The Flash client can publish events to a topic defined on the server, subscribe to events broadcast from the message service. One of the common use cases for this is real-time streaming of data, such as financial data or system status information.
- Data management services, which provides a programming model for automatically managing data sets that have been downloaded to the Flex client. Once data is loaded from the server, changes are automatically tracked and can be synchronized with the server at the request of the application. Clients are also notified if changes to the data set are made on the server.
- PDF document generation, providing APIs for generating PDF documents by merging client data or graphics with templates stored on the server.
[edit] BlazeDS
Previously available only as part of Adobe LiveCycle Data Services ES, Adobe plans to contribute the BlazeDS technologies to the community under the LGPL v3. BlazeDS gives Adobe developers free access to the remoting and messaging technologies developed by Adobe.
Concurrent with pre-release of BlazeDS, Adobe is publishing the AMF binary data protocol specification, on which the BlazeDS remoting implementation is based, and is attempting to partner with the community to make this protocol available for major server platforms.
[edit] Granite Data Services
Granite Data Services (GraniteDS) is the main open source alternative to Adobe JavaEE server solutions (LCDS and BlazeDS). It is released under the LGPL v2.1 and provides:
- AMF remoting.
- Comet-based real time messaging (Data Push).
- Integration with major application servers: JBoss, GlassFish, WebLogic, WebSphere, Tomcat, Jetty.
- Integration with major JavaEE frameworks: EJB3, Spring, Seam.
- Integration with major JPA engines: Hibernate, EclipseLink, OpenJPA, DataNucleus, all with full lazy-loading support.
- Code generation tools (called "Gas3") that replicate Java entities and services in ActionScript3.
- A Flex development frame work with weborb use is very common nowadays.
[edit] Flex and ColdFusion
Flex 2 offers special integration with ColdFusion MX 7. The ColdFusion MX 7.0.2 release adds updated Flash Remoting to support ActionScript 3, a Flex Data Services event gateway, and the Flex Data Services assembler. Flex Builder 2 also adds extensions for ColdFusion providing a set of wizards for RAD Flex development. A subset of Flex 1.5 is also embedded into ColdFusion MX 7 middleware platform, for use in the ColdFusion Flash forms feature. It is possible to use this framework to write rich internet applications, although its intended purpose is for rich forms only.
[edit] Flash Builder for Education
Since 2008, Adobe has made Flash Builder and ColdFusion available to all educational customers for free on their website.
[edit] Application Frameworks
There are a number of application frameworks available which help the developer solve some common tasks and set up the application structure according to best practices.
[edit] Notable sites using Flex
- YouTube
- Pikeo online photo sharing
- Sherwin-Williams color visualizer[[8]]
- Sony Ericsson product catalog
- Yahoo! Messenger for the Web
- BBC iPlayer desktop downloader
- mint.com
- Obligo
- Major League Baseball TV
- ChessCube
- BigBlueButton
- HBOGO.com
- Acuvue Lens Advisor [[9]]
[edit] File Formats
Adobe has been developing a new file format for cross application use. It has been specifically stated that the first aim was for use with Flex.
[edit] See also
- List of rich internet application frameworks
- Adobe Flash Catalyst
- Adobe AIR
- Curl RIA
- Microsoft Silverlight
- OpenLaszlo
- ZK Framework
- JavaFX
- Qt Quick
- Illumination Software Creator
- FXG
- Comparison of Adobe Flex charts
- Fotoflexer
[edit] References
- ^ "Adobe donates Flex to Apache". Techworld. http://www.techworld.com.au/article/407714/adobe_donates_flex_apache. Retrieved 2011-11-17.
- ^ "Adobe keeps Flash, Flex close to the vest". Zdnet. http://blogs.zdnet.com/Burnette/?p=296. Retrieved 2008-02-09.
- ^ "Adobe Flash Builder 4: features". Adobe.com. 2009-07-14. http://www.adobe.com/products/flashbuilder/. Retrieved 2010-12-04.
- ^ A much needed name change (Adobe Flash Builder)
- ^ "Adobe Labs - Text Layout Framework". Labs.adobe.com. http://labs.adobe.com/technologies/textlayout/. Retrieved 2010-12-04.
- ^ "Flex: Upgrade details". Adobe. 2009-07-14. http://www.adobe.com/products/flex/upgrade/. Retrieved 2010-12-04.
- ^ Adobe Flash Catalyst
- ^ https://www.sherwin-williams.com/visualizer
- ^ http://acuvue.com/lens-advisor.htm
[edit] External links
- Official Adobe Flex site
- Adobe Flex 3 Help
- Adobe Flex 4 Help
- Adobe Developer Connection for Flex
- Official Open Source site for Flex
- Official FlexUnit site
- Tour de Flex desktop application, 217 demos and code samples
- ReflexUtil - ReflexUtil, an extension (open source) for run-time testing and Design of Flex
- Granite Data Services - GraniteDS, is a comprehensive development and integration solution for building Flex / JavaEE RIA applications.
|
|||||||||||||||||||||||||||||
|
|||||
|
|||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||