SlideShare une entreprise Scribd logo
1  sur  44
Télécharger pour lire hors ligne
Code and Slides:
                         http://thillerson.googlecode.com

                      Flex Framework Smackdown!
                                                   Tony Hillerson
                                                   Software Architect




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com

      Frameworks: The Timesink
      Why isn’t this a solved problem?




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                             Why?
                             Why?
                             Why?
                             Why Why Why Why Why?




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com


                                Roll Your Own?




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com

                                Roll Your Own?
                                Go for it!




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                                Frameworks
                                are a
                                common
                                vocabulary




Saturday, January 31, 2009
Frameworks: Why?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                                Cairngorm
                                PureMVC
                                Swiz
                                Mate




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com

      Frameworks: Judgement Day
      What if your framework were a Breakfast Cereal?
                                        Pro Wrestler?
                                  Adobe Evangelist?
                        Homestar Runner Character?



Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: How to compare?
                             http://github.com/thillerson/twitteria/
                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                                De gustibus
                                    non
                               disputandum
                                    est


Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com

                             The Most Memorable
                             Framework Discussion Ever




Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                                                con·ceit (noun)
                             In literature and poetry, a
                             device of analogy consisting of
                             an extended metaphor.
                             1350–1400; ME conceyte, conceipt, deriv. of conceive by analogy with
                             deceive, deceit and receive, receipt; cf. AF conceite; see concept




Saturday, January 31, 2009
Frameworks: How to compare?
                               Cairngorm
                                  Code and Slides:
                                          PureMVC
                         http://thillerson.googlecode.com

                                   WWII
                                   Generals?

                                   Swiz



                                                Mate

Saturday, January 31, 2009
Frameworks: How to compare?
                               Cairngorm
                                  Code and Slides:
                         http://thillerson.googlecode.com
                                            PureMVC


                                 Presidents?


                                   Swiz



                                               Mate

Saturday, January 31, 2009
Frameworks: How to compare?
                                                       Swiz
                                  Code and Slides:
                         http://thillerson.googlecode.com
                                                Mate
                             The Most Memorable
                             Framework Discussion Ever
                                                Cairngorm
                              Roll Your Own!



                                                         PureMVC
Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: How to compare?

                                  Code and Slides:
                         http://thillerson.googlecode.com
                             Without further ado,
                             Four Flex Frameworks
                             as Superheroes




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com


                                        Cairngorm:
                                        Mr. Fantastic




Saturday, January 31, 2009
Frameworks: Cairngorm

                                 Code and Slides:
                        Characteristics:
                        http://thillerson.googlecode.com
                        •    Singleton Model accessed through a ModelLocator
                        •    Views bind to model
                        •    Command pattern
                        •    Events correspond to Commands
                        •    Its own event dispatching system




Saturday, January 31, 2009
Frameworks: Cairngorm

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com


                                        PureMVC:
                                        Doc Ock




Saturday, January 31, 2009
Frameworks: PureMVC

                                 Code and Slides:
                        Characteristics:
                        http://thillerson.googlecode.com
                        •    No dependency on the Flex framework
                        •    No framework objects in views
                        •    A Mediator controls views and listens for view events
                        •    Views dispatch regular Actionscript Events, but it has
                             its own internal event dispatching (Noti cations)




Saturday, January 31, 2009
Frameworks: PureMVC

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com


                               Swiz:
                               Wolverine




Saturday, January 31, 2009
Frameworks: Swiz

                                 Code and Slides:
                        Characteristics:
                        http://thillerson.googlecode.com
                        • Inversion of Control to inject framework objects
                        • Use of [Metadata] to con gure framework
                        • Two-way communication between views and
                          controllers
                        • Dynamic Commands




Saturday, January 31, 2009
Frameworks: Swiz

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com




                                  Mate:
                                  Batman


Saturday, January 31, 2009
Frameworks: Mate

                                 Code and Slides:
                        Characteristics:
                        http://thillerson.googlecode.com
                        • Inversion of Control to inject data into views
                        • Actionscript Events only!
                        • Framework con guration is all MXML




Saturday, January 31, 2009
Frameworks: Mate

                                  Code and Slides:
                         http://thillerson.googlecode.com




Saturday, January 31, 2009
Frameworks: Finale                               PureMVC
                               Cairngorm
                                  Code and Slides:
                         http://thillerson.googlecode.com




               Mate
                                              Swiz



Saturday, January 31, 2009
Code and Slides:
                                    Cairngorm:
                         http://thillerson.googlecode.com
                                  Mr. Fantastic
                                  • Pretty exible
                                  • No matter how hard you pull,
                                    you can’t break it apart




Saturday, January 31, 2009
Frameworks: Cairngorm
                        I Like:
                        • Commands Code and Slides:
                        •http://thillerson.googlecode.com
                          Delegates
                        • Self dispatching events


                        I Don’t Like:
                        • Singleton (by popular demand)
                        • Hard Wiring
                        • Testability




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com
                                      PureMVC:
                                      Doc Ock
                                      • Ignore the villain part
                                      • Very Smart
                                      • There’s a whole lot of “arms”




Saturday, January 31, 2009
Frameworks: PureMVC
                        I Like:
                                      Code and Slides:
                        • Separation of Concerns
                        •http://thillerson.googlecode.com
                          Mediators



                        I Don’t Like:
                        •    Unwieldy and Large
                        •    Too many moving parts
                        •    Hand wiring
                        •    No Flex dependency




Saturday, January 31, 2009
Code and Slides:
                         http://thillerson.googlecode.com
                                 Swiz:
                               Wolverine
                               • Pragmatic
                               • Razor sharp




Saturday, January 31, 2009
Frameworks: Swiz
                        I Like:
                                     Code and Slides:
                        • IOC!!
                        •http://thillerson.googlecode.com
                          Using Metadata



                        I Don’t Like:
                        • Big Controllers (I’d rather have commands)
                        • Not easy to use the regular command pattern
                        • Still (some) self event dispatching




Saturday, January 31, 2009
Mate:
                              Batman and Slides:
                                 Code
                            • Lots of tools
                         http://thillerson.googlecode.com
                            • Stealthy
                             • The Bat Signal!




Saturday, January 31, 2009
Frameworks: Mate
                        I Like:
                                       Code and Slides:
                        • IOC!!
                        •http://thillerson.googlecode.com
                          Flex con guring Flex
                        • Lots of tools


                        I Don’t Like:
                        • Some tag names are not that memorable




Saturday, January 31, 2009
Flex Framework Smackdown!
                                                PureMVC
                             Cairngorm

                                  Code and Slides:
                         http://thillerson.googlecode.com



                   Mate
                                         Swiz




Saturday, January 31, 2009
Frameworks: Thank you!
                       Tony Hillerson
                                  Code and Slides:
                       Software Architect


                         http://thillerson.googlecode.com
                     http://slideshare.com/thillerson
                     http://github.com/thillerson
                     http://insideria.com

                     http://EffectiveUI.com




Saturday, January 31, 2009

Contenu connexe

En vedette

Midwinter Holidays: Rebirth of Light
Midwinter Holidays:  Rebirth of LightMidwinter Holidays:  Rebirth of Light
Midwinter Holidays: Rebirth of LightSusan Joy Schleef
 
The Brand Train - Branding on the move
The Brand Train - Branding on the moveThe Brand Train - Branding on the move
The Brand Train - Branding on the moveUmesh R. Sonawane
 
Contact Center Pipeline Drive Culture Improvement
Contact Center Pipeline Drive Culture ImprovementContact Center Pipeline Drive Culture Improvement
Contact Center Pipeline Drive Culture ImprovementElizabeth Lupfer
 
Beyond Employee Engagement | @dalecarnegie
Beyond Employee Engagement | @dalecarnegieBeyond Employee Engagement | @dalecarnegie
Beyond Employee Engagement | @dalecarnegieElizabeth Lupfer
 
Social Media Business Council Disclosure Best Practices Toolkit
Social Media Business Council Disclosure Best Practices ToolkitSocial Media Business Council Disclosure Best Practices Toolkit
Social Media Business Council Disclosure Best Practices ToolkitElizabeth Lupfer
 
Dynamic Sound for Android
Dynamic Sound for AndroidDynamic Sound for Android
Dynamic Sound for AndroidTony Hillerson
 
Gamification by Aravind Gogineni
Gamification by Aravind GogineniGamification by Aravind Gogineni
Gamification by Aravind GogineniAravind Gogineni
 
Http Mail.Google.Com Mail Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...
Http   Mail.Google.Com Mail  Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...Http   Mail.Google.Com Mail  Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...
Http Mail.Google.Com Mail Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...Wendy Maddison
 
Grafittis, Lenguaje Urbano
Grafittis, Lenguaje UrbanoGrafittis, Lenguaje Urbano
Grafittis, Lenguaje Urbanonico552
 
Employee Engagement White Paper by 360Solutions
Employee Engagement White Paper by 360SolutionsEmployee Engagement White Paper by 360Solutions
Employee Engagement White Paper by 360SolutionsElizabeth Lupfer
 
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...Anke Saputro
 
春秋戰國時期的社會經濟和社會變革
春秋戰國時期的社會經濟和社會變革春秋戰國時期的社會經濟和社會變革
春秋戰國時期的社會經濟和社會變革y53102
 
The Journey Toward Cultural Inclusion
The Journey Toward Cultural InclusionThe Journey Toward Cultural Inclusion
The Journey Toward Cultural InclusionSteve Lowisz
 

En vedette (20)

Midwinter Holidays: Rebirth of Light
Midwinter Holidays:  Rebirth of LightMidwinter Holidays:  Rebirth of Light
Midwinter Holidays: Rebirth of Light
 
Pies
PiesPies
Pies
 
The Brand Train - Branding on the move
The Brand Train - Branding on the moveThe Brand Train - Branding on the move
The Brand Train - Branding on the move
 
Contact Center Pipeline Drive Culture Improvement
Contact Center Pipeline Drive Culture ImprovementContact Center Pipeline Drive Culture Improvement
Contact Center Pipeline Drive Culture Improvement
 
Beyond Employee Engagement | @dalecarnegie
Beyond Employee Engagement | @dalecarnegieBeyond Employee Engagement | @dalecarnegie
Beyond Employee Engagement | @dalecarnegie
 
Social Media Business Council Disclosure Best Practices Toolkit
Social Media Business Council Disclosure Best Practices ToolkitSocial Media Business Council Disclosure Best Practices Toolkit
Social Media Business Council Disclosure Best Practices Toolkit
 
Strategy of Giving
Strategy of GivingStrategy of Giving
Strategy of Giving
 
Dynamic Sound for Android
Dynamic Sound for AndroidDynamic Sound for Android
Dynamic Sound for Android
 
Gamification by Aravind Gogineni
Gamification by Aravind GogineniGamification by Aravind Gogineni
Gamification by Aravind Gogineni
 
Holiday Greetings
Holiday GreetingsHoliday Greetings
Holiday Greetings
 
Http Mail.Google.Com Mail Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...
Http   Mail.Google.Com Mail  Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...Http   Mail.Google.Com Mail  Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...
Http Mail.Google.Com Mail Safe=Vss&Ui=2&Ik=Bf9b87490a&View=Att&Th=11fac4c6...
 
About Face 1.3
About Face 1.3About Face 1.3
About Face 1.3
 
Grafittis, Lenguaje Urbano
Grafittis, Lenguaje UrbanoGrafittis, Lenguaje Urbano
Grafittis, Lenguaje Urbano
 
Employee Engagement White Paper by 360Solutions
Employee Engagement White Paper by 360SolutionsEmployee Engagement White Paper by 360Solutions
Employee Engagement White Paper by 360Solutions
 
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...
Personal branding: Sukses mendapatkan modal min Rp. 15 M dalam 1 hari atau na...
 
春秋戰國時期的社會經濟和社會變革
春秋戰國時期的社會經濟和社會變革春秋戰國時期的社會經濟和社會變革
春秋戰國時期的社會經濟和社會變革
 
Ppt X1
Ppt X1Ppt X1
Ppt X1
 
The Journey Toward Cultural Inclusion
The Journey Toward Cultural InclusionThe Journey Toward Cultural Inclusion
The Journey Toward Cultural Inclusion
 
Presentation i eyd
Presentation i eydPresentation i eyd
Presentation i eyd
 
Module01
Module01Module01
Module01
 

Plus de Tony Hillerson

Totally Build Apps for Free! (not really)
Totally Build Apps for Free! (not really)Totally Build Apps for Free! (not really)
Totally Build Apps for Free! (not really)Tony Hillerson
 
Git for Android Developers
Git for Android DevelopersGit for Android Developers
Git for Android DevelopersTony Hillerson
 
Designing an Android App from Idea to Market
Designing an Android App from Idea to MarketDesigning an Android App from Idea to Market
Designing an Android App from Idea to MarketTony Hillerson
 
SCM for Android Developers Using Git
SCM for Android Developers Using GitSCM for Android Developers Using Git
SCM for Android Developers Using GitTony Hillerson
 
First Android Experience
First Android ExperienceFirst Android Experience
First Android ExperienceTony Hillerson
 
iPhone Persistence For Mere Mortals
iPhone Persistence For Mere MortalsiPhone Persistence For Mere Mortals
iPhone Persistence For Mere MortalsTony Hillerson
 

Plus de Tony Hillerson (10)

Totally Build Apps for Free! (not really)
Totally Build Apps for Free! (not really)Totally Build Apps for Free! (not really)
Totally Build Apps for Free! (not really)
 
Working with Git
Working with GitWorking with Git
Working with Git
 
Git for Android Developers
Git for Android DevelopersGit for Android Developers
Git for Android Developers
 
Designing an Android App from Idea to Market
Designing an Android App from Idea to MarketDesigning an Android App from Idea to Market
Designing an Android App from Idea to Market
 
Rails on HBase
Rails on HBaseRails on HBase
Rails on HBase
 
SCM for Android Developers Using Git
SCM for Android Developers Using GitSCM for Android Developers Using Git
SCM for Android Developers Using Git
 
Flex With Rubyamf
Flex With RubyamfFlex With Rubyamf
Flex With Rubyamf
 
First Android Experience
First Android ExperienceFirst Android Experience
First Android Experience
 
iPhone Persistence For Mere Mortals
iPhone Persistence For Mere MortalsiPhone Persistence For Mere Mortals
iPhone Persistence For Mere Mortals
 
Flex And Rails
Flex And RailsFlex And Rails
Flex And Rails
 

Dernier

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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Dernier (20)

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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

Flex Framework Smackdown

  • 1. Code and Slides: http://thillerson.googlecode.com Flex Framework Smackdown! Tony Hillerson Software Architect Saturday, January 31, 2009
  • 2. Code and Slides: http://thillerson.googlecode.com Frameworks: The Timesink Why isn’t this a solved problem? Saturday, January 31, 2009
  • 3. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Why? Why? Why? Why Why Why Why Why? Saturday, January 31, 2009
  • 4. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 5. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 6. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Roll Your Own? Saturday, January 31, 2009
  • 7. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Roll Your Own? Go for it! Saturday, January 31, 2009
  • 8. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Frameworks are a common vocabulary Saturday, January 31, 2009
  • 9. Frameworks: Why? Code and Slides: http://thillerson.googlecode.com Cairngorm PureMVC Swiz Mate Saturday, January 31, 2009
  • 10. Code and Slides: http://thillerson.googlecode.com Frameworks: Judgement Day What if your framework were a Breakfast Cereal? Pro Wrestler? Adobe Evangelist? Homestar Runner Character? Saturday, January 31, 2009
  • 11. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 12. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 13. Frameworks: How to compare? http://github.com/thillerson/twitteria/ Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 14. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com De gustibus non disputandum est Saturday, January 31, 2009
  • 15. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com The Most Memorable Framework Discussion Ever Saturday, January 31, 2009
  • 16. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com con·ceit (noun) In literature and poetry, a device of analogy consisting of an extended metaphor. 1350–1400; ME conceyte, conceipt, deriv. of conceive by analogy with deceive, deceit and receive, receipt; cf. AF conceite; see concept Saturday, January 31, 2009
  • 17. Frameworks: How to compare? Cairngorm Code and Slides: PureMVC http://thillerson.googlecode.com WWII Generals? Swiz Mate Saturday, January 31, 2009
  • 18. Frameworks: How to compare? Cairngorm Code and Slides: http://thillerson.googlecode.com PureMVC Presidents? Swiz Mate Saturday, January 31, 2009
  • 19. Frameworks: How to compare? Swiz Code and Slides: http://thillerson.googlecode.com Mate The Most Memorable Framework Discussion Ever Cairngorm Roll Your Own! PureMVC Saturday, January 31, 2009
  • 20. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 21. Frameworks: How to compare? Code and Slides: http://thillerson.googlecode.com Without further ado, Four Flex Frameworks as Superheroes Saturday, January 31, 2009
  • 22. Code and Slides: http://thillerson.googlecode.com Cairngorm: Mr. Fantastic Saturday, January 31, 2009
  • 23. Frameworks: Cairngorm Code and Slides: Characteristics: http://thillerson.googlecode.com • Singleton Model accessed through a ModelLocator • Views bind to model • Command pattern • Events correspond to Commands • Its own event dispatching system Saturday, January 31, 2009
  • 24. Frameworks: Cairngorm Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 25. Code and Slides: http://thillerson.googlecode.com PureMVC: Doc Ock Saturday, January 31, 2009
  • 26. Frameworks: PureMVC Code and Slides: Characteristics: http://thillerson.googlecode.com • No dependency on the Flex framework • No framework objects in views • A Mediator controls views and listens for view events • Views dispatch regular Actionscript Events, but it has its own internal event dispatching (Noti cations) Saturday, January 31, 2009
  • 27. Frameworks: PureMVC Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 28. Code and Slides: http://thillerson.googlecode.com Swiz: Wolverine Saturday, January 31, 2009
  • 29. Frameworks: Swiz Code and Slides: Characteristics: http://thillerson.googlecode.com • Inversion of Control to inject framework objects • Use of [Metadata] to con gure framework • Two-way communication between views and controllers • Dynamic Commands Saturday, January 31, 2009
  • 30. Frameworks: Swiz Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 31. Code and Slides: http://thillerson.googlecode.com Mate: Batman Saturday, January 31, 2009
  • 32. Frameworks: Mate Code and Slides: Characteristics: http://thillerson.googlecode.com • Inversion of Control to inject data into views • Actionscript Events only! • Framework con guration is all MXML Saturday, January 31, 2009
  • 33. Frameworks: Mate Code and Slides: http://thillerson.googlecode.com Saturday, January 31, 2009
  • 34. Frameworks: Finale PureMVC Cairngorm Code and Slides: http://thillerson.googlecode.com Mate Swiz Saturday, January 31, 2009
  • 35. Code and Slides: Cairngorm: http://thillerson.googlecode.com Mr. Fantastic • Pretty exible • No matter how hard you pull, you can’t break it apart Saturday, January 31, 2009
  • 36. Frameworks: Cairngorm I Like: • Commands Code and Slides: •http://thillerson.googlecode.com Delegates • Self dispatching events I Don’t Like: • Singleton (by popular demand) • Hard Wiring • Testability Saturday, January 31, 2009
  • 37. Code and Slides: http://thillerson.googlecode.com PureMVC: Doc Ock • Ignore the villain part • Very Smart • There’s a whole lot of “arms” Saturday, January 31, 2009
  • 38. Frameworks: PureMVC I Like: Code and Slides: • Separation of Concerns •http://thillerson.googlecode.com Mediators I Don’t Like: • Unwieldy and Large • Too many moving parts • Hand wiring • No Flex dependency Saturday, January 31, 2009
  • 39. Code and Slides: http://thillerson.googlecode.com Swiz: Wolverine • Pragmatic • Razor sharp Saturday, January 31, 2009
  • 40. Frameworks: Swiz I Like: Code and Slides: • IOC!! •http://thillerson.googlecode.com Using Metadata I Don’t Like: • Big Controllers (I’d rather have commands) • Not easy to use the regular command pattern • Still (some) self event dispatching Saturday, January 31, 2009
  • 41. Mate: Batman and Slides: Code • Lots of tools http://thillerson.googlecode.com • Stealthy • The Bat Signal! Saturday, January 31, 2009
  • 42. Frameworks: Mate I Like: Code and Slides: • IOC!! •http://thillerson.googlecode.com Flex con guring Flex • Lots of tools I Don’t Like: • Some tag names are not that memorable Saturday, January 31, 2009
  • 43. Flex Framework Smackdown! PureMVC Cairngorm Code and Slides: http://thillerson.googlecode.com Mate Swiz Saturday, January 31, 2009
  • 44. Frameworks: Thank you! Tony Hillerson Code and Slides: Software Architect http://thillerson.googlecode.com http://slideshare.com/thillerson http://github.com/thillerson http://insideria.com http://EffectiveUI.com Saturday, January 31, 2009