|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
AspectJ
Aspect-oriented programming (AOP) allows you to isolate crosscutting concerns of your program into separate entities. A crosscutting concern is for example logging (spread throughout the code). You'll end up with a better maintainable and reusable set of components.
AspectJ is simply an implementation of the AOP concepts in Java.
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I get started with AspectJ?
Further Information (sorted alphabetically)
|
|
|
|
|