background preloader

Flex

Facebook Twitter

Crocus Modeller - robust UML tool for AS3 & Flex developers. UML for ActionScript and Flex - Flower Platform. Welcome to the Flower Platform root page.

UML for ActionScript and Flex - Flower Platform

Click on one product to access its dedicated section. Flower Dev Center is a web based software meant to facilitate collaboration between developers. Flower Dev Center focuses on collaborative UML modeling plus other various features useful for developers when they think & design together their software: collaborative editing of source code, integration with SCM (e.g. SVN), etc. Eskimo. Cours ActionScript Flash.

Starling Framework - The GPU powered 2D Flash API.  La vraie vie Flex. Dans cet article, nous allons voir les différentes étapes nécessaires à l’installation de Flash Builder 4 et de son plugin compagnon, les webtools, qui lui permet de créer des projets java.

 La vraie vie Flex

Continue Reading Dans ce billet, nous allons présenter les différentes étapes nécessaires pour la création d’une application Flex communicant avec une application serveur Java / BlazeDS créés chacune dans deux projets différents. Dans ce billet, nous allons présenter les différentes étapes nécessaires pour la création d’une application Flex communicant avec un serveur Java / BlazeDS toutes les deux créés dans un même projet. Une des tâches les plus ingrate mais nécessaire lorsqu’on écrit une application Flex/Java communiquant en RemoteObject, c’est d’écrire les classes AS3 correspondant aux classes Java.

Heureusement, il existe un certain nombre d’outil de génération automatique et je vous présente dans ce billet DTO2Fx Jusqu’à présent nous avons parlé de Flex en combinaison avec BlazeDS. Spicefactory. Parsley is an application framework for Flex/Flash/AIR applications written in AS3.

Spicefactory

Spicelib is a suite of independent AS3 libraries that Parsley builds upon, but that can also be used separately. All Spicefactory products are no longer actively maintained as the creator has moved on to work with different technologies. The final versions of Parsley and Spicelib had been released in February 2012. Parsley features: Spicelib features: Command Framework: Abstraction for asynchronous operations and sequential or parallel execution XML-Mapper: Flexible architecture for mapping from XML to AS3 classes - in both directions Reflection API: A clean object-oriented API built around the describeType XML output Logging: Logging Framework for Flash Applications Parsley is Open Source, licensed under the Apache License 2.0.

Swiz Framework – Brutally Simple « Sönke Rohde. After the 360Flex took place in San Jose I watched a few of the video recordings which are available through Adobe Media Player.

Swiz Framework – Brutally Simple « Sönke Rohde

Ted Patrick was also so nice to put them on his blog. I am always interested in new Flex frameworks and Swiz got my attention. I watched the video and started to play around with it. What I like most about the framework is the use of metadata aka annotations which really reduces the amount of code. When I first checked out the source I recognized that the DynamicMediator which was shown in the presentation was not committed yet. When you have no clue what I am talking about be sure to check the presentation of Chris at 360Flex. So what’s it all about? Swiz currently support two kinds of annotations: Autowire and Mediate Autowire automatically injects references to objects which very defined in the BeanLoader and mediated methods get invoked when the belonging event was fire with event member variables as parameters. . The event would look like this: Second Generation Micro-architectures, Part 1: The Swiz Framework - FlashPlatformist.

In the last entry on the Swiz framework architecture, we took a look into the use of the CentralDispatcher.

Second Generation Micro-architectures, Part 1: The Swiz Framework - FlashPlatformist

More specifically, we looked at the middle section of the following architectural diagram that I designed to help Swiz make more sense for developers. In this entry, we will get into the upper portion of the diagram, the real meat of the framework – Autowire and Mediate. In declarative languages such as ActionScript, an object is created by declaring it and assigning the instance of that object to a variable using the new keyword. This has proven to be problematic in larger applications because of it’s “top-down” approach to object instantiation, which results in “tight coupling” (dependencies between otherwise independent objects) among other things.

In contrast, the Inversion of Control pattern used by Swiz reverses this object instantiation process by creating and implementing objects at application runtime. Enterprise ActionScript Development — The brutally simple micro-architecture for Enterprise ActionScript development.