Now to conclude Adobe published there view’s on Flex and its future by releasing a whitepaper. This whitepaper is about Adobe’s plan in relation to Flex that is now donated to Apache Foundation. This is a well-documented white paper that covers history, evolution, use cases and future of Flex. Here I am listing key details [...]
Archive for the ‘Adobe’ Category
Flex Past, Present and Future – Adobe’s View
Posted: February 22, 2012 in Adobe, Flex, HTML5, TechnologyTags: Apache
Adobe Flex now Apache Flex
Posted: January 8, 2012 in Adobe, Flex, RIA, TechnologyTags: Adobe, Apache, ASF, Flex, HTML5, RIA
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 [...]
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 [...]
AS3 Tips – Uses of rarely used operator
Posted: September 14, 2011 in Adobe, Flex, TechnologyTags: AS3, Code, Operator, Optimize
As a developer we are habitual to use commonly used approach in programming. There are several alternate and optimized way are also available and we need to give a chance to them as well. ActionScript 3 introduced various operators for specifying how to combine, compare, or modify the values of an expression. From these operators [...]
Adobe’s Edge – A Gift To HTML5 World
Posted: August 31, 2011 in Adobe, HTML5, TechnologyTags: Adobe, Edge, Flash, HTML5, iOS
This month Adobe gifted a new web animations tool called Edge to HTML5 world. This tool is for web designer for creating interactive graphics on website using HTML5. Currently this is a public preview release version of Edge. According to Adobe this new tool Edge will let web coders bring animation similar to that created [...]
Adobe Muse : Build stylish website without writing code
Posted: August 25, 2011 in Adobe, HTML5, TechnologyTags: Adobe, Muse, Website, WYSIWYG
Adobe released a preview version of interesting code free website designer tool called Muse. This tool is 100% code free, without writing a single line of code you can build your stylish and attractive website. This is really interesting, I downloaded the preview version from Adobe lab and really enjoyed working on this. Adobe already [...]
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 [...]