Category Archives: VMware Flex


Flex 3 Localization Support


DOWNLOAD SLIDES Flex 3 has huge improvements in the localization support compared to what Flex 2 supported. In this lecture will get to know the various was of doing localization: static localization dynamic localization externalizing localization resources into resource modules dynamically loading resource modules DOWNLOAD LOCALIZATION SAMPLE DOWNLOAD FLEX 4 … More

1 | comment

Creating Modular Applications


DOWNLOAD SLIDES In the beginning this topic was titled Component-Based Development with Flex, where ‘component-based’ was used in the meaning of Component Based Software Engineering. There are certain similarities between modules and components and we’ll discuss them during the lecture, but yet the content of this talk is mostly oriented … More

1 | comment

Remoting


DOWNLOAD SLIDES The slides are partially based on the Working with Data in Flex talk Branimir Angelov gave at the 2008 FlexCamp. We got to admit that this is one of the toughest topics to discuss, because remoting is part of a quite bigger topic – distributed systems. And distributed … More

3 | comment

Creating and Extending Flex 3 Components


DOWNLOAD SLIDES This is by far the biggest topic in the course and it covers lots of subtopics as there are a lot of ways of creating and extending components. On the other side there are different types of components – visual or non-visual, but also components for data and … More

3 | comment

Overview of the Flex SDK


DOWNLOAD SLIDES Usually an SDK contains: Runtime Execution Environments Framework Compiler and Tools What is important to remember from this talk is: The architecture of the Flash Player The retained mode of the renderer The loop of the player (SWFTags, ActionScript, Rendering) The conceptual single-threaded programming model The distinction between … More

1 | comment