Project Flex yang lagi HOT

Berikut Link project flex yang lagi berkembang

touchimg TouchLib, Touchlib is a library for creating multi-touch interaction surfaces. It handles tracking blobs of infrared light, and sends your programs these multi-touch events, such as 'finger down', 'finger moved', and 'finger released'. It includes a configuration app and a few demos to get you started, and will interace with most types of webcams and video capture devices. It currently works only under Windows but efforts are being made to port it to other platforms.

 

Merapi, Merapi is a bridge between applications written in Java and those running in and created for Adobe AIR™ (Adobe Integrated Runtime™).Merapi has been designed to run on a user's machine, along with an Adobe AIR™application and providea direct bridge between the Adobe AIR™ framework and Java, exposing the power and overall calabilities of the user's operating system, including 3rd party hardware devices.bridge

 

degrafa-icon-lrg Degrafa is an open source declarative graphics framework for Flex used by some of the industry's top designers and developers. The framework can be used for a wide variety of purposes, ranging from rich user interfaces to intense graphics editing.

 

 

 

banner_mate2

Mate is a tag-based, event-driven Flex framework.

Flex applications are event-driven. Mate framework has been created to make it easy to handle the events your Flex application creates. Mate allows you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered.

In addition, Mate provides a mechanism for dependency injection to make it easy for the different parts of your application to get the data and objects they need.

 

openflux-logo-002

OpenFlux is an open-source component framework for Flex which makes radically custom component development fast and easy.

 

 

 

flexlib_logo

The FlexLib project is a community effort to create open source user interface components for Adobe Flex 2 and 3.

Current components: AdvancedForm, Base64Image, EnhancedButtonSkin, CanvasButton, ConvertibleTreeList, Draggable Slider, Fire, Highlighter, HorizontalAxisDataSelector IconLoader, ImageMap, PromptingTextArea, PromptingTextInput, Scrollable Menu Controls, SuperTabNavigator, Alternative Scrolling Canvases, Horizontal Accordion, TreeGrid, FlowBox, Docking ToolBar, Flex Scheduling Framework

 

anybody want to add this list??

Kenalan dengan BlazeDS

BlazeDs adalah sebuah message adapter untuk flex dan java, BlazeDS ini bisa menterjemahkan objek dari java ke actionScript dan sebaliknya. BlazeDS mengggunkan protokol yang disebut dengan Action Message Format (AMF) untuk mengirim data kembali dan seterusnya. AMF mempunyai format binary yang artinya mempunyai pesan yang lebih kecil dibandingkan dengan pesan XML, sehingga hasilnya lebih baik dalam hal performance daripada webservice SOAP. Dasar dari Blaze diambil dari java bean (kelas value objeck), dan merubahnya menjadi sesusai dengan ActionScript Value Object. Blaze menggunakan refleksi untuk mencari kepingan bean apa saja untuk di serialize. Selama refleksi blaze menggunakan java.bean.PropertyDescriptor untuk menentukan apakah  field berlaku untuk serialisasi. pada dasarnya itu berarti semau getter yang match dengan setter diserialisasi. sehinga getCostumerName() harus cocok dengan setCostumerName(String n) untuk bisa diserialisasi.

BlazeDS merupakan open source, tersedia secara free. BlazeDS didesain untuk mengirimkan data dan memproses pesan dari apllikasi Flex runtime. BlazeDS memiliki fitur sebagia berikut:

  • Proxy Service, mendukung proxy HTTP request dan merespon antara aplikasi Flex dan remote Service. Service ini umumnya digunakan saat komunikasi langsung antara client dan server dilarang karena masalah cross-domain security
  • Remoting Service, adalah sebuah server-side gateway yang memperbolehkan aplikasi Flex untuk memanggil method kelas server-side java menggunakan binary AMF
  • Message Service, Mendukung kolaborasi antara aplikasi Flex melalui arsitektur pesan hub-and-spoke. Aplikasi Flex mengirim pesan ke BlazeDS, dan BlazeDS menyebarkan pesan tersebut ke client yang terhubung.

Download BlazeDS

Referensi : Enterprise Flex with BlazeDS, Brian Telintelo (2009)