Hi all,
I encountered this term in Spring framework article as well as here at TSS in the "Test your Aspects" article.
What is the full form and what does it mean?
regards
-
What is AOB? (1 messages)
- Posted by: Mohnish Chaudhary
- Posted on: November 08 2005 10:07 EST
Threaded Messages (1)
- What is AOB? by ranji c on November 19 2005 20:16 EST
-
What is AOB?[ Go to top ]
- Posted by: ranji c
- Posted on: November 19 2005 20:16 EST
- in response to Mohnish Chaudhary
My dear friend probably what you read was "AOP" not "AOB"(Let me know otherwise)
AOP stands for Aspect Oriented Programming.
Its a programming paradigm like OOP(Object Oriented Programming). Its a way you program by encapsulating/modularizing logic for cross cutting concerns - No, my communication is not that good to explain it within here.
AspectJ is java implementation for this - its enormous fun.
HTH