I am currently looking into a Flex application framework for my upcoming Flex Enterprise project. In Flex application development Cairngorm and PureMVC framework is a de facto standards. For my project we are looking into a possibility to introduced Swiz framework for application architecture. Swiz official website stated this as “The brutally simple micro-architecture for [...]
Posts Tagged ‘Framework’
ABC of Swiz Framework
Posted: September 16, 2011 in API, Flex, RIA, TechnologyTags: Enterprise Application, Flex, Framework, micro-architecture, RIA, Swiz
1
A closer look of mx_internal namespace
Posted: June 20, 2011 in Adobe, Flex, TechnologyTags: Actionscript3, AS3, Flex, Framework, mx_internal, Namespace
ActionScript 3 is an Object Oriented Programming language, and here access modifiers are used for handling declaration visibility. The common access modifiers in Object Oriented Programming are Public, Private and Protected, apart from this in AS3 new access modifier namespace is introduced. This is used when we want more control over who can access class [...]