Extension points at compiler
hi folks,
i need add validation @ custom metadata.
let me start beginning.
swiz framework (http://code.google.com/p/swizframework/) uses metadatas made ioc.
one metadata this:
[autowire(bean="hellocontroller")]
but, if made miss-spell, [autowire(bean="helocontroler")] (forgot second l) produce errors @ runtime.
what wanna create validation, validate @ compile time.
i saw on flex-sdk bindableextension, "changes" actionscript code make bindable. there way register 1 extension @ flex-config.xml or using command line parameter?
btw, extension right path follow?
velo
i need add validation @ custom metadata.
let me start beginning.
swiz framework (http://code.google.com/p/swizframework/) uses metadatas made ioc.
one metadata this:
[autowire(bean="hellocontroller")]
but, if made miss-spell, [autowire(bean="helocontroler")] (forgot second l) produce errors @ runtime.
what wanna create validation, validate @ compile time.
i saw on flex-sdk bindableextension, "changes" actionscript code make bindable. there way register 1 extension @ flex-config.xml or using command line parameter?
btw, extension right path follow?
velo
is there documentation available how write extensions?
velo
velo
More discussions in Developers
adobe
Comments
Post a Comment