File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes where is the pointcut in this example? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "where is the pointcut in this example?" Watch "where is the pointcut in this example?" New topic
Author

where is the pointcut in this example?

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
this is my impl class


this is my advice


this is my test class


this is my xml file


this examle working fine.
but my problem is where is the pointcut in this example?
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12612
I'd recommend spending some time with the Spring AOP API reference docs; there does not need to be an explicit pointcut when you're advising an interface. Everything in the interface is included (at least that's my understanding).
 
 
subject: where is the pointcut in this example?
 
Threads others viewed
spring AOP doesn't work
AOP not getting invoked on my Target Bean Method --> Singer.perform() method
unable to call AOP method
where is the pointcut in this example
Spring AOP with mvc
IntelliJ Java IDE