SlideShare uma empresa Scribd logo
1 de 37
ADOBE FLEX FOUNDATION TO ADVANCED
ABOUT ME
ABOUT ME
ABOUT ME Adobe Advisory Board for Flash Builder Adobe Advisory Board for Flash Catalyst Adobe Advisory Board for Flex SDK
ABOUT ME Adobe MAX Award x 2 (2008) Adobe MAX Award Semifinalist (2009) Author of Flash Catalyst 2.0 Unleashed(Addison Wesley, 2011) Flex Programmer since version 1.5 (2004)
ABOUT ME Twitter@petermoelgaard Blog		blog.petermoelgaard.com WWW	www.petermoelgaard.com LinkedInlinkedin.com/petermoelgaard
Introduction to this Course 4 packed days
Agenda
Flex 3 & Flex 4 Flash Builder 4.x is fully backwards compatible Flex 3 & Flex lives perfectly Side-By-Side Flex 3 Components: MX Flex 4 Components: Spark (S) Flex 4 is a a giant leap forward, we will se why…
Flex 3 & Flex 4 New and Improved Skinning Architecture Support for Mobile Android BlackBerry Motorola iOS (Yes ?) Radically Improved Performance Execution Size
Who are you ? What is your background ? Are you a Designer, Developer or Analyst ? Why are you taking this course ? What do you expect to get from this course ? What kind of work are you going to be doing ?
Introduction to Flex before we get our hands dirty…
Introduction to RIA’s Rich Internet Applications (RIA) are desktop-like applications running in the browser.Overcome many limitations of traditional web technologies: Stateless architecture User interaction is mostly point-and-click Non-responsive (click > load > wait > click > load > wait > ...)
Introduction to RIA’s Benefits Rich user experience, like desktop applications No cumbersome installations, or upgrades Single point management, leading to the concept of Software as a Service (SaaS)
Introduction to RIA’s Engaging, informative, self-service-oriented RIAs encourage customers to Stay on your site longer Explore more options Complete more online transactions Spend more money Recommend the site to others Return more often
Introduction to RIA’s Well-designed customer-facing RIAs can  Increase online sales up to 30%* Increase conversions, cross-channel sales, and upsells by up to 40%* Reduce contact center / telephone agent calls up to 20% annually* * Forrester: “The Business Case for Rich Internet Applications” (Ron Rogowski, March 12, 2007)
Introduction to RIA’s “…even modest improvements in online customer experiences can boost revenue gains by $117 million to $311 million per year -- due to additional purchases, reluctance to switch, and likelihood of recommending to colleagues and friends.”  Forrester  “Customer Experience Boosts Revenue” by Bruce D. Temkin, June 22, 2009
First Things First - What Is Flex ? Flex is an open source software development toolkit for building Rich Internet Applications (RIAs) on the Flash Platform. To build a Flex application, you write object-oriented code using ActionScript 3, MXML and CSS languages. The Flex SDK includes a compiler, debugger, profiler and hundreds of ready-to-user components and ActionScript classes that accelerate development.
First Things First - What Is Flex ? To help us rapidly develop applications and content using the Flex framework, Adobe offers an Eclipse based IDE. Adobe Flash BuilderIt includes support for intelligent coding,debugging, visual design as well aspowerful testing and monitoring tools. Alternative IDEsFDT, FlourineFX, FlashDevelop,Amethyst, FlexBean, etc.
How Does Flex Work ? Flex source code is first compiled into ActionScript classes and then eventually Flash bytecode, which is executed at the client side by the ActionScript Virtual Machine in Adobe Flash Player or Adobe AIR. Flash Flex ActionScript Flash Platform
What Can You Do With Flex ? You can use Flex to build anything from multimedia-rich consumer experiences to functional line-of-business applications that run behind the firewall. You can use Flex to deliver an entire application experience, or you can embed Flex-based components and widgets within existing HTML websites. You can use Adobe AIR to run an enhanced, standalone version of your application across Windows, MAC OS X, Linux and Android operating systems. You can use Flex Mobile to run versions of your app targeted at specific devices directly on the devices.
NASDAQ Enabling stock market participants to replay, understand, and explain market events at any point in time Challenge  Manage and deliver trading data in relevant, interactive ways  Give users instant insight into extremely detailed trading activity in the market at any time during the day Solution: Market Replay RIA Adobe AIR Adobe Flex    Amazon S3 Results Delivers valuable data analysis at a lower cost to everyone involved  Enables investors and brokers to replay market events and review historical data in simulated real-time “There’s no doubt that working in Adobe AIR is a huge benefit. The ability to process trading data on the desktop enables NASDAQ to deliver valuable data analysis at a lower cost to everyone involved.”  Randall Hopkins  	Vice president, NASDAQ Market Data
SAP Transforming business data into rich, interactive dashboards and data presentations– without programming Challenge  Accelerate new product innovation and user adoption of Business Intelligence (BI) tools through dynamic, impactful user experiences Solution: Xcelsius software Adobe AIR Adobe Flash Builder Adobe LiveCycle Data Services ES Results Accelerated product development from years to months Improved BI analysis Drove increased adoption of BI solutions across enterprises “With BI tools based on the Flash Platform, business users can quickly access and analyze enterprise data to better understand the business without assistance from IT or business analysts.”  James ThomasVice President of Product Marketing, SAP BusinessObjects
FedEx Connecting customers to shipment tracking information online and offline Challenge  Improve customer access to shipment tracking information, online as well as on the desktop Solution Adobe AIR Adobe Flex Results Delivered consistent customer experience online and offline Enabled easy-to-use, always on, branded tracking method Increased development productivity by almost 50% “… individual shippers, consignees, and small businesses will benefit most from the new, easy-to-use Adobe AIR application because they will have immediate access to critical information about their shipping and supply chain activities.”  Aitza Anderson, product manager, FedEx
The Adobe FlexEcosystem TOOLS FRAMEWORK CLIENTS SERVICES SERVERS Flash Player Flex Flash Media Server Family Flash  PlatformServices FlashCatalyst FlashProfessional Flash Builder AIR LiveCycle ColdFusion Creative Suite Analytics & Optimization
The Flex Ecosystem
The Flex Ecosystem Adobe Flash Platform Is an entire family of technologies you can use to create, run and provide data to RIAs, including client runtimes, tools, frameworks, servers and cloud services. Flash Platform Runtimes At the center of the Flash Platform are the client runtimes. Adobe Flash Player for the browser and Adobe AIR for outside the browser.
The Flash Player is the world’s most pervasive software 98% 95% of Internet-connected PCs worldwide have Flash Player installed  of top 20 smart phones will support Flash Player this year 85% 3.5 million of Alexa 100 top websites use Flash Player develop using the Flash Platform 70% 98% penetration rate in enterprises -  Forrester of web games are  delivered using Flash Player 75% of enterprise professionals will seek Flash Platform development skills in 2011 (Society of Digital Agencies)
The Flex Ecosystem Adobe Flash Player Adobe Flash Player is a browser plugin or Active-X control with a rich object model and rendering engine that allows developers to include highly expressive and interactive content in web-applications To include this richer content, you create a SWF file using Developer tools and then reference this SWF file in your HTML page. When the browser parses the HTML page, the flash player downloads the SWF file and runs in the browser.
The Flex Ecosystem Adobe AIR Is a cross-operating-system runtime and set of tools that allow developers to deploy HTML, Ajax, and Flash Platform applications (SWF files) to the desktop. An emerging design pattern is to deliver a browser-based version for all users and a desktop version for the more active or power users-
Companies use Adobe AIR to deliver RIAs outside the browser 300 million AIR runtime installations 2.5 million AIR SDK installations 1 million Installations of Adobe AIR within one year of release 840 Applications in the Adobe AIR Marketplace
The Flex Ecosystem Flash Platform Tools Adobe Flash Builder (FB)Is an Eclipse-based development tool targeted at developers. With this IDE you use the Flex framework to create SWF files. Adobe Flash Catalyst (FC)Is a new interaction design tool for rapidly creating expressive interfaces and interactive content without writing code. Adobe Flash Professional (FL)Is the industry standard for interactive authoring.
3.5 million developers PARTNERS PROGRAMS TECHNOLOGIES COMMUNITIES 150+ supporting technologies to help in application and project development CAIRNGORM ADOBE OPEN SOURCE (opensource.adobe.com) ,[object Object]
Performance and load testing
Tooling plug-ins
Pre-built components
Product extensions, functions and code

Mais conteúdo relacionado

Mais de Stefano Virgilli

Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] FrameworksAdobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] FrameworksStefano Virgilli
 
All about colour - by Stefano Virgilli
All about colour - by Stefano VirgilliAll about colour - by Stefano Virgilli
All about colour - by Stefano VirgilliStefano Virgilli
 
Blending modes presentation
Blending modes presentationBlending modes presentation
Blending modes presentationStefano Virgilli
 
Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10Stefano Virgilli
 
Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10Stefano Virgilli
 
Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10Stefano Virgilli
 
Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10Stefano Virgilli
 
Think again - Demystify graphic design
Think again - Demystify graphic designThink again - Demystify graphic design
Think again - Demystify graphic designStefano Virgilli
 

Mais de Stefano Virgilli (10)

Cinematography c ot-102
Cinematography c ot-102Cinematography c ot-102
Cinematography c ot-102
 
Designer vs Client
Designer vs ClientDesigner vs Client
Designer vs Client
 
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] FrameworksAdobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
 
All about colour - by Stefano Virgilli
All about colour - by Stefano VirgilliAll about colour - by Stefano Virgilli
All about colour - by Stefano Virgilli
 
Blending modes presentation
Blending modes presentationBlending modes presentation
Blending modes presentation
 
Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10
 
Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10
 
Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10
 
Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10
 
Think again - Demystify graphic design
Think again - Demystify graphic designThink again - Demystify graphic design
Think again - Demystify graphic design
 

Último

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Último (20)

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Day 1 - Session 1

  • 1. ADOBE FLEX FOUNDATION TO ADVANCED
  • 4. ABOUT ME Adobe Advisory Board for Flash Builder Adobe Advisory Board for Flash Catalyst Adobe Advisory Board for Flex SDK
  • 5. ABOUT ME Adobe MAX Award x 2 (2008) Adobe MAX Award Semifinalist (2009) Author of Flash Catalyst 2.0 Unleashed(Addison Wesley, 2011) Flex Programmer since version 1.5 (2004)
  • 6. ABOUT ME Twitter@petermoelgaard Blog blog.petermoelgaard.com WWW www.petermoelgaard.com LinkedInlinkedin.com/petermoelgaard
  • 7. Introduction to this Course 4 packed days
  • 9. Flex 3 & Flex 4 Flash Builder 4.x is fully backwards compatible Flex 3 & Flex lives perfectly Side-By-Side Flex 3 Components: MX Flex 4 Components: Spark (S) Flex 4 is a a giant leap forward, we will se why…
  • 10. Flex 3 & Flex 4 New and Improved Skinning Architecture Support for Mobile Android BlackBerry Motorola iOS (Yes ?) Radically Improved Performance Execution Size
  • 11. Who are you ? What is your background ? Are you a Designer, Developer or Analyst ? Why are you taking this course ? What do you expect to get from this course ? What kind of work are you going to be doing ?
  • 12. Introduction to Flex before we get our hands dirty…
  • 13. Introduction to RIA’s Rich Internet Applications (RIA) are desktop-like applications running in the browser.Overcome many limitations of traditional web technologies: Stateless architecture User interaction is mostly point-and-click Non-responsive (click > load > wait > click > load > wait > ...)
  • 14. Introduction to RIA’s Benefits Rich user experience, like desktop applications No cumbersome installations, or upgrades Single point management, leading to the concept of Software as a Service (SaaS)
  • 15. Introduction to RIA’s Engaging, informative, self-service-oriented RIAs encourage customers to Stay on your site longer Explore more options Complete more online transactions Spend more money Recommend the site to others Return more often
  • 16. Introduction to RIA’s Well-designed customer-facing RIAs can Increase online sales up to 30%* Increase conversions, cross-channel sales, and upsells by up to 40%* Reduce contact center / telephone agent calls up to 20% annually* * Forrester: “The Business Case for Rich Internet Applications” (Ron Rogowski, March 12, 2007)
  • 17. Introduction to RIA’s “…even modest improvements in online customer experiences can boost revenue gains by $117 million to $311 million per year -- due to additional purchases, reluctance to switch, and likelihood of recommending to colleagues and friends.” Forrester “Customer Experience Boosts Revenue” by Bruce D. Temkin, June 22, 2009
  • 18. First Things First - What Is Flex ? Flex is an open source software development toolkit for building Rich Internet Applications (RIAs) on the Flash Platform. To build a Flex application, you write object-oriented code using ActionScript 3, MXML and CSS languages. The Flex SDK includes a compiler, debugger, profiler and hundreds of ready-to-user components and ActionScript classes that accelerate development.
  • 19. First Things First - What Is Flex ? To help us rapidly develop applications and content using the Flex framework, Adobe offers an Eclipse based IDE. Adobe Flash BuilderIt includes support for intelligent coding,debugging, visual design as well aspowerful testing and monitoring tools. Alternative IDEsFDT, FlourineFX, FlashDevelop,Amethyst, FlexBean, etc.
  • 20. How Does Flex Work ? Flex source code is first compiled into ActionScript classes and then eventually Flash bytecode, which is executed at the client side by the ActionScript Virtual Machine in Adobe Flash Player or Adobe AIR. Flash Flex ActionScript Flash Platform
  • 21. What Can You Do With Flex ? You can use Flex to build anything from multimedia-rich consumer experiences to functional line-of-business applications that run behind the firewall. You can use Flex to deliver an entire application experience, or you can embed Flex-based components and widgets within existing HTML websites. You can use Adobe AIR to run an enhanced, standalone version of your application across Windows, MAC OS X, Linux and Android operating systems. You can use Flex Mobile to run versions of your app targeted at specific devices directly on the devices.
  • 22. NASDAQ Enabling stock market participants to replay, understand, and explain market events at any point in time Challenge Manage and deliver trading data in relevant, interactive ways Give users instant insight into extremely detailed trading activity in the market at any time during the day Solution: Market Replay RIA Adobe AIR Adobe Flex Amazon S3 Results Delivers valuable data analysis at a lower cost to everyone involved Enables investors and brokers to replay market events and review historical data in simulated real-time “There’s no doubt that working in Adobe AIR is a huge benefit. The ability to process trading data on the desktop enables NASDAQ to deliver valuable data analysis at a lower cost to everyone involved.” Randall Hopkins Vice president, NASDAQ Market Data
  • 23. SAP Transforming business data into rich, interactive dashboards and data presentations– without programming Challenge Accelerate new product innovation and user adoption of Business Intelligence (BI) tools through dynamic, impactful user experiences Solution: Xcelsius software Adobe AIR Adobe Flash Builder Adobe LiveCycle Data Services ES Results Accelerated product development from years to months Improved BI analysis Drove increased adoption of BI solutions across enterprises “With BI tools based on the Flash Platform, business users can quickly access and analyze enterprise data to better understand the business without assistance from IT or business analysts.” James ThomasVice President of Product Marketing, SAP BusinessObjects
  • 24. FedEx Connecting customers to shipment tracking information online and offline Challenge Improve customer access to shipment tracking information, online as well as on the desktop Solution Adobe AIR Adobe Flex Results Delivered consistent customer experience online and offline Enabled easy-to-use, always on, branded tracking method Increased development productivity by almost 50% “… individual shippers, consignees, and small businesses will benefit most from the new, easy-to-use Adobe AIR application because they will have immediate access to critical information about their shipping and supply chain activities.” Aitza Anderson, product manager, FedEx
  • 25. The Adobe FlexEcosystem TOOLS FRAMEWORK CLIENTS SERVICES SERVERS Flash Player Flex Flash Media Server Family Flash PlatformServices FlashCatalyst FlashProfessional Flash Builder AIR LiveCycle ColdFusion Creative Suite Analytics & Optimization
  • 27. The Flex Ecosystem Adobe Flash Platform Is an entire family of technologies you can use to create, run and provide data to RIAs, including client runtimes, tools, frameworks, servers and cloud services. Flash Platform Runtimes At the center of the Flash Platform are the client runtimes. Adobe Flash Player for the browser and Adobe AIR for outside the browser.
  • 28. The Flash Player is the world’s most pervasive software 98% 95% of Internet-connected PCs worldwide have Flash Player installed of top 20 smart phones will support Flash Player this year 85% 3.5 million of Alexa 100 top websites use Flash Player develop using the Flash Platform 70% 98% penetration rate in enterprises - Forrester of web games are delivered using Flash Player 75% of enterprise professionals will seek Flash Platform development skills in 2011 (Society of Digital Agencies)
  • 29. The Flex Ecosystem Adobe Flash Player Adobe Flash Player is a browser plugin or Active-X control with a rich object model and rendering engine that allows developers to include highly expressive and interactive content in web-applications To include this richer content, you create a SWF file using Developer tools and then reference this SWF file in your HTML page. When the browser parses the HTML page, the flash player downloads the SWF file and runs in the browser.
  • 30. The Flex Ecosystem Adobe AIR Is a cross-operating-system runtime and set of tools that allow developers to deploy HTML, Ajax, and Flash Platform applications (SWF files) to the desktop. An emerging design pattern is to deliver a browser-based version for all users and a desktop version for the more active or power users-
  • 31. Companies use Adobe AIR to deliver RIAs outside the browser 300 million AIR runtime installations 2.5 million AIR SDK installations 1 million Installations of Adobe AIR within one year of release 840 Applications in the Adobe AIR Marketplace
  • 32. The Flex Ecosystem Flash Platform Tools Adobe Flash Builder (FB)Is an Eclipse-based development tool targeted at developers. With this IDE you use the Flex framework to create SWF files. Adobe Flash Catalyst (FC)Is a new interaction design tool for rapidly creating expressive interfaces and interactive content without writing code. Adobe Flash Professional (FL)Is the industry standard for interactive authoring.
  • 33.
  • 38. 1,000+ global and regional system integrators, ISVs, and VARs
  • 39. 52 Adobe Agency Partners, including the top digital agencies
  • 41. More than 70 Open Screen Project members
  • 42.
  • 43. Flex integrates with CLIENT APPLICATION TIER DESIGN &DEVELOPMENTTOOLS Browsers Creative Suite Flash Player AIR FlashProfessional HTTP/S, Sockets, AMF, RTMP, SOAP, WS*, SMTP, REST, … Flash Catalyst Flash Builder SERVICES TIER 3rd PartyServices Flex Framework Flash PlatformServices Flash Media Server Family LiveCycle RESOURCE TIER EIS Databases Directories ECM Repository MessageQueues SAP…
  • 44. The Flex Ecosystem Flash Platform ServicesA set of hosted and managed services. Collaboration ServiceReal-time collaboration service featuring chat, audio, video and simple data. Distribution Servicefor distributing, promoting, tracking, and monetizing applications on e.g. social networks, mobile devices and desktops. Social Servicefor integrating with multiple social networks including Facebook, MySpace, Twitter, Yahoo, Google, AOL and many more…
  • 45. Flash and HTML5 Adobe actually supports HTML The Flash Platform has integrated with HTML for 14 years. AIR 2.0 (desktop) includes support for HTML5. Adobe is committed to supporting HTML5 The Flash Platform delivers cross-platform, cross-browser, cross-device consistency. HTML5 implementations will differ and hinder content adoption of rich features, including video tag support. No consistency in codec support for video is yet visible.