ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What do you mean by Aspect ?


A modularization of a concern that cuts across multiple objects. Transaction management is a good example of a crosscutting concern in J2EE applications. In Spring AOP, aspects are implemented using regular classes (the schema-based approach) or regular classes annotated with the @Aspect annotation (@AspectJ style).

Related Posts Plugin for WordPress, Blogger...
Flag Counter