Flex Metadata in ActionScript3
metadata×îÏÈ¿ªÊ¼ÓÚdotnet°É£¬½Ð×öAttribute£»È»ºójavaÒ²½ôËæÆäºó£¬½Ð×öAnnotaion£»actionscriptÔò½Ð×öMetadata¡£ÆäÖÐdotnetÓëActionScriptµÄÓï·¨¸ñʽÉ϶¼ÊÇÏàËÆµÄ£¬ÈçASÖеÄ[Bindable]¡£ÔÚJavaÖÐÔòÊÇÓÃ@XXXÕâÑùµÄÓï·¨£¬Èç@override¡£²»¹ýÄ¿µÄ¶¼ÊÇÒ»¸ö£¬¸øÀà»ò·½·¨»òÊôÐÔÔö¼Ómeta data±ê¼Ç£¬´Ó¶øÊµÏÖ¶ÔÕâЩ±»±ê¼ÇµÄ´úÂë½øÐÐÒ»Ð©ÌØÊâ´¦Àí¡£Æ©ÈçFlexUnit4£¬ ²»ÔÙÒªÇó´Ó²âÊÔÓÃÀýÖеIJâÊÔ·½·¨±ØÐëÒÔtest¿ªÍ·£¬¶øÊÇÔÚ·½·¨Ö®Ç°ÓÃ[Test]½øÐбê¼Ç¡£Õâ¸ö¸úJUnit 4ÊÇÒ»Öµģ¬ÒòΪFlexUnit4Ó¦¸ÃÊDzο¼ÁËJUnitµÄ¡£ÔÚdotnetÖпÉÒÔÓÐÈçϵÄÀý×Ó£¨¸ÃÀý×ÓÒý×Ôhttp://ondotnet.com/pub/a/dotnet/excerpt/prog_csharp_ch18/index.html?page=4
£¬ ¸ÃÎÄÕÂÊÇһƪºÜºÃµÄ¹ØÓÚ½éÉÜdotnet AttributeµÄÎÄÕ£©
namespace Programming_CSharp
{
using System;
using System.Reflection;
// create custom attribute to be assigned to class members
[AttributeUsage(AttributeTargets.Class |
AttributeTargets.Constructor |
AttributeTargets.Field |
AttributeTargets.Method |
AttributeTargets.Property,
AllowMultiple = true)]
public class BugFixAttribute : System.Attribute
{
// attribute constructor for
// positional parameters
public BugFixAttribute
(int bugID,
string programmer,
string date)
{
this.bugID = bugID;
this.programmer = programmer;
this.date = date;
}
// accessor
public int BugID
{
get
{
return bugID;
}
}
// property for named parameter
public string Comment
{
get
{
return comment;
}
set
{
comment = value;
}
}
// accessor
public string Date
{
get
{
return date;
}
}
// accessor
public string Programmer
{
get
{
return programmer;
}
}
// private member data
private int bugID;
private string comment;
private string date;
private string programmer;
}
// ********* assig
Ïà¹ØÎĵµ£º
ÒòΪflex builder ¹¤¾ßÊÇ»ùÓÚeclipse ÉϵÄ,ËùÒÔһЩ¿ª·¢plug in ÔÚflex builder Ò²ÊÇ¿ÉÒÔÓõÄ.
php:
Help-->Software Updates-->Find and Install-->Search for new feature to install-->new Reomote site
URL: http://update.phpeclipse.net/update/st ......
http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/ ZEND+FLEXÊÕ²Ø
http://www.keithcraigo.com/archives/66ZEND+FLEXÈÏÖ¤
http://www.keithcraigo.com/archives/181ZEND+FLEXÈÏÖ¤
http://ressources.mediabox.fr/tutoriaux:flashplatform:dynamique:remoting:zendlogin:zendlogin1ZEND+FL ......
ת×Ôhttp://gdljg0460.javaeye.com/blog/268848
1. Flexbox
http://flexbox.mrinalwadhwa.com/
ÕâÊÇһλÀ´×ÔÓ¡¶ÈµÄflex¿ª·¢ÕßÔÚ07Äê2Ô·ݽ¨Á¢µÄflex×é¼þ¿â£¬ÀïÃæÒ²Óв»Éٺö«Î÷¡£
2. Flexlib
http://code.google.com/p/flexlib/
ÓÉDougmccuneµÈÈ˽¨Á¢µÄflex×é¼þ¿â£¬ÆäÖÐÓв»ÉÙʵÓõÄ×é¼þ¡£
3.SpringGraph Flex Compo ......
µÚÎåÕ FlexʹÓÃÐÐΪ
Adobe FlexÐÐΪʹÄã¿ÉÒÔΪӦÓóÌÐòÌí¼Ó¶¯»ºÍÔ˶¯£¬À´¶ÔÓû§ºÍ±à³Ì»î¶¯×÷³ö·´Ó¦¡£ÐÐΪ£¬ÊÇÓÉÒ»¸ö´¥·¢Æ÷ºÍÒ»ÖÖЧ¹û×éºÏ¶ø³É¡£´¥·¢Æ÷ÊÇÒ»Öֻ£¬ÈçÊó±êÔÚ×é¼þÉϵã»÷£¬×é¼þ»ñµÃ½¹µã£¬»ò×é¼þ¿É¼û¡£Ð§¹ûÊÇÔÚÄ¿±ê×é¼þÉϵĿÉÊÓÐÔ»ò¿ÉÌýÐÔÉϵÄijÖֱ仯£¬ÒÔºÁÃë¼ÆË㡣Ч¹ûµÄÀý×Ó°üÀ¨µ³ö£¬³ß´ç±ä»¯£¬»òÕß×é¼þ· ......
Glow£º
<?xml version="1.0" encoding="utf-8"?>
<!-- Simple example to demonstrate the Glow effect. -->
<!--
ÈçºÎʹÓÃFlex Glow Effect
&n ......