Show all feed information | Ping Blog Update

Enterprise Development: Flex or HTML5? last week

This article is a transcript from a recorded conversation I had with Anatole Tartakovsky and Victor Rasputnis – my business partners at Farata Systems. This conversation took place on the mountain after the day of skiing. Yakov. There are many ways of creating Web applications and creating …

Immersing into JavaScript Frameworks 3 weeks ago

During the last month my colleagues and I were immersing into the world of modern JavaScript frameworks. We didn’t start from scratch though. My business partners spent the first 5 years of this century porting PowerBuilder, a used-to-be-popular client server tool, to a JavaScript …

Thoughts on Apache Flex Proposal last month

Adobe has submitted a proposal to accept their Cindyflexingrella to a very reputable orphanage: Apache Software Foundation. Overall, this can be a great news for the Flex community, which as opposed to Adobe, can afford to allocate enough of strong software engineers to make this framework …

Setting Focus in Flex Components last month

While Flex framework supports working with focus, you need to help it a little bit in some scenarios. For example, if your application starts with a Login view it would be nice if the cursor would be automatically placed in the user ID field so the user can immediately start typing. Calling the …
keywords cursor, flex, flex components, focus, little bit, scenarios

The Rumors of Flash Player’s Death are Greatly Exaggerated 2 months ago

This morning ZD Net published an article stating the Adobe will cease development of Flash Player on Mobile in favor of packaging mobile applications in Adobe AIR. The Flash Player haters quickly picked up this news and to draw attention to their blogs/tabloids started to cash on Steve Job’s name …

mailto: an elegant solution with limitations 3 months ago

On my current project (Flex and Java) the client wants to email certain data to certain recipients. If the mail content and recipients wouldn’t require manual processing, I’d written a Java server side program that would retrieve the data and sent it to a predefined list of …

ClearDS for Android 4 months ago

Clear DataServices (ClearDS) is a free productivity tool that compliments Adobe AIR Native Extensions(ANE) for Android devices. It allows to embed BlazeDS into the AIR-based Android application. Why ClearDS? ClearDS has been designed for two purposes. Similar to ANE, it allows to code part of …

Testing Flex RIAs: The Aftermath 5 months ago

On August 12, I participated Farata’s symposium for Enterprise developers for the second time. But but unlike the first time, I was on the other side of the barricades. I presented my research in the field of functional testing of Flex-based RIAs. Since my previous preso at NJFlex user …

How Many Frameworks Does It Take To Retrieve Orders? 5 months ago

I don’t like most of the Flex MVC frameworks cause they force me to write more code. I do like frameworks and tools that let me write less code. But there is no free lunch and, at some point, even productive frameworks, tools, and libraries reach critical mass and the finger pointing game …
keywords critical mass, flex, game, libraries, mvc

Non-Intrusive Java and Flex Code Generation 5 months ago

I received an email from an experienced Flex/Java developer stating that he likes some of our open source components, but questions the need of automated code generation. His main argument was that they already have a pretty large code base in Java with their own inheritance model and introducing …
keywords code generation, code generators, email, flex, flex code, flex java, inheritance, java code, java developer, open source components