|
What is Aspect-oriented programming in Spring and its benefits compared to other J2EE technologies |
|
|
AOP is a programming technique adopted in spring framework to allow programmer to modularize crosscutting issues like logging and transaction management.
In a typical oops development approach programmer usually implements logging functionality by putting logger statements in all your methods of Java classes. In an AOP approach one can instead modularize the logging services and apply them declaratively to the components that required logging.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.