End of the last year (Nov – 2011) Adobe planed to donate Flex to Apache foundation and now Flex is officially accepted by Apache Software Foundation(ASF). For more info on this check the mail thread conversation on voting at Apache – http://markmail.org/message/7q22pdviyxvkwbf5. This year 2012 is the first year of Flex to live outside Adobe [...]
Posts Tagged ‘Flex’
Adobe Flex now Apache Flex
Posted: January 8, 2012 in Adobe, Flex, RIA, TechnologyTags: Adobe, Apache, ASF, Flex, HTML5, RIA
Flex SDK 4.6
Posted: December 17, 2011 in Adobe, Flex, Mobile, RIA, TechnologyTags: Flex, iOS5, Mobile, SDK 4.6
You must be knowing that Adobe has released Flex SDK 4.6. Thanks to Adobe Flex SDK team to keep enhancing the SDK. This release of SDK is majorly focus on mobile and tablet apps development. Flex SDK 4.6 bundled with new mobile optimized Spark components. In mobile or tablet apps development major area of consideration [...]
Adobe Flash Player and its future
Posted: November 16, 2011 in Adobe, API, Apple, Flex, HTML5, Mobile, RIA, TechnologyTags: Adobe, Flash Player, Flex, HTML5, Open Source Community, RIA
Flash is travelled very long distance in last decade, from Macromedia Flash to Adobe Flash. This Flash word is always in tech buzz. Initially it was popular in animator group then gradually attracted the attention of application developers and became a de-facto for RIA applications. Flash is always preferable for developing richest content and deployed [...]
Spring + BlazeDS Integration API for Flex based Enterprise Apps
Posted: October 19, 2011 in Adobe, API, Flex, RIA, Spring, TechnologyTags: BlazeDS, Enterprise Application, Flex, Remoting, Spring, Spring+BlazeDS Integration API
In my last project assignment I found Spring BlazeDS Integration API is very fruitful. It really helps developer to focus on only business implementation of application and forget about backend server level configuration. Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project’s purpose is to [...]
ABC of Swiz Framework
Posted: September 16, 2011 in API, Flex, RIA, TechnologyTags: Enterprise Application, Flex, Framework, micro-architecture, RIA, Swiz
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 [...]
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 [...]
Valid Data Provider for spark List component
Posted: June 8, 2011 in Adobe, Flex, TechnologyTags: collections, data provider, Flex, IList, Spark, XMLList
In the course of migration from Flex3 project to Flex4 usually we faced common TypeError at runtime. These error are generally a type coercion failed error. The simple usecase of this is we are converting <mx:List> component to <s:List> component. Here we have an inline xml object for “imgList” and binding it to a <mx:List> [...]
JavaFX: A promising RIA technology lost somewhere
Posted: March 27, 2011 in RIATags: Adobe, Flex, JavaFx, RIA
As a RIA specialist I have been doing client side development professionally over the last six years or so, in a variety of UI toolkits and libraries that spanned Ajax, Adobe Flex, HTML5, Swing, Applet and Silverlight. During this period I have been in touch with different RIA technology, JavaFX being one of them. Before [...]