When a new version of a software is released, the old version lives for a while and its creators usually care about supporting it. Yesterday, after reading about the release of Cairngorm 3, it’s clear that Adobe Consulting ignores this rule. Why did they quietly burried Cairngorm 2?May. 20, 2010 05:50 AM EDT Reads: 8,071 |
![]() I got it yesterday at 5PM. The Apple store at the nearby mall was crowded, but at the end of day there were more people in blue shorts (I was told that there were a 100 of them) than c... Apr. 5, 2010 07:00 PM EDT Reads: 10,419 |
Feb. 6, 2010 11:00 PM EST Reads: 20,602 |
A month ago I wrote a blog titled “The RoadMap for Adobe LCDS 3”. I was so naïve suggesting cutting the prices for LCDS licenses... Jan. 28, 2010 09:35 AM EST Reads: 3,613 |
Typically, an enterprise IT group has a limited budget, and even though a more advanced LiveCycle Data Services component offers you more options and better scalability than BlazeDS, for most of the applications using BlazeDS installed in any Java Servlet container is a very solid way ... Jan. 15, 2010 11:37 AM EST Reads: 3,779 |
This article offers a solution for handling of null values for numeric data types in Flex/Java projects. Currently, every time there’s a Flex/Java update, we end up replacing the original nulls with zeros when the user didn’t actually change that value. This article ia a silver bullet...Jan. 9, 2010 04:30 PM EST Reads: 9,723 |
In my previous post I pointed to the BlazeDS classes that need to be replaced in order to prevent ActionScript Number.NaN from turning into Long or Integer zeroes on the MessageBroker side. The recommendation boiled down to re-jaring flex-messaging-core.jar or placing the modified clas...Jan. 9, 2010 03:00 PM EST Reads: 6,210 |
![]() After teaching our popular advanced Flex master class in New York, Boston, Toronto, London, and Moscow, we are hitting the beer capital of the world: Brussels, Belgium. This class is scheduled for the first days of March, and we hope that Flex 4 will be officially released by this d... Jan. 6, 2010 04:00 AM EST Reads: 6,381 |
During the last week I had to interview five developers for a position that required the following skills: Flex, Java, Spring, and Hibernate. Most of these guys had demonstrated the 3 out of 10 level of Flex skills even though each of them claimed a practical experience on at least tw...Jul. 18, 2009 02:30 PM EDT Reads: 18,628 Replies: 37 |
There are three ways of creating PDF documents from Adobe Flex applications: by using the forms/LiveCycle designer, by treating PDF printing as one of the features of your Flex application, and by using Snapshots available in LCDS, which uses bitmaps to represent Flash content. This ar...Jan. 22, 2009 11:00 AM EST Reads: 23,754 |
Farata Systems, a leading provider of Flex and Java services and components has announced availability of the Alpha version of the first community site www.myflex.org that will become a repository for commercial Flex components and Eclipse plugins developed by independent vendors.Mar. 26, 2007 12:15 PM EDT Reads: 20,961 |
Event-driven programming model offers an excellent architecture based on loosely-coupled components consuming and throwing events. In this tutorial I'll show how to design component that communicate with each other via events. Feb. 26, 2007 10:00 AM EST Reads: 31,711 Replies: 1 |
In XML, namespaces are used to avoid potential naming conflicts with other components having the same names. Flex also has namespaces. Familiarity with Soprano family is a pre-requisite for reading this article. Feb. 11, 2007 07:00 PM EST Reads: 17,702 |
You know the drill: a language is called object-oriented if it supports inheritance, encapsulation and polymorphism. And what do we do with interfaces? Jan. 30, 2007 09:00 AM EST Reads: 26,942 |
The book 'RIA development with Adobe Flex and Java' is written. Check out the book site. Do you know why we are smiling? Because the writing is over! It took us longer than planned because we had to work for a living, and the time for writing this book was just stolen from our families... Dec. 21, 2006 01:45 AM EST Reads: 23,958 |
Flex framework contains a pretty impressive library of the off-the-shelf controls, which can fit the bill for many of the Rich Internet Applications needs. And yet, it is just the tip of the iceberg, because Flex enables you to create, combine and/or extend existing components with a s...Dec. 9, 2006 03:00 PM EST Reads: 48,505 |
Unless your project is as simple as HelloWorld application, compilation and deployment of this application has to be automated. Creating a build script for any decent size application (i.e. hundreds of files in Flex and server-side Java) is a project on its own. Java programmers typica... Dec. 5, 2006 05:00 AM EST Reads: 25,346 |
Closures is one of the cornerstones of dynamic languages. Closures are unavoidable when you use asynchronous operations or need to process an event on the other object. Almost any non-trivial action in Flex communication with the server or getting an input from user is asynchronous. Us... Dec. 4, 2006 06:00 PM EST Reads: 25,641 |
This command will build the swf file with the frame rate of fifty frames per second. Display list rendering and the ActionScript execution take turns, hence the frame rate can affect your application performance. Setting the frame rate to fifty does not mean that each frame will be di... Nov. 21, 2006 09:45 AM EST Reads: 25,729 Replies: 2 |
This is a short comparison table of major elements/concepts of these two languages for a quick reference. Nov. 12, 2006 01:30 PM EST Reads: 38,736 |
Every now and then we create reusable components, and so far we are giving them away for free. Some pathetic bloggers call this 'giving back to the community'. We look at it simple: if we do not have time to productionize the component, we donate it. Nov. 1, 2006 07:30 AM EST Reads: 22,118 |
When I was learning how to work with AJAX, I went through a number of 101-type articles. The biggest problem with these tutorials is that the authors are trying to explain several things at once, which is confusing. I'll try to offer you a very simple example of an Ajax application. Oct. 30, 2006 12:30 AM EST Reads: 31,617 |
Ten years ago I've been doing PowerBuilder and my mentality was different: first, I was the best friend of business users, and second I did not really worry about what's under the hood. I could do stuff quickly, or using the modern jargon, I was an Oct. 20, 2006 08:00 AM EDT Reads: 20,129 |
Here's the assignment: write a Flex application that can run against different servers (dev, uat, prod) without the need to recompile the SWF file. It does not take a rocket scientist to figure out that the URL of the server should be passed to SWF as a parameter, and we’ll do this by...Oct. 12, 2006 07:30 AM EDT Reads: 62,074 Replies: 1 |
In Java, if you've created an object from a particular class, you can use only properties and methods that were defined in this class. This is not the case in ActionScript 3. This is one of the examples of unusual (from the OOP perspective) programming techniques. Oct. 3, 2006 07:15 AM EDT Reads: 30,053 |
Each of our students comes with different understanding of how to program in Flex according to their 'legacy' background. So I'll tell you the story that might have happened in a real life, but first, let me remind you of an old Indian tale about seven blind men and an elephant. In sho... Sep. 24, 2006 07:30 PM EDT Reads: 23,306 Replies: 2 |
While a large Flex application is loaded, the user may experience unpleasant delays, which can be used productively to logon to this application. Besides, it'll give the user perception that your application loads faster. Sep. 21, 2006 02:45 PM EDT Reads: 22,751 |
This sample application shows the data exchange between Adobe Flex and Microsoft Excel Sep. 18, 2006 11:15 PM EDT Reads: 22,133 Replies: 1 |
Can you put Flash Player's pretty face on your Web application written in Java/.Net/Python/PHP et al? Yes. Can you do it for free? Yes. Aug. 27, 2006 11:15 AM EDT Reads: 23,358 Replies: 2 |
There are quite a few developers that a) become impatient if the build takes more then 5 seconds and b) concerned that their application will be delivered to the user with similar attention span that could walk away in 10 seconds or less - regardles of the artwork in the progress mete... Aug. 25, 2006 07:00 AM EDT Reads: 16,543 |
The SystemManager is the main manager that controls the application window, creates and parents the Application instance, popups, cursors, manages the classes in the ApplicationDomain, and more. The SystemManager is the first class that is instantiated by Flash Player for your applicat... Aug. 3, 2006 11:15 AM EDT Reads: 33,041 Replies: 1 |
Adobe Flex Builder has many convenient keyboard commands and hints that make your programming faster. But this is a list of Flex Builder shortcuts that I use on a regular basis Jul. 21, 2006 10:00 PM EDT Reads: 24,474 Replies: 2 |








When a new version of a software is released, the old version lives for a while and its creators usually care about supporting it. Yesterday, after reading about the release of Cairngorm 3, it’s clear that Adobe Consulting ignores this rule. Why did they quietly burried Cairngorm 2?
This article offers a solution for handling of null values for numeric data types in Flex/Java projects. Currently, every time there’s a Flex/Java update, we end up replacing the original nulls with zeros when the user didn’t actually change that value. This article ia a silver bullet...
In my previous post I pointed to the BlazeDS classes that need to be replaced in order to prevent ActionScript Number.NaN from turning into Long or Integer zeroes on the MessageBroker side. The recommendation boiled down to re-jaring flex-messaging-core.jar or placing the modified clas...
During the last week I had to interview five developers for a position that required the following skills: Flex, Java, Spring, and Hibernate. Most of these guys had demonstrated the 3 out of 10 level of Flex skills even though each of them claimed a practical experience on at least tw...
There are three ways of creating PDF documents from Adobe Flex applications: by using the forms/LiveCycle designer, by treating PDF printing as one of the features of your Flex application, and by using Snapshots available in LCDS, which uses bitmaps to represent Flash content. This ar...
Farata Systems, a leading provider of Flex and Java services and components has announced availability of the Alpha version of the first community site www.myflex.org that will become a repository for commercial Flex components and Eclipse plugins developed by independent vendors.
Flex framework contains a pretty impressive library of the off-the-shelf controls, which can fit the bill for many of the Rich Internet Applications needs. And yet, it is just the tip of the iceberg, because Flex enables you to create, combine and/or extend existing components with a s...
Here's the assignment: write a Flex application that can run against different servers (dev, uat, prod) without the need to recompile the SWF file. It does not take a rocket scientist to figure out that the URL of the server should be passed to SWF as a parameter, and we’ll do this by...
