Ok, just realized I'm not acting as an application developer right now so I hit the back button. :)

I get what you need to do it, I'm a tool developer so I will stick to devs like you to tell me what you need.

Mike

Quoting Roland Zwaga <rol...@stackandheap.com>:


Roland, excuse my COMPLETE ignorance on the subject of AOP but what is the
goal of it, how would it help and how is it implemented in code?

Mike


Hehe, ok, explaining AOP in a few paragraphs is kinda hard... Please let me
be lazy here and point you to a Wikipedia article:

https://en.wikipedia.org/wiki/Aspect-oriented_programming

In short, AOP helps you inject cross-cutting concerns into your code base.
By injecting these concerns at compile-time, its even possible
to automatically implement interfaces or support partial classes.

We already tried implementing a runtime version of this using
as3commons-bytecode and as3commons-aop, but supporting this stuff @
compile-time
will make it a lot more powerful.

cheers,

Roland


--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com

Reply via email to