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 both?
P.S: I am asking in general, not being specific to any language. However, if the answer must be language-specific, let's say Java.