Great Lakes Software Symposium - November 12 - 14, 2010 - No Fluff Just Stuff

Aspect Oriented Programming With Spring AOP

Great Lakes Software Symposium

Chicago · November 12 - 14, 2010

You are viewing details from a past event

About this Presentation

Aspect-Oriented Programming (AOP) complements Object-Oriented Programming (OOP) by providing another way of thinking about program structure. The key unit of modularity in OOP is the class, whereas in AOP the unit of modularity is the aspect. Aspects enable the modularization of concerns such as transaction management that cut across multiple types and objects. (Such concerns are often termed crosscutting concerns in AOP literature.)

This session will cover Spring AOP in detail to demonstrate how easy it can be to leverage the awesome power of Aspect-Oriented Programming.