How does compilation work with AOP?

Posted by alee on Stack Overflow See other posts from Stack Overflow or by alee
Published on 2010-06-05T22:25:43Z Indexed on 2010/06/05 22:32 UTC
Read the original article Hit count: 255

Filed under:
|

I need quick answer to a simple thing in AOP.

If i have a code deployed at client side and i have written new aspects, which i want in the client side software. do i have to "recompile" complete software with "original" code and new "AOP" code? (with aop compiler)?

i.e. do i need the source code of original program with source code of new AOP and compile 'em boht?

P.S: I am asking in general, not being specific to any language.

© Stack Overflow or respective owner

Related posts about compilation

Related posts about aop