SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Building Drupal
modules with Flex
                                                                                            Replace with
                                                                                             a graphic
                                                                                            White Master
                                                                                         5.5” Tall & 4.3” Wide




    Mihai Corlan
    Platform Evangelist, Adobe Systems
    Twi er: mcorlan
    Drupal Camp 2010, Timisoara
Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   1
Agenda


      What is the Flex framework?
      Why use Flex framework with Drupal?
      Fx Gallery: A Drupal module for displaying pictures
      Q&A




                                                                                         ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   2
What is the Flex framework?




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   3
Flex Framework

                                                                                                      Application Framework
                                                                                                      Open Source
                                                                                                      Packaged as an SDK:
                                                                                                      •  MXML/AS3 languages
                                                                                                      •  compilers/debuggers
                                                                                                      •  Rich Components Library
                                                                                     Flex Framework



       In the Web Browser                                                                                       On the Desktop




               Flash Player                                                                                         Adobe AIR
                                                                                                                                   ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.          4
Flex’s rich components library

Controls                                                                                 Layout   Navigators




                                                                                                  Charts




                                                                                                               ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   5
Developers Tools for building Flex apps


      If you are the text editor type guy, you can use the free Flex SDK
      If you prefer working with IDEs, you can use Flash Builder 4


                                                                                     Flash Builder 4

                                                                                     •  Built on the Eclipse platform
                                                                                     •  Supports Mac OS and Windows
                                                                                     •  Standalone version and plug-in version
                                                                                     •  Free for Students/Professors
                                                                                     •  60-day trial installation
                                                                                     •  Can be installed with PDT, Zend Studio…




                                                                                                                                  ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.        6
Flash Builder Free License for all of you!!!!


      h ps://freeriatools.adobe.com/ exevent
      Event Code: DrupalCamp




                                                                                         ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   7
Still what is Flex…



                                                  …and what’s good for?



Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   8
Rich Internet Applications

One of the easiest way to build RIA is using Flex




                                                                                         ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   9
RIA brings the best of the two worlds




                             WEB                                                          DESKTOP



                        Reach                                                                Rich

                                                                            RIA & Flex
                                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   10
Examples of Flex apps




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   11
Why Drupal and Flex?




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   12
Drupal + Flex

                                                                                                     Real Time
                            Flash
                                                                                                     Messaging
                        Expressiveness

                                                                                Live Video/Audio
                                                                                   Streaming
                   Real Time
                  Collaboration
                                                                 Sky is the limit
                                                                             Augmented
                                                                                                   Reality

                             P2P &
                           Multicasting


                                                                                                                 ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.     13
Flash Player & AIR 2 on mobile phones




                                                                                          +

                                   Flash Player 10.1 and Adobe AIR are coming
                                                                          to Android this year!

                                                                                                  ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   14
Fx Gallery



                   Building a Drupal module with Flex



Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   15
What is Fx Gallery


      It is an image gallery module for Drupal created with Flex
      It doesn’t have any dependencies
      It has 2 views: a widget and a gallery view
              e gallery view supports full screen mode
      It aggregates pictures from the local Drupal installations, Flickr,
       or Picasa
      It is Open Source and thus additional features can be added by
       the community




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   16
Demo time



                                                            Fx Gallery in action



Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   17
e making off of Fx Gallery




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   18
Tools


We used:
      Illustrator
      Flash Builder
      Eclipse PDT




      We started with prototypes created in Illustrator
        en we used Flash Builder / Eclipse PDT to write the PHP / Flex
       code

                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   19
Frameworks & libraries


      We used ve ActionScript libraries:
               For Flickr h p://code.google.com/p/as3 ickrlib/
               For Picasa h p://code.google.com/p/picasa ashapi/
               For XML-RPC communication
                h p://sf.net/projects/xmlrpc ash
               Tweening library
                h p://blog.greensock.com/overwritemanager/
               As3corelib library h p://code.google.com/p/as3corelib/
      We used Display Shelf component for cover ow view (Ely
       Green eld)

                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   20
Flex – Drupal communication


        e Flex client communicates with Drupal using XML-RPC
       services
      We store in the database few information:
               Local albums names
               Local pictures information (name, date)
               Comments for the local pictures
               Flickr and Picasa accounts (username and API key for Flickr)
               Module se ings (colors, size, etc)




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   21
PHP code


              ere is not much PHP code
               Installation script (creating the tables, thumbnail folder)
               Hooks for default entries (Administer …)
               Functions for reading/storing information regarding local albums, Flickr
                and Picasa accounts etc




                                                                                           ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   22
Ge ing pictures from Flickr/Picasa


         e client makes requests to the cloud services in order to
       retrieve:
               Available albums
               Picture information (title, date, URL)
               Picture bits


All this information are not routed through Drupal web server, so
  there is no bandwidth cost or server loading while watching
  pictures from Flickr or Picasa




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   23
Work ows for building Flex apps


                                                                       Create the Design in
                                                                       Photoshop or Illustrator




                                                                                              Transform it into a Flex app
                                                                                              In Flash Catalyst




                                                                                          Add the business logic
                                                                                          In Flash Builder

                                                                                                                             ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   24
App in a Week Webinar – June 7th-10th


You can read more and nd the link for signing in on my blog
  corlan.org




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   25
Q & A time!

        Try Flash Builder and Flash Catalyst:
         h p://www.adobe.com/go/ ashbuilder
         h p://www.adobe.com/go/ ashcatalyst
        Fx Gallery page:
         h p://corlan.org/creating-drupal-modules-with- ex/fx-gallery-drupal-module/
        Ge ing up to speed with Flex:
         h p://www.adobe.com/devnet/ ex/
        Happy to hear your feedback
        Looking for contributors




                                                                                               ®




     Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   26
ank you!                                                             Replace with
                                                                                              a graphic
                                                                                             White Master
                                                                                          5.5” Tall & 4.3” Wide

            ank You!
    mihai.corlan@adobe.com
    h p://corlan.org
    Twi er: mcorlan

Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   27
®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   28
Restaurant Menu – Take 1

      Dish #1
       Water 150 ml, salt 2 gr, sugar 2 gr, 1 onion, 6 tomatoes, 1 red pepper, 1
       spoon of olive oil, 1 spoon of vinegar




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   29
Restaurant Menu – Take 2

      Gazpacho (traditional Spanish tomato soup) – served cold
       Ingredients: Tomatoes, Onion, Red Pepper, Olive Oil, Vinegar, Salt
       Note: You can see this dish below or have a taste at the bar.




                                                                                          ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   30

Weitere ähnliche Inhalte

Was ist angesagt?

Adobe Flex体系架构深度剖析
Adobe Flex体系架构深度剖析Adobe Flex体系架构深度剖析
Adobe Flex体系架构深度剖析
George Ang
 
X pages jumpstart jmp101
X pages jumpstart jmp101X pages jumpstart jmp101
X pages jumpstart jmp101
pdhannan
 
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
devsumi2009
 
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
John Head
 
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
John Head
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
John Head
 

Was ist angesagt? (20)

Over the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidOver the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for Android
 
Adobe Flex体系架构深度剖析
Adobe Flex体系架构深度剖析Adobe Flex体系架构深度剖析
Adobe Flex体系架构深度剖析
 
X pages jumpstart jmp101
X pages jumpstart jmp101X pages jumpstart jmp101
X pages jumpstart jmp101
 
Ios part1
Ios part1Ios part1
Ios part1
 
Jd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abcJd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abc
 
Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...
Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...
Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...
 
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
【13-C-3】 RIA 開発をとりまく技術の進化と環境の変化
 
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
 
Domino app dev competitive advantage final
Domino app dev competitive advantage finalDomino app dev competitive advantage final
Domino app dev competitive advantage final
 
Cold Fusion Deck
Cold Fusion DeckCold Fusion Deck
Cold Fusion Deck
 
ADOBE CREATIVE SUITE 5 Web Premiumご紹介
ADOBE CREATIVE SUITE 5 Web Premiumご紹介ADOBE CREATIVE SUITE 5 Web Premiumご紹介
ADOBE CREATIVE SUITE 5 Web Premiumご紹介
 
“Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lotus Notes and...
“Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lotus Notes and...“Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lotus Notes and...
“Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lotus Notes and...
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applications
 
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
 
The ABC of Joomla Community
The ABC of Joomla CommunityThe ABC of Joomla Community
The ABC of Joomla Community
 
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageMWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
 
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
 
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
AD112: Usability Lessons From the Worlds Largest XPages Project (MWLUG)
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
 
Super feats of integration x pages with symphony sharepoint and office
Super feats of integration  x pages with symphony sharepoint and officeSuper feats of integration  x pages with symphony sharepoint and office
Super feats of integration x pages with symphony sharepoint and office
 

Andere mochten auch

What do you do if
What do you do ifWhat do you do if
What do you do if
Mary Isabel
 
I can cook a delicious chicken
I can cook a delicious chickenI can cook a delicious chicken
I can cook a delicious chicken
Mary Isabel
 
P pfor benspeaks parents2
P pfor benspeaks parents2P pfor benspeaks parents2
P pfor benspeaks parents2
judygio
 
Educação a Distância e Tutoria
Educação a Distância e TutoriaEducação a Distância e Tutoria
Educação a Distância e Tutoria
Cristiane Moore
 
Ostrava
OstravaOstrava
Ostrava
pesak
 
Fontface issue 4
Fontface issue 4Fontface issue 4
Fontface issue 4
Gemmalea
 
National Parks
National ParksNational Parks
National Parks
tpuetz
 
คอมพิวเตอร์
คอมพิวเตอร์คอมพิวเตอร์
คอมพิวเตอร์
deepre
 

Andere mochten auch (20)

Justin beiber[1]
Justin beiber[1]Justin beiber[1]
Justin beiber[1]
 
An Introduction to Videoblogging
An Introduction to VideobloggingAn Introduction to Videoblogging
An Introduction to Videoblogging
 
Optimised - Programme start up
Optimised - Programme start upOptimised - Programme start up
Optimised - Programme start up
 
What do you do if
What do you do ifWhat do you do if
What do you do if
 
Catalogo camp 9
Catalogo camp 9Catalogo camp 9
Catalogo camp 9
 
I can cook a delicious chicken
I can cook a delicious chickenI can cook a delicious chicken
I can cook a delicious chicken
 
WP7 -­‐ Dissemination
WP7 -­‐ DisseminationWP7 -­‐ Dissemination
WP7 -­‐ Dissemination
 
P pfor benspeaks parents2
P pfor benspeaks parents2P pfor benspeaks parents2
P pfor benspeaks parents2
 
Human Capital Strategies In A Slow Recovery
Human Capital Strategies In A Slow RecoveryHuman Capital Strategies In A Slow Recovery
Human Capital Strategies In A Slow Recovery
 
Focus On Manufacturing
Focus On ManufacturingFocus On Manufacturing
Focus On Manufacturing
 
Educação a Distância e Tutoria
Educação a Distância e TutoriaEducação a Distância e Tutoria
Educação a Distância e Tutoria
 
Ostrava
OstravaOstrava
Ostrava
 
Changeset
ChangesetChangeset
Changeset
 
Fontface issue 4
Fontface issue 4Fontface issue 4
Fontface issue 4
 
Jw day 7 (unit 3)
Jw day 7 (unit 3)Jw day 7 (unit 3)
Jw day 7 (unit 3)
 
National Parks
National ParksNational Parks
National Parks
 
Kyle Fountain Portfolio
Kyle Fountain PortfolioKyle Fountain Portfolio
Kyle Fountain Portfolio
 
Find company reports in EBSCO Business Source Complete
Find company reports in EBSCO Business Source CompleteFind company reports in EBSCO Business Source Complete
Find company reports in EBSCO Business Source Complete
 
An amazing man
An amazing manAn amazing man
An amazing man
 
คอมพิวเตอร์
คอมพิวเตอร์คอมพิวเตอร์
คอมพิวเตอร์
 

Ähnlich wie Drupal and-flex-drupal camp

Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile development
Michael Chaize
 
Enrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA PlatformEnrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA Platform
Initium
 
Develop mobile applications with Flex
Develop mobile applications with FlexDevelop mobile applications with Flex
Develop mobile applications with Flex
ConFoo
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
Ch'ti JUG
 
Adobeflex(2)
Adobeflex(2)Adobeflex(2)
Adobeflex(2)
tomcoh
 
Flex_Basic_Training
Flex_Basic_TrainingFlex_Basic_Training
Flex_Basic_Training
guest25cec3
 

Ähnlich wie Drupal and-flex-drupal camp (20)

Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile development
 
Enrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA PlatformEnrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA Platform
 
AN INTRODUCTION TO APACHE FLEX
AN INTRODUCTION TO APACHE FLEXAN INTRODUCTION TO APACHE FLEX
AN INTRODUCTION TO APACHE FLEX
 
Introduction to Flex
Introduction to FlexIntroduction to Flex
Introduction to Flex
 
Adobe jax2010 1_dashboard
Adobe jax2010 1_dashboardAdobe jax2010 1_dashboard
Adobe jax2010 1_dashboard
 
Flex and .NET Integration
Flex and .NET IntegrationFlex and .NET Integration
Flex and .NET Integration
 
Jax2001 adobe keynote
Jax2001 adobe keynoteJax2001 adobe keynote
Jax2001 adobe keynote
 
Jax 2011 keynote
Jax 2011 keynoteJax 2011 keynote
Jax 2011 keynote
 
Flex and Java
Flex and JavaFlex and Java
Flex and Java
 
Montpellier - Flex UG
Montpellier - Flex UGMontpellier - Flex UG
Montpellier - Flex UG
 
Flash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex babyFlash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex baby
 
Breizh camp adobe flex et les mobiles
Breizh camp   adobe flex et les mobilesBreizh camp   adobe flex et les mobiles
Breizh camp adobe flex et les mobiles
 
JAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboardJAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboard
 
Develop mobile applications with Flex
Develop mobile applications with FlexDevelop mobile applications with Flex
Develop mobile applications with Flex
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
Adobeflex(2)
Adobeflex(2)Adobeflex(2)
Adobeflex(2)
 
flex and flash platform
flex and flash platformflex and flash platform
flex and flash platform
 
Flex_Basic_Training
Flex_Basic_TrainingFlex_Basic_Training
Flex_Basic_Training
 
Starting mobile development
Starting mobile developmentStarting mobile development
Starting mobile development
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Kürzlich hochgeladen (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Drupal and-flex-drupal camp

  • 1. Building Drupal modules with Flex Replace with a graphic White Master 5.5” Tall & 4.3” Wide Mihai Corlan Platform Evangelist, Adobe Systems Twi er: mcorlan Drupal Camp 2010, Timisoara Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 1
  • 2. Agenda   What is the Flex framework?   Why use Flex framework with Drupal?   Fx Gallery: A Drupal module for displaying pictures   Q&A ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 2
  • 3. What is the Flex framework? Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 3
  • 4. Flex Framework Application Framework Open Source Packaged as an SDK: •  MXML/AS3 languages •  compilers/debuggers •  Rich Components Library Flex Framework In the Web Browser On the Desktop Flash Player Adobe AIR ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 4
  • 5. Flex’s rich components library Controls Layout Navigators Charts ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 5
  • 6. Developers Tools for building Flex apps   If you are the text editor type guy, you can use the free Flex SDK   If you prefer working with IDEs, you can use Flash Builder 4 Flash Builder 4 •  Built on the Eclipse platform •  Supports Mac OS and Windows •  Standalone version and plug-in version •  Free for Students/Professors •  60-day trial installation •  Can be installed with PDT, Zend Studio… ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 6
  • 7. Flash Builder Free License for all of you!!!!   h ps://freeriatools.adobe.com/ exevent   Event Code: DrupalCamp ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 7
  • 8. Still what is Flex… …and what’s good for? Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 8
  • 9. Rich Internet Applications One of the easiest way to build RIA is using Flex ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 9
  • 10. RIA brings the best of the two worlds WEB DESKTOP Reach Rich RIA & Flex ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 10
  • 11. Examples of Flex apps Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 11
  • 12. Why Drupal and Flex? Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 12
  • 13. Drupal + Flex Real Time Flash Messaging Expressiveness Live Video/Audio Streaming Real Time Collaboration Sky is the limit Augmented Reality P2P & Multicasting ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 13
  • 14. Flash Player & AIR 2 on mobile phones + Flash Player 10.1 and Adobe AIR are coming to Android this year! ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 14
  • 15. Fx Gallery Building a Drupal module with Flex Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 15
  • 16. What is Fx Gallery   It is an image gallery module for Drupal created with Flex   It doesn’t have any dependencies   It has 2 views: a widget and a gallery view   e gallery view supports full screen mode   It aggregates pictures from the local Drupal installations, Flickr, or Picasa   It is Open Source and thus additional features can be added by the community ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 16
  • 17. Demo time Fx Gallery in action Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 17
  • 18. e making off of Fx Gallery Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 18
  • 19. Tools We used:   Illustrator   Flash Builder   Eclipse PDT   We started with prototypes created in Illustrator   en we used Flash Builder / Eclipse PDT to write the PHP / Flex code ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 19
  • 20. Frameworks & libraries   We used ve ActionScript libraries:   For Flickr h p://code.google.com/p/as3 ickrlib/   For Picasa h p://code.google.com/p/picasa ashapi/   For XML-RPC communication h p://sf.net/projects/xmlrpc ash   Tweening library h p://blog.greensock.com/overwritemanager/   As3corelib library h p://code.google.com/p/as3corelib/   We used Display Shelf component for cover ow view (Ely Green eld) ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 20
  • 21. Flex – Drupal communication   e Flex client communicates with Drupal using XML-RPC services   We store in the database few information:   Local albums names   Local pictures information (name, date)   Comments for the local pictures   Flickr and Picasa accounts (username and API key for Flickr)   Module se ings (colors, size, etc) ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 21
  • 22. PHP code   ere is not much PHP code   Installation script (creating the tables, thumbnail folder)   Hooks for default entries (Administer …)   Functions for reading/storing information regarding local albums, Flickr and Picasa accounts etc ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 22
  • 23. Ge ing pictures from Flickr/Picasa   e client makes requests to the cloud services in order to retrieve:   Available albums   Picture information (title, date, URL)   Picture bits All this information are not routed through Drupal web server, so there is no bandwidth cost or server loading while watching pictures from Flickr or Picasa ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 23
  • 24. Work ows for building Flex apps Create the Design in Photoshop or Illustrator Transform it into a Flex app In Flash Catalyst Add the business logic In Flash Builder ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 24
  • 25. App in a Week Webinar – June 7th-10th You can read more and nd the link for signing in on my blog corlan.org ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 25
  • 26. Q & A time!   Try Flash Builder and Flash Catalyst: h p://www.adobe.com/go/ ashbuilder h p://www.adobe.com/go/ ashcatalyst   Fx Gallery page: h p://corlan.org/creating-drupal-modules-with- ex/fx-gallery-drupal-module/   Ge ing up to speed with Flex: h p://www.adobe.com/devnet/ ex/   Happy to hear your feedback   Looking for contributors ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 26
  • 27. ank you! Replace with a graphic White Master 5.5” Tall & 4.3” Wide ank You! mihai.corlan@adobe.com h p://corlan.org Twi er: mcorlan Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 27
  • 28. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 28
  • 29. Restaurant Menu – Take 1   Dish #1 Water 150 ml, salt 2 gr, sugar 2 gr, 1 onion, 6 tomatoes, 1 red pepper, 1 spoon of olive oil, 1 spoon of vinegar ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 29
  • 30. Restaurant Menu – Take 2   Gazpacho (traditional Spanish tomato soup) – served cold Ingredients: Tomatoes, Onion, Red Pepper, Olive Oil, Vinegar, Salt Note: You can see this dish below or have a taste at the bar. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 30