Archive | Adobe Flex RSS feed for this section

Flex 4.x – Overview

August 22, 2011

1 Comment

Type of technology Flex is a highly productive, free open source framework available for building and maintaining web applications which deploy consistently on major browsers, desktops and operating systems. Look and Feel Drag and Drop The support for drag and drop can be added for all Flex components. Flex includes built-in support for drag-and-drop operation [...]

email

Creating a Custom Pie Chart Component with Degrafa using Flex

July 31, 2011

0 Comments

This article is based on Flex on Java , published on October 2010. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become available all customers [...]

BlazeDS Messaging Services using Flex 4.0

April 7, 2011

0 Comments

What is BlazeDS Message Service? The BlazeDS Message Service enabled with publish/subscribe mechanism and infrastructure to allow Flex application to publish and subscribe messages to a collection of messaging destinations with providing the building of real time data push and applications with collaboration. The following steps creates a simple Cricket score card application that helps [...]

Working with BlazeDS Remote Data Services using Flex 4.0

April 7, 2011

0 Comments

Working with BlazeDS Remote Data Services using Flex 4.0 What is BlazeDS? BlazeDS is a collection of data services that help and simplify building of data driven RIA. They also improve the performance of remote data access operations. BlazeDS supports and enables real time data push and asynchronous collaborative applications. BlazeDS service is deployed on [...]

Charting with Flex 4.0

April 1, 2011

0 Comments

Flex 4 Charting Charting is a mechanism of depicting data using graphical elements known as charts. Flex charts are persuasive with using static charts and as well animated. Flex enables to create interactive and attractive dashboards also. This article describes how to create charts, the customization, use multiple axes, and support user interaction using Flex. [...]

Flex 4 Components Exposed

March 25, 2011

0 Comments

This article is based on Flex4 in Action, published on 10-November-2010. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) ebooks and pbooks. MEAPs are sold exclusively through Manning.com. All print book purchases include an ebook free of charge. When mobile formats become available all customers will [...]

Accessing Server Side Data using Flex 4.0

March 11, 2011

0 Comments

Introduction Flex provides 3 classes to communicate with servers namely HttpService,WebService and RemoteObject HTTPService component of Flex 4 can be used with any kind of server-side technology, including PHP pages, ColdFusion Pages, JavaServer Pages (JSPs), Java servlets. This article aims at discussing the httpservice component with JSP for the following task. To send a request [...]

Invoking SOAP and RESTful Web Services using Flex 4.0

February 28, 2011

0 Comments

Introduction Flex 4.0 framework facilitates to interact with various kinds of RPC services. Flex Applications can invoke traditional Web Services or Restful web services that returns XML, JSON etc. MXML’s RPC components provides access to SOAP (Simple Object Access Protocol) based web services and Restful web services using HTTP Services. Flex supports requests and responses [...]

New Features in Flex 4.0

January 18, 2011

0 Comments

Introduction This article explains the new features introduced in the latest version Flex 4.0. Initial version of Adobe Flex has been released in 2004. In 2008 Adobe has released the version Flex 3.0. But, the latest version of Flex has many improvements compare to its previous releases. If you are not familiar with developing applications [...]

Creating RIA with Adobe Flex framework

November 11, 2010

0 Comments

Introduction Adobe Flex provides a platform for developing Rich Internet applications (RIA). Adobe Flex is not one thing but it is a combination of various languages, frameworks and builders like MXML, Action Script, SDK and Flex Builder. For creating Adobe Flex applications, we use the markup language MXML which is similar to XML in syntax. [...]