Tag: AOP
Aspect-oriented programming (AOP) is a popular approach to handle cross-cutting concerns in an application. Common examples of cross-cutting functionality are Logging, Error Handling and Transaction Management. AspectJ is the original AOP extension created for Java in 2001. AOP extensions have been developed for some other languages also. There are many good books and online resources on AOP, so I […]
Recent Comments