Showing posts with label Apache Flex. Show all posts
Showing posts with label Apache Flex. Show all posts

Friday, October 19, 2012

Mirror of Apache Flex SDK at Github


English: Logo of the Apache Software Foundation.English: Logo of the Apache Software Foundation. (Photo credit: Wikipedia)

Mirror of Apache Flex SDK at Github

Only few committers of the project has write access to the code repository of the project, but everyone has read access.
https://github.com/apache/flex-sdk

Below is the link to the details of how can you get involved & contribute towards the open source development, documentation, training & marketing of Apache Flex® through its Community
http://flex.apache.org/community-getinvolved.html

Wednesday, September 26, 2012

Introduction to MVC Architecture of Cairngorm

A simple diagram depicting the relationship be...A simple diagram depicting the relationship between the Model, View, and Controller. Note: the solid lines indicate a direct association, and the dashed line indicate an indirect association (e.g., observer pattern). (Photo credit: Wikipedia)
English: This diagram depicts how the Model Vi...English: This diagram depicts how the Model View Controller Architecture works. (Photo credit: Wikipedia)
English: The model, view, and controller (MVC)...English: The model, view, and controller (MVC) pattern relative to the user. (Photo credit: Wikipedia)

Cairngorm is based on Model View Controller (MVC) framework, specifically designed to facilitate complex state and data synchronization between the client and the server. Cairngorm separates implementation of the view layer from the Model (data) implementation.



View layer throw events and bind to data stored in the Model. 
Components on the View can bind to Value Objects or other properties in the Model (data) layer.

Value Objects (VOs) are used to store related properties, simple variables can be stored as direct properties of the ModelLocator class. 
A static reference to the ModelLocator singleton instance is used by the View layers to locate the required data.
he Controller layer is implemented as a singleton class FrontController. The FrontController instance receives every View-generated Event and dispatches the events to the assigned Command class based on the event's declared type.
The Command class processes the event by calling the Command class' execute() method, which is defined in ICommand interface. 

The event object may include data if required. The execute() method can update the central Model, as well as invoke a Service class which typically involves communication with a remote server. The IResponder interface is also implemented by the Command class, includes onResult and onFault methods to handle responses returned from the invoked remote service.

Wednesday, July 25, 2012

Let's Install & Test Apache Flex 4.8.0 SDK in Flash Builder

Below are the list of important resources which would help you getting started with Aparche Flex 4.8.0

Announcement: Release of Apache Flex 4.8.0 


Apache Flex Installer
http://flex.apache.org/installer.html - The Apache Flex SDK Installer simplifies the download and installation of the latest Apache Flex SDK and its components onto your computer for anyone who might not be familiar with compiling from source code but wants to use the latest release of the Apache Flex SDK and prepares your favorite IDE such as Adobe Flash Builder or JetBrains IntelliJ IDEA by downloading its binary distribution from apache.org or its mirrors, and install it . 

Blog on "How to install Apache Flex 4.8.0 in Flash Builder"

http://lucamezzalira.com/2012/07/24/how-to-install-flex-4-8-0-sdk-in-flash-
builder/
Did you got it running.. please share your experience by commenting on this blog.


Friday, February 26, 2010

Introduction Flex UI Framework

English: A vector version of Overview_of_a_thr...English: A vector version of Overview_of_a_three-tier_application.png (Photo credit: Wikipedia)

the open source Flex 4.5 Framework provides
  1. Rich & extended set of controls / component library 
  2. Complete set of layout mechanisms.
  3. Mobile-optimized components
  4. Containers
  5. MXML declarative language for layouting UI components & ActionScript an ECMA compliant scripting languages for writing business logic.
  6. Rich class library based on ActionScript 3.0
Layout Mechanism functions
- controls look and feel
- helps in management of display area during window resizing.

Containers hold other containers and components, container lays out its children

Wednesday, August 5, 2009

Learning Adobe Flex for SAP Developers

SAP AG logo.
Image via Wikipedia
Adobe Flex Icon
Image via Wikipedia















To see how Flex applications can be connected with an SAP backend application watch this workshop session at SAP Developer Network Day - 2006.



Check the URL SAP Community NetWork - Learning Adobe Flex for SAP Developer. These resources will help developers integrate Adobe Flash functionality in SAP applications.

Adobe Flex SAP Sample from SDN Day 2006 - the demo shows how to develop rich and engaging web applications using Adobe Flex over the SAP backend. Following are the steps involved:

  1. Login to SAP system, 
  2. We need to create a SAP function module from which we create the Web Service.The Processing type in the FM has to be set to Remote-Enabled Module.
  3. Go to Transaction WSADMIN to see the list of Web Services(WS) available in the System.
  4. Select the WS and open the WSDL associated with the WS. 
  5. Open the Adobe Flash Builder and declare the WS with a unique ID and provide the wsdl url.
  6. Create a Dashboard to display the data from the WS.
For recent updates about SAP - Adobe Flex integration check the weblogs at Development Trends


Related articles
Enhanced by Zemanta

Tuesday, July 28, 2009

Introduction to Adobe Flash Player and take a Flex Test Drive, updated



The following are three main Rich Internet Applications technologies from Adobe:

  1. Adobe Flex
  2. Flash Player and 
  3. Adobe Integrated Runtime (AIR)
To begin learning about Flash Player start reading with What is micromedia flash player (wiki.answers.com)

Flash Platform is used to build
  • Enterprise applicaitons
  • SasS (Software as a Service)
  • Consumer applications, 
  • Rich media applications, 
  • Video applications (e.g. YouTube), 
  • Social applications
  • Games
Note: Adobe has abandoned developing Flash for mobile device. 

To know about the current version of Flash Player visit the URL: https://www.adobe.com/software/flash/about/


Flex Test Drive: Build an application in an hour

Remark: You should be able to upgrade the Flex SDK without having to get your clients upgrade their Flash Player unless during major releases, to bring some predictability and allows developers to plan their upgrade cycles.

Related articles

Adobe Flash Player for Android is not available anymore at the Play Store.

Which is better React Native or Native iOS and Android Development for building Mobile applications ?

  React Native vs Native (iOS, Android)   Properties/Feature React Native   Native (iOS) – Swift / Object...

Labels