Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Apache Flex

From Wikipedia, the free encyclopedia
(Redirected fromAdobe Flex)
Software development kit (SDK) for the development and deployment of rich web applications
Apache Flex
Developer(s)Apache Software Foundation andAdobe Systems
Initial releaseJune 20, 2004; 20 years ago (2004-06-20)
Stable release
4.16.1 / November 23, 2017; 7 years ago (2017-11-23)
RepositoryFlex Repository
Written inActionScript,Java[1]
Operating systemWindows,macOS,Linux,Android,iOS,BlackBerry Tablet OS
Available inVarious between websites
TypeSoftware development kit application
License2012:Apache-2.0
2008:MPL-1.1
WebsiteApache Flex andAdobe Flex

Apache Flex, formerlyAdobe Flex, is asoftware development kit (SDK) for the development and deployment of cross-platformrich web applications based on theAdobe Flash platform. Initially developed byMacromedia and then acquired byAdobe Systems, Adobe donated Flex to theApache Software Foundation in 2011[2] and it was promoted to a top-level project in December 2012.

The Flex 3 SDK was released under theMPL-1.1 license in 2008. Consequently, Flex applications can be developed using standardIntegrated development environments (IDEs), such asIntelliJ IDEA,Eclipse, thefree and open source IDE FlashDevelop, as well as the proprietaryAdobe Flash Builder.

In 2014, the Apache Software Foundation started a new project called FlexJS tocross-compile ActionScript 3 to JavaScript to enable it to run on browsers that do not support Adobe Flash Player and on devices that do not support the Adobe AIR runtime.[3][4] In 2017, FlexJS was renamed toApache Royale.[5][6] The Apache Software Foundation describes the current iteration of Apache Royale as an open-source frontend technology that allows a developer to code in ActionScript 3 and MXML and target web, mobile devices and desktop devices onApache Cordova all at once.[7] Apache Royale is currently in beta development stage.[8]

Overview

[edit]

Flex usesMXML to define UIlayout and other non-visual static aspects,ActionScript to address dynamic aspects and as code-behind, and requiresAdobe AIR orFlash Player atruntime to run the application.[9]

Versions

[edit]

Macromedia Flex 1.0 and 1.5

[edit]

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$15,000 perCPU.[10] Required for deployment, theJava EE application server compiledMXML andActionScript on-the-fly into Flash applications (binarySWF files). Each server license included 5 licenses for the Flex Builder IDE.

Adobe Flex 2

[edit]
Adobe Flex (old icon)

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 solely with 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 sourceEclipse 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 theActionScript programming language, known as Actionscript 3, reflecting the latestECMAScript 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 theAdobe name.

Adobe Flex 3

[edit]

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 theMozilla Public License.[11] Adobe released the first beta of Flex 3, codenamedMoxie, in June 2007. Major enhancements include integration with the new versions of Adobe's Creative Suite products, support forAIR (Adobe's new desktop application runtime), and the addition of profiling and refactoring tools to the Flex Builder IDE.

Adobe Flash Builder and Flex 4

[edit]

Adobe released Flex 4.0 (code named Gumbo) on March 22, 2010.[12] The Flex 4 development environment is called Adobe Flash Builder,[13] 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[14]).
  • 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,[15] 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

Adobe Flash Builder 4.5 and Flex 4.5

[edit]

May 3, 2011, Adobe shipped Flash Builder 4.5 copying Flex 4.5 (SDK only) 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 (skinning) architecture and component set which was introduced in Flex 4

Adobe Flex 4.6.0

[edit]

In November 2011, Adobe released Flex SDK update 4.6, with the following changes:

  • More Spark mobile components including: SplitViewNavigator, CalloutButton, Callout, SpinnerList, DateSpinner, and ToggleSwitch
  • Better performance
  • Updated platform support
  • Enhanced Tooling – Flash Builder 4.6
  • Text Enhancements

Apache Flex 4.8.0 - incubating

[edit]

Jul 25, 2012, Apache Flex community releases Flex 4.8.0-incubating and it as a parity release with Adobe Flex 4.6.0. This is the first release under the incubator of the Apache Software Foundation and represents the initial donation of Adobe Flex 4.6 by Adobe System Inc.[16]

Differences and highlights include:

  • Flex trademark issues are largely cleared up
  • Bug-tracking / issue-tracking system (JIRA) transferred from the Adobe bug tracker to Apache bug tracker
  • Mustela test suite is donated to Apache

Apache Flex 4.9.0

[edit]

Jan 11, 2013, Apache Flex community releases Flex 4.9.0. This is the first release since Apache Flex became a top level project of the Apache Software Foundation.[17]

Differences and highlights include:

  • New locales for Apache Flex including Australian, British, Canadian, Greek, Switzerland (German) and Portuguese
  • Apache Flex SDK can be compiled for any version of the Flash Player from 10.2 to 11.5
  • New PostCodeFormatter and PostCodeValidator classes for international postcode formatting and validation
  • New VectorList and VectorCollection classes for lists and collections of vectors
  • New version of the TLF (Text Layout Framework), the TLF 3.0.33 source code is now included as it is now part of the Apache Flex donation
  • Can use Java 7 to compile SDK (see README for instructions)
  • Many improvements and updates to Mustella tests
  • An SDK installer has also been created and is the recommended way of installing the Apache Flex SDK in an IDE
  • Various important bug fixes

Apache Flex 4.9.1

[edit]

Feb 28, 2013, Apache Flex community releases Flex 4.9.1. This was a minor update to 4.9.0.[18]

Apache Flex 4.10.0

[edit]

Aug 6, 2013, Apache Flex community releases Flex 4.10.0.[19]

Differences and highlights include:

  • Support for latest versions of Flash Player (up to 11.8) and AIR runtimes (up to 3.8)
  • Improved support for older Flash Player versions (down to 10.2)
  • Linux support
  • 15 new Spark components
  • Advanced telemetry support
  • Improved international support for dates
  • 480 dpi mobile skins
  • Over 200 bugs fixed

Apache Flex 4.11.0

[edit]

Oct 28, 2013, Apache Flex community releases Flex 4.11.0.[20]

Differences and highlights include:

  • Support for Flash Player 11.9 and AIR runtime 3.9
  • mx:AdvancedDataGrid and mx:DataGrid speed improvements
  • Updated OSMF to latest version
  • mobile datagrid component
  • 120 and 640 dpi mobile skins
  • Desktop callout component
  • Over 50 bugs fixed

Apache Flex 4.12.0

[edit]

Mar 10, 2014, Apache Flex community releases Flex 4.12.0.[21]

Differences and highlights include:

  • Support for Flash Player 12.0 and 13.0 beta and AIR runtime 4.0 and 13.0 beta[22]
  • Improved mobile memory usage/performance
  • Improved iPad and iOS7 support
  • mx:AdvancedDataGrid and mx:DataGrid performance improvements
  • New MaskedTextinput component
  • JSON support for ArrayCollection and ArrayList
  • Over 80 bugs fixed

Apache Flex 4.12.1

[edit]

May 3, 2014, Apache Flex community releases Flex 4.12.1[23]

Differences and highlights include:

  • Support for Flash Player 13.0 and AIR runtime 13.0
  • Fixed Adobe Flash Builder bug, which inserts an incorrect attribute while creating a new project that uses Apache Flex SDK
  • Extended mobile media query support
  • Over 20 bugs fixed

Apache Flex 4.13.0

[edit]

Jul 28, 2014, Apache Flex community releases Flex 4.13.0.[24]

Differences and highlights include:

  • Support for Flash Player 14.0 and AIR runtime 14.0[25]
  • FDB supports debugging ActionScript Workers
  • percentWidth for GridColumn
  • Add Chinese translations for all the installers of Flex
  • Over 30 bugs fixed

Apache Flex 4.14.0

[edit]

Jan 28, 2015, Apache Flex community releases Flex 4.14.0

Differences and highlights include:

  • iOS 7+ and Android 4.x+ mobile theme support
  • New Spark components skin: FlatSpark
  • Spark RichTextEditor
  • Native support for tables in TLF
  • Promises/A+
  • 54 bugs fixed

Apache Flex 4.15.0

[edit]

Jan 11, 2016, Apache Flex community release Flex 4.15.0[26]

Differences and highlights include:

  • Support for Flash Player 18, 19 and 20
  • Support for AIR 18, 19, 20
  • 30 reported bug fixes

Apache Flex 4.16.0

[edit]

Mar 14, 2017, Apache Flex community release Flex 4.16.0[27]

Differences and highlights include:

  • Support for Flash Player 21, 22, 23 and 24
  • Support for AIR 21, 22, 23 and 24
  • Support for FontAwesome 4.7
  • 37 reported bug fixes

Related tools

[edit]

LiveCycle Data Services

[edit]
Main article:Flex Data Services

LiveCycle Data Services (previously calledFlex 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 capabilities to Flex applications.

BlazeDS

[edit]

Previously available only as part of Adobe LiveCycle Data Services ES, Adobe plans to contribute theBlazeDS technologies to the community under theLGPL 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 theAMF 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.

Flex and ColdFusion

[edit]

Flex 2 offers special integration withColdFusion 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 web applications, although its intended purpose is for rich forms only.[citation needed]

Application Frameworks

[edit]
Main article:List of Flex 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.

Notable sites using Flex

[edit]

See also

[edit]

References

[edit]
  1. ^"Apache Flex SDK - GitHub".GitHub. Retrieved2014-06-27.
  2. ^"Adobe donates Flex to Apache".Techworld. Retrieved2011-11-17.
  3. ^"FlexJS - An introduction". 21 October 2014. Archived fromthe original on 16 December 2016. Retrieved3 May 2018.
  4. ^@ApacheFlex (22 April 2018)."Did you know we're creating the..." (Tweet) – viaTwitter.
  5. ^"FlexJS is now Apache Royale - Transpiled - AS3Lang Community". Archived fromthe original on 2018-05-04.
  6. ^"Apache Flex Development - [DISCUSS] Name of the FlexJS Fork | Page 5". Archived fromthe original on 2018-05-04.
  7. ^"Apache Royale™ - Code once. Run everywhere".
  8. ^Rovira, Carlos (2020-05-15)."Apache Royale v0.9.7 released!".Apache Royale. Retrieved2021-02-18.
  9. ^"Adobe Flex 4.6 * Using Adobe Flex". Help.adobe.com. Retrieved2013-07-21.
  10. ^Krill, Paul."Adobe pumps up rich Internet apps with Flex 2". NetworkWorld. Archived fromthe original on August 10, 2014. Retrieved4 August 2014.
  11. ^"Adobe keeps Flash, Flex close to the vest".Zdnet. Archived fromthe original on 2008-02-07. Retrieved2008-02-09.
  12. ^"Adobe Flash Builder 4: features". Adobe.com. 2009-07-14.Archived from the original on 2010-12-03. Retrieved2010-12-04.
  13. ^Brimelow, Lee (2009-05-15)."A much needed name change (Adobe Flash Builder)". leebrimelow.com. Archived fromthe original on 2014-08-21. Retrieved2014-06-27.
  14. ^"Adobe Labs - Text Layout Framework". Labs.adobe.com. Archived fromthe original on 2010-12-04. Retrieved2010-12-04.
  15. ^"Flex: Upgrade details". Adobe. 2009-07-14.Archived from the original on 2010-12-03. Retrieved2010-12-04.
  16. ^"Apache Flex 4.8.0-incubating Released". 25 July 2012.
  17. ^"Apache Flex 4.9.0 Released!". 12 January 2013.
  18. ^"Apache Flex 4.9.1 Released!". 28 February 2013.
  19. ^"Apache Flex 4.10 Released!". 6 August 2013.
  20. ^"Apache Flex 4.11 Released!". 28 October 2013.
  21. ^"Apache Flex 4.12.0 Released!". 10 March 2014.
  22. ^"Apache Flex 4.12.1 Release Notes". Archived fromthe original on June 27, 2014.
  23. ^"Apache Flex 4.12.1 Released!". 3 May 2014.
  24. ^"Apache Flex SDK 4.13.0 released". 28 July 2014.
  25. ^"Apache Flex 4.13 Release Notes". Archived fromthe original on 2014-08-21.
  26. ^"Apache Flex 4.15 Released! : Apache Flex".blogs.apache.org. 12 January 2016. Retrieved2016-02-13.
  27. ^"Apache Flex 4.16.0 Released! : Apache Flex". 14 March 2017. Retrieved2017-03-14.
  28. ^"Paint Color Visualizer". Sherwin-Williams. 2011-10-17. Retrieved2013-07-21.

External links

[edit]
Software
Suites
Desktop
Server
Technologies
Web services
Acquisitions
People
Top-level
projects
Commons
Incubator
Other projects
Attic
Licenses
Basic frameworks
Site-specific browsers
Low-level platform-specific
OnAmigaOS
OnClassic Mac OS,macOS
OnWindows
OnUnix,
underX11
OnBeOS,Haiku
OnAndroid
CLI
Low Level Cross-platform
CLI
C
Java
High-level, platform-specific
OnAmigaOS
OnClassic Mac OS,macOS
Object Pascal
Objective-C,Swift
C++
CLI
OnWindows
CLI
C++
Object Pascal
OnUnix,
underX11
OnAndroid
High-level, cross-platform
C
C++
Objective-C
CLI
Adobe Flash
Go
Haskell
Java
JavaScript
Common Lisp
Lua
Pascal
Object Pascal
Perl
PHP
Python
Ruby
Tcl
XML
shell
Dart
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Apache_Flex&oldid=1274685355"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp