Flex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
ActionScript: langage de script ECMAScript |
ActionScript: langage de script ECMAScript |
||
< |
<pre> |
||
package fr.imag.air.sample.flex{ |
package fr.imag.air.sample.flex{ |
||
public class MyClass interface MyInterface{ |
public class MyClass interface MyInterface{ |
||
Revision as of 16:34, 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
Liens
- Building complex and modular RIAs with OSGi and Flex http://france.osgiusers.org/wiki/uploads/Meeting/fornaciari-osgi-flex.pdf