Difference between revisions of "Flex"

From air
Jump to navigation Jump to search
Line 35: Line 35:
   
 
==Outils==
 
==Outils==
  +
===Editeurs===
  +
* plugin Eclipse
   
  +
===Compilateurs===
  +
  +
  +
===Communication===
  +
* [[BlazeDS]]
  +
* [[GraniteDS]]
   
 
==Liens==
 
==Liens==

Revision as of 18:35, 22 February 2011

Flex est devenu en quelques années un canevas RIA fort apprécié.


MXML : langage déclarative des interfaces

<s:Applicationxmlns:fx="http://ns.adobe.com/mxml/2009"
  xmlns:s="library://ns.adobe.com/flex/spark"
  xmlns:mx="library://ns.adobe.com/flex/mx">
 <s:Panel>
  <s:Labeltext="Label" />
  <s:Buttonlabel="Button" />
 </s:Panel>
</s:Application>



ActionScript: langage de script ECMAScript

package fr.imag.air.sample.flex{
  public class MyClass interface MyInterface{
    public function MyClass() {
    }
    public function doSomething(): String {
    }
  }
}


Outils

Editeurs

  • plugin Eclipse

Compilateurs

Communication

Liens