Aspect-oriented programming (AOP) is an exciting new paradigm that should have the same effect on software development that object-oriented programming (OOP) had 15-20 years ago. AOP and OOP are not competing technologies, but actually complement each other quite nicely. OOP is great for modeling common behavior on a hierarchy of objects. Its weakness is in applying common behavior that spans multiple non-related object models; this is where AOP comes in.
Recent comments
23 weeks 6 days ago
24 weeks 1 day ago
26 weeks 18 hours ago
26 weeks 6 days ago
27 weeks 1 day ago
36 weeks 1 hour ago
36 weeks 1 hour ago
36 weeks 2 days ago
36 weeks 3 days ago
37 weeks 2 days ago