Getting Advanced in Flex
Zu Flex findet man im Web und in den Buchhandlungsregalen ziemlich viel, aber leider überwiegend Anfänger- bzw. Basisliteratur. Auch die deutsche Community ist in Sachen Flex nicht schlecht, aber die kritische Masse hat sie leider noch nicht erreicht, um auch regelmässig spezielle Fragen zum Thema Flex beantworten zu können. Codesnippets Homepages wie flexexamples.com helfen auch schon sehr bei den kleineren täglichen Problemchen. Aber um schnell die Konzepte und Hintergründe des Flex Frameworks kennenzulernen, werden die Quellen schon sehr rar. Aber Hin und wieder treffe ich dann doch noch über sehr gute Tutorials, Bücherkapitel, Slides und Videos von Flex Vorträgen, die mir einige AHA Effekte bescherrt haben 🙂 Die Ressourcen möchte ich euch nicht vorenthalten, deswegen hier eine kleine Auflistung, die ich mit der Zeit immer weiter updaten werde. Wer Lust hat kann hier gerne zusätzlich Flex Links und Ressourcen posten. Ich freu mich drüber!
Konzeptwissen RIAs
- Part 1: What is an RIA?
- Part 2: The role of an RIA in the enterprise
- Part 3: RIA compared with existing technologies
- Part 4: Development considerations and best practices
- Part 5: Real-life enterprise RIAs
Data Binding
- Diving in the Data Binding Waters (Video)
- Flex User Group Hamburg zu DataBinding (Slides und Beispiele)
- Flex Doku: DataBinding
Real Custom Components (GUI)
- Creating New Components in Flex 3 and Beyond (Slides) | (Video)
- Diving Deep with the Flex Component Lifecycle (Video)
- Flex Doku Costum Components
Item Renderer (GUI Programmierung)
- Inline renderers
- External renderers
- Communication
- States and Transitions
- Efficiency
- Thinking about Item Renderers
Item Editors (GUI Programmierung)
(Programmatic) Skinning
Software-Design
- An architectural blueprint for Flex applications
- Building Flex and Adobe AIR applications from the same code base
- Exploring the Strategy Design Pattern
Test Driven Development (Produktion)
- Cookbook: Unit testing with FlexUnit
- Automated testing and you, self-help for the Flex developer: Part 1
- Automated testing and you, self-help for the Flex developer: Part 2
Automated Building Process (Produktion)
- Using Flex Ant Tasks to build Flex projects – Part 1: Creating a build script for Flex
- Using Flex Ant tasks to build Flex projects – Part 2: Adding build tasks
Project Management (Produktion)
- Agile Chronicles #1: Stressful
- Agile Chronicles #2: Code Refactoring
- Agile Chronicles #3: Branch Workflow
- Agile Chronicles #4: P to the Oh to the Sea, Strategy, and Design Challenges
- Agile Chronicles #5: Acceptance Criteria & Punting
- Agile Chronicles #6: Tools, Extra Merge Day, and Postponed Transitions
- Agile Chronicles #7: Bugs, Unit Testing, and Throughput
- Agile Chronicles #8: Demo, Burnout, and Feature Juggling
- Agile Chronicles #9: Scope Creep
- Agile Chronicles #10: Conclusions
Flex Tool - Hilfsprogramme (Produktion)
- StarUML to Generate ActionScript 3.0
- Setting up Subversion with Adobe Flex 3
- Flex Builder Erweiterungen
- Customize your Flex Components view and Standard properties view in Flex Builder
- Adobe Labs: Blueprint (Documentation PlugIn)
- Eclipse PlugIn: Color Picker
- FlexPMD (Code Verbesserungstool)
weitere Flex Ressourcen
- Brightworks Flex Resources
- 36 New, Cool Flex and AS3 Tools, Libraries and Components
- Resources | EverythingFlex
- Helpful Resources For Learning Flex
- Meine Flex Links
-- UPDATE 20.11.2008 --
interessante Flex Bücher
- Advanced Flex 3 (Friends of Ed Abobe Learning Library)
- Flex 3 Component Solutions: Build Amazing Interfaces with Flex Components
- Advanced Flex Application Development: Building Rich Media X
- Creating Visual Experiences with Flex 3.0
Using Flex Ant tasks to build Flex projects – Part 2: Adding build tasks
Thanks Flo =)
schöne zusammenstellung!
vielleicht ist dieser Blog Artikel in Sachen Binding – behind the scene noch interessant:
http://www.techper.net/2009/10/12/flex-data-bindings-behind-the-scenes/