Aspect-Oriented Frameworks in Java
AspectSharp
Aspect# (pronunced as AspectSharp) is a free AOP ( Aspect Oriented Programming ) framework for the .NET Framework, it uses Dynamic Proxies and XML configuration files as basis.
| Category | Aspect-Oriented |
| License | Apache Software License |
| HomePage | http://www.castleproject.org/aspectsharp/index.html |
AspectDNG
AspectDNG is a .NET multi-language aspect weaver. Aspects and base code may be written in any programming language, as soon as it compiles into MSIL.
| Category | Aspect-Oriented |
| License | BSD License |
| HomePage | http://aspectdng.sourceforge.net/ |
Runtime Assembly Instrumentation Library
This project plans to implement an API that allows CLR assemblies to be manipulated and instrumented before they are loaded and executed. In the CLR, the AppDomain class and the ResolveEventHandler event handler already provide an excellent mechanism for dynamically loading assemblies into an application domain under the control of the programmer. At the same time, the reflection capabilities of the CLR are extremely powerful.
| Category | Aspect-Oriented |
| License | Mozilla Public License |
| HomePage | http://rail.dei.uc.pt/ |

0 Comments.