ADS BY GOOGLE



2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
DIGITAL EDITION

SYS-CON.TV
TOP FLEX LINKS TO CLICK ON
Farata Systems Flex Blog

Creating PDF Documents from Flex Applications
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 article shows how to treat PDF printing as a feature of your application.
Farata Systems Announces Release of MyFlex.org at AJAXWorld Conference
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.
Event-Driven Programming in Flex with Custom Events
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.
Namespaces in Flex and Soprano
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.
Object-Oriented Programming in ActionScript 3 vs Java
You know the drill: a language is called object-oriented if it supports inheritance, encapsulation and polymorphism. And what do we do with interfaces?
Our Flex Book Is Written!
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 and our sleep.
Flex: The Value-Aware ComboBox
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 simplicity and elegance hardly ever offered by other GUI development systems.
Intro to Building and Deploying Flex Applications with Ant
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 typically use one of the open source build tools such as Ant or Maven to formally describe and execute all steps required to build and deploy their projects.
Closures in ActionScript 3
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. Using closure automatically gives you the reference to the class instance in which you have your function to the external object processing the event.
Adobe Flex 2 - Experimenting With Frame Rates
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 displayed in exactly 20 milliseconds, as there is some OS/browser overhead. Besides, some browsers may impose restrictions on plugins to lower CPU utilization on the user?s machine.
Comparing the syntax of Java 5 and ActionScript 3
This is a short comparison table of major elements/concepts of these two languages for a quick reference.
Thoughts on open sourcing Web components
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.
How AJAX Works
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.
PowerBuilder, Java, Flex, Agile Programming
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
Passing parameters to Flex that works
The subject of this piece is how to pass parameters from HTML to a Flex 2 application using flashVars parameters.
ActionScript 3: Dynamic classes
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.
Adobe Flex: Program in Style or an Elevator Pitch
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 short, one blind man touched the elephant's head, the other one touched the tail, someone was by the leg. And each of them visualized an elephant differently based on what he touched.
Extending Adobe Flex with Flash
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.
We've taught Adobe Flex to talk to Microsoft Excel
This sample application shows the data exchange between Adobe Flex and Microsoft Excel
Adobe Flex 2: Development On A Budget
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.
Flex 2: Large Applications for Impatient Developers
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 meter.
Adobe Flex 2: Before Your Application Is Loaded
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 application. It stores the size and position of the main application window, keeps track of its children, such as floating popups and modal windows.
Flex Builder Shortcuts
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

SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
FEATURED WHITE PAPERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
AJAX World - Xceed Launches Microsoft Silverlight 2 Control
Xceed launched Xceed Upload for Silverlight, the c
AJAX World - Sun Talks Up its Late-to-the-Party AIR-Silverlight Rival
At Java One this week Sun has been selling its yea
AJAX World - Skyway Software Announces RIA Developer Contest
According to Sean Walsh, President and CEO of Skyw
"Virtualization Journal" Debuts This Week at JavaOne
Founded in 2006, SYS-CON Media's 'Virtualization J
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up
Microsoft To Keynote 4th International Virtualization Conference & Expo
Mike Neil is general manager for virtualization st
Wal-Mart To Sell $399 Ubuntu Linux-based Laptop with Google Operating System
The Ubuntu Linux-based gOS operating system from G
Flex 4: My Wish List
Flex 2 was released in the Summer of 2006 and it w
Plug-in Integrator Pattern
This pattern is a hybrid of plug-in and event driv
AJAX World - Adobe Makes Flash & AIR Free for Mobile Widgets
A bunch of the boys have joined Adobe in forming t
Additions to My Computer Book Shelf
Many young programmers don't read books anymore.
Adobe and Industry Leaders Establish Open Screen Project
Today, Adobe announced the Open Screen Project, su
Forrester Turns Its Back to AJAX
I know, it's not nice and I should behave as if it
AJAX World - Cooking CRUD with Flex and BlazeDS
In today's cooking class you'll add to your cookbo
Java Updater: Sun and Google Are as Bad as Apple
Apple's taken some heat lately for their decision
Ubuntu Here We Come! - Java Finally To Become 100% Open Source
With only two weeks to go now before JavaOne, its
AJAX World - Curl Launches Adobe AIR Competitor
Curl announced the beta release of Curl Nitro, the
Is the Silverlight Adoption Rate Artificially Inflated?
Silverlight 2.0 is a freaking phenomenal RIA devel
AJAX World - Adobe Flex 4 Is Shaping Up
Adobe has published their first plan of what shoul
Book Review: Advanced AJAX by Shawn M. Lauriat
Because AJAX moves so much application logic from
PRODUCT REVIEWS
Book Review: Advanced AJAX by Shawn M. Lauriat
Because AJAX moves so much application logic from the server to the client, it forces many developers to master a wider range of web technologies than ever before. T
A Quick Analysis of BlazeDS Offering
Release of BlazeDS is a great help from the Flex enterprise adoption perspective. On the technical side, BlazeDS provides a lightweight replacement for LiveCycle Dat
Boost Productivity of Your Flex-Java Project with Log4Fx Component
It's hard to overestimate the importance of having a good logging facility when you develop distributed applications. Did the client's request reached the server-sid
MX Kollection 3 by InterAKT Online For Macromedia Dreamweaver
Web development is a changing industry. Technologies are born, thrive, and then die, while web developers experience a great stress helping their clients get an Inte
Using Electric Rain's Swift 3D 4.5 With Macromedia Flash. It Rocks!
It may only be a point release but that doesn't mean that Electric Rain, makers of the #1 3D modeling software tool for Flash animators hasn't come out swinging. Wha
BREAKING MX NEWS
CIC and 4Point Partner to Provide Enhanced Solutions for the Financial Services Industry
Communication Intelligence Corporation ("CIC") (BULLETIN BOARD: CICI) , a leading supplier