Aspect Oriented Programming Library/Framework for Actionscript 3?
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-12T09:49:43Z
Indexed on
2010/05/12
9:54 UTC
Read the original article
Hit count: 301
I'm looking for a full featured AOP Library for Actionscript 3.
The following projects I noticed so far, but they all seem to have their problems:
- http://farmcode.org/page/Sodality.aspx (looks most promising so far, however it requires you to create a whole new class for every AOP "call" I believe, and it forces you to follow quite a lot of restrictions, anyone has experience with it?
- http://code.google.com/p/loom-as3/ (this one is discontinued)
- http://code.google.com/p/floxy/ (dynamic proxy generation? this isn't really AOP as I know it, right?)
- http://code.google.com/p/flemit/ (dynamic byte code generation? this is something AOP needs I think, but not the full featured AOP framework I am looking for)
Does anyone know of a better solution? Or does anyone have any experiences with AOP in Actionscript 3?
Best regards,
Tom
© Stack Overflow or respective owner