Thursday, April 3, 2008

RIA FLEX SilverLight Adobe AIR

Rich Internet application predictions for 2008

Rich Internet application predictions from the experts

_________________________________________
Who is using FLEX
FLEX customers

Christophe Coenraets - he seems developing good apps with Flex , see good user comments
Live Help / Call Center Application with Flex and BlazeD

Using Flex with Spring

ACCELERATE4PHARMA?

http://labs.adobe.com/showcase/air/salesforce.html


_________________________________________

http://flex.org/

Component Explorer
http://www.adobe.com/support/documentation/en/flex/

Programming ActionScript 3.0
Flex Builder 3

Welcome to BlazeDS! BlazeDS is the server-based Java remoting and web messaging technology that enables developers to easily connect to back-end distributed data and push data in real-time to Adobe® Flex™ and Adobe AIR™ applications for more responsive rich Internet application (RIA) experiences.


The Adobe® AIR: Browser vs. desktop
The Adobe® AIR™ runtime complements the browser by providing the same application development and deployment benefits while adding desktop integration, local data access, and enhanced branding opportunities. An emerging design pattern for rich Internet applications (RIAs) is to deliver a browser-based version of an RIA in the browser for all users and an RIA on the desktop for more active users.

- This page has examples that covers every thing. -- use these along with Flex Builder 3 IDE download ( stand alone not Eclipse Plug-in )
Adobe AIR Sample Apps
- screens http://www.bhira.net/pages/stockq.php

-----------------------------
- ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers - asr: seems Good ready to use problem solution book .
- Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code. Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future, along with possible design choices and ramifications. You'll even learn how to link modular ActionScript pieces together to create rock-solid solutions for Flex 2 and Flash applications.

When you're not sure how ActionScript 3.0 works or howto approach a specific programming dilemma, you can simply pick up the book, flip to the relevant recipe(s), and quickly find the solution you're looking for.



From Java to Flex
- 0. Flex handles all the translation between Java and ActionScript classes.
- 1. The simplest use allows a Java developer to expose Plain Old Java Objects (POJO's) as back-end services via a simple configuration. Objects are transferred to the client in a compact binary format called AMF3 and converted to ActionScript 3.0 classes, which is far more efficient in the transferring and rendering time than other implementations, like XML. Combining Data Services with the popular Java POJO-based frameworks, like Hibernate and Spring, creates a truly powerful combination for building enterprise applications.

- 2. LiveCycle Data Services ES deploys in a Servlet/J2EE container and provides significant server-side infrastructure to Flex applications. Data Services offers a number of features, including remoting, publish/subscribe messaging, and data management (client-server synchronization, paging, notification, Hibernate adapter, etc).

- Tree Map open source component -- look at source code very simple ..
- More Flash Open source project , click on the cloud elements to see details ..
- Flex for Java developers - has 1 hour online demo of app with JAVA & Flex
- You have code for Tree control, list for all programming UI control you need in application WOW
- All our dream Menu controls code is here
- Using action effects in a transition
- About Change transitions see example at bottom nice one
- Fonts in Flex - Flex Support all the CSS files ( see web for it ) , he is the author of Flex TreeMap
- Skinning Flex app , see they have Nice tutorial and app
- Ajax and Flex Data Loading Benchmarks


Rich Internet Applications with Adobe Flex 2 and JavaFlash + POJO = RIAs
- Chapter 4 of the book
anothr stock app with URLs - right mouse to see code ..

An ActionScript 3 class library.These are utility classes for use in any ActionScript 3 development;
- http://almiruncommonlib.riaforge.org/

Flex 2 Samples -- last update 2008/02/15
- go to gridFilter and do view source
--------------------------------

No comments: