> If some one could give me a simple AOP project example with source code > and expected out come, I could get that rolling as well. >
As I stated before, if you just provide the low-level API changes, I believe the AOP stuff ought to be handled through a plugin. Once the low-level API is available I can start work on an AOP implementation. That way you can spend your time better on the JS cross-compilation. Just the low-level bits for AOP are pretty straightforward, implementing the entire solution is going to be a LOT of work. Especially the pointcut scanning logic is not something trivial. cheers, Roland