| Author |
What is the difference between AOP proxy and target object.
|
Rakesh Basani
Ranch Hand
Joined: Jun 04, 2012
Posts: 38
|
|
Hi guys,
I recently came across these words in AOP. So, please explain me...
And I want the difference between this(com.xyz.service.AccountService) and target(com.xyz.service.AccountService) pointcut designators...
Thanks in advance..
|
 |
Saifuddin Merchant
Ranch Hand
Joined: Feb 08, 2009
Posts: 576
|
|
I would point you to this page - http://static.springsource.org/spring/docs/2.5.5/reference/aop.html
While it basically explain Spring AOP - the concepts remain same.
Its got a explanation & some pretty good samples.
|
Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
|
 |
 |
|
|
subject: What is the difference between AOP proxy and target object.
|
|
|